|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IACMapProxy
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 =
public class IACMapProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IACMap |
---|
IID, IID74e45210_dfe6_11d3_9ff7_00c04f6bc6a5 |
Constructor Summary | |
---|---|
|
IACMapProxy()
Deprecated. For internal use only |
|
IACMapProxy(java.lang.Object obj)
Deprecated. |
protected |
IACMapProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IACMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IACMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IEnvelope |
getAreaOfInterest()
Deprecated. The area of interest for the ArcIMS service. |
IColor |
getBackgroundColor()
Deprecated. The background color. |
java.lang.String |
getImageRequestXml(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
Deprecated. The xml to request an image. |
IACLayer |
getLayer(int index)
Deprecated. The layer at the given index. |
int |
getLayerCount()
Deprecated. The number of layers in the ArcIMS service. |
int |
getMapUnits()
Deprecated. The map units for the ArcIMS service. |
int |
getMaxPrintPixels()
Deprecated. The maximum number of pixels allowed for an image print request. |
ISpatialReference |
getNativeSpatialReference()
Deprecated. The native spatial reference of the data. |
IColor |
getTransparentColor()
Deprecated. The transparent color. |
void |
moveLayer(IACLayer layer,
int toIndex)
Deprecated. Moves a layer to another position. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
java.lang.String |
requestImage(IEnvelope pExtent,
double dpi,
int width,
int height,
boolean scaleSymbols)
Deprecated. The new image location as an URL. |
java.lang.String |
requestImageWithXml(java.lang.String xml)
Deprecated. The new image location as an URL. |
java.lang.String |
sendAxlQueryRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Deprecated. Sends an Axl query request. |
java.lang.String |
sendAxlRequest(java.lang.String axl,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Deprecated. Sends an Axl request. |
void |
setBackgroundColor(IColor color)
Deprecated. The background color. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Deprecated. The spatial reference of the ArcIMS service. |
void |
setTransparentColor(IColor color)
Deprecated. The transparent color. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IACMapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IACMapProxy()
public IACMapProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IACMapProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IACMapProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String sendAxlRequest(java.lang.String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws java.io.IOException, AutomationException
sendAxlRequest
in interface IACMap
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.public java.lang.String sendAxlQueryRequest(java.lang.String axl, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws java.io.IOException, AutomationException
sendAxlQueryRequest
in interface IACMap
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.public IColor getBackgroundColor() throws java.io.IOException, AutomationException
getBackgroundColor
in interface IACMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(IColor color) throws java.io.IOException, AutomationException
setBackgroundColor
in interface IACMap
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.public IColor getTransparentColor() throws java.io.IOException, AutomationException
getTransparentColor
in interface IACMap
java.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
setTransparentColor
in interface IACMap
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.public java.lang.String requestImage(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws java.io.IOException, AutomationException
requestImage
in interface IACMap
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.public java.lang.String requestImageWithXml(java.lang.String xml) throws java.io.IOException, AutomationException
requestImageWithXml
in interface IACMap
xml
- The xml (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImageRequestXml(IEnvelope pExtent, double dpi, int width, int height, boolean scaleSymbols) throws java.io.IOException, AutomationException
getImageRequestXml
in interface IACMap
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.public int getLayerCount() throws java.io.IOException, AutomationException
getLayerCount
in interface IACMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IACLayer getLayer(int index) throws java.io.IOException, AutomationException
getLayer
in interface IACMap
index
- 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
moveLayer
in interface IACMap
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.public void setSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IACMap
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.public ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
getNativeSpatialReference
in interface IACMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAreaOfInterest() throws java.io.IOException, AutomationException
getAreaOfInterest
in interface IACMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMapUnits() throws java.io.IOException, AutomationException
getMapUnits
in interface IACMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxPrintPixels() throws java.io.IOException, AutomationException
getMaxPrintPixels
in interface IACMap
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 |