|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.carto.ACMap
Container for the display and manipulation of ArcIMS map services.
| Constructor Summary | |
ACMap()
Constructs a ACMap using ArcGIS Engine. |
|
ACMap(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
connect(IIMSAxlRequest request)
Connects to the ArcIMS service. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IEnvelope |
getAreaOfInterest()
The area of interest for the ArcIMS service. |
IACMap |
getAsIACMap()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IACMapAdmin |
getAsIACMapAdmin()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersist |
getAsIPersist()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IColor |
getBackgroundColor()
The background color. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
java.lang.String |
getImageRequestXml(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
The xml to request an image. |
IACLayer |
getLayer(int index)
The layer at the given index. |
int |
getLayerCount()
The number of layers in the ArcIMS service. |
int |
getMapUnits()
The map units for the ArcIMS service. |
int |
getMaxPrintPixels()
The maximum number of pixels allowed for an image print request. |
ISpatialReference |
getNativeSpatialReference()
The native spatial reference of the data. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
IColor |
getTransparentColor()
The transparent color. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
Supported Platforms |
void |
load(IStream pstm)
Supported Platforms |
void |
moveLayer(IACLayer layer,
int toIndex)
Moves a layer to another position. |
java.lang.String |
requestImage(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
The new image location as an URL. |
java.lang.String |
requestImageWithXml(java.lang.String xml)
The new image location as an URL. |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
java.lang.String |
sendAxlQueryRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl query request. |
java.lang.String |
sendAxlRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl request. |
void |
setBackgroundColor(IColor color)
The background color. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
The spatial reference of the ArcIMS service. |
void |
setTransparentColor(IColor color)
The transparent color. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ACMap()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ACMap(java.lang.Object obj)
throws java.io.IOException
obj to ACMap. ACMap theACMap = (ACMap) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IACMap getAsIACMap()
public IACMapAdmin getAsIACMapAdmin()
public IPersist getAsIPersist()
public IPersistStream getAsIPersistStream()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String sendAxlRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
IACMap
sendAxlRequest in interface IACMapaxl - The axl (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String sendAxlQueryRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
IACMap
sendAxlQueryRequest in interface IACMapaxl - The axl (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
IACMap
getBackgroundColor in interface IACMapAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setBackgroundColor(IColor color)
throws java.io.IOException,
AutomationException
IACMap
setBackgroundColor in interface IACMapcolor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getTransparentColor()
throws java.io.IOException,
AutomationException
IACMap
getTransparentColor in interface IACMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparentColor(IColor color)
throws java.io.IOException,
AutomationException
IACMap
setTransparentColor in interface IACMapcolor - A reference to a com.esri.arcgis.display.IColor (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String requestImage(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
throws java.io.IOException,
AutomationException
IACMap
requestImage in interface IACMappExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)dpi - The dpi (in)width - The width (in)height - The height (in)scaleSymbols - The scaleSymbols (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String requestImageWithXml(java.lang.String xml)
throws java.io.IOException,
AutomationException
IACMap
requestImageWithXml in interface IACMapxml - The xml (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getImageRequestXml(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
throws java.io.IOException,
AutomationException
IACMap
getImageRequestXml in interface IACMappExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)dpi - The dpi (in)width - The width (in)height - The height (in)scaleSymbols - The scaleSymbols (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLayerCount()
throws java.io.IOException,
AutomationException
IACMap
getLayerCount in interface IACMapAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IACLayer getLayer(int index)
throws java.io.IOException,
AutomationException
IACMap
getLayer in interface IACMapindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveLayer(IACLayer layer,
int toIndex)
throws java.io.IOException,
AutomationException
IACMap
moveLayer in interface IACMaplayer - A reference to a com.esri.arcgis.carto.IACLayer (in)toIndex - The toIndex (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setSpatialReferenceByRef(ISpatialReference rhs1)
throws java.io.IOException,
AutomationException
IACMap
setSpatialReferenceByRef in interface IACMaprhs1 - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISpatialReference getNativeSpatialReference()
throws java.io.IOException,
AutomationException
IACMap
getNativeSpatialReference in interface IACMapAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnvelope getAreaOfInterest()
throws java.io.IOException,
AutomationException
IACMap
getAreaOfInterest in interface IACMapAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getMapUnits()
throws java.io.IOException,
AutomationException
IACMap
getMapUnits in interface IACMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxPrintPixels()
throws java.io.IOException,
AutomationException
IACMap
getMaxPrintPixels in interface IACMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connect(IIMSAxlRequest request)
throws java.io.IOException,
AutomationException
IACMapAdmin
connect in interface IACMapAdminrequest - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||