|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACMap
COM Interface 'IACMap'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to mebers that control the ArcIMS map service.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID74e45210_dfe6_11d3_9ff7_00c04f6bc6a5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEnvelope |
getAreaOfInterest()
The area of interest for the ArcIMS service. |
IColor |
getBackgroundColor()
The background color. |
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. |
IColor |
getTransparentColor()
The transparent color. |
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. |
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. |
Field Detail |
---|
static final int IID74e45210_dfe6_11d3_9ff7_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String sendAxlRequest(java.lang.String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String sendAxlQueryRequest(java.lang.String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor color) throws java.io.IOException, AutomationException
color
- 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.IColor getTransparentColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColor color) throws java.io.IOException, AutomationException
color
- 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.java.lang.String requestImage(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String requestImageWithXml(java.lang.String xml) throws java.io.IOException, AutomationException
xml
- The xml (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getImageRequestXml(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACLayer getLayer(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveLayer(IACLayer layer, int toIndex) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IACLayer (in)toIndex
- The toIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getAreaOfInterest() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMapUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxPrintPixels() throws java.io.IOException, AutomationException
java.io.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 |