|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACMap
Provides access to mebers that control the ArcIMS map service.
Method Summary | |
---|---|
IEnvelope |
getAreaOfInterest()
The area of interest for the ArcIMS service. |
IColor |
getBackgroundColor()
The background color. |
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. |
IColor |
getTransparentColor()
The transparent color. |
void |
moveLayer(IACLayer layer,
int toIndex)
Moves a layer to another position. |
String |
requestImage(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
The new image location as an URL. |
String |
requestImageWithXml(String xml)
The new image location as an URL. |
String |
sendAxlQueryRequest(String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl query request. |
String |
sendAxlRequest(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. |
Method Detail |
---|
String sendAxlRequest(String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
axl
- The axl (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String sendAxlQueryRequest(String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
axl
- The axl (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getTransparentColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String requestImage(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws IOException, AutomationException
pExtent
- 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String requestImageWithXml(String xml) throws IOException, AutomationException
xml
- The xml (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageRequestXml(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws IOException, AutomationException
pExtent
- 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACLayer getLayer(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveLayer(IACLayer layer, int toIndex) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IACLayer (in)toIndex
- The toIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getNativeSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getAreaOfInterest() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMapUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxPrintPixels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |