com.esri.arcgis.carto
Class IACMapProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IACMapProxy
All Implemented Interfaces:
IACMap, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IACMapProxy
extends com.esri.arcgis.interop.Dispatch
implements IACMap, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IACMapProxy

public IACMapProxy(java.lang.String CLSID,
                   java.lang.String host,
                   com.esri.arcgis.interop.AuthInfo authInfo)
            throws java.net.UnknownHostException,
                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IACMapProxy

public IACMapProxy()
Deprecated. 
For internal use only


IACMapProxy

public IACMapProxy(java.lang.Object obj)
            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IACMapProxy

protected IACMapProxy(java.lang.Object obj,
                      java.lang.String iid)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IACMapProxy

protected IACMapProxy(java.lang.String CLSID,
                      java.lang.String iid,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

sendAxlRequest

public java.lang.String sendAxlRequest(java.lang.String axl,
                                       ITrackCancel trackCancel,
                                       boolean showConnectingAVI,
                                       boolean processMessages)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Sends an Axl request.

Specified by:
sendAxlRequest in interface IACMap
Parameters:
axl - The axl (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sendAxlQueryRequest

public java.lang.String sendAxlQueryRequest(java.lang.String axl,
                                            ITrackCancel trackCancel,
                                            boolean showConnectingAVI,
                                            boolean processMessages)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Sends an Axl query request.

Specified by:
sendAxlQueryRequest in interface IACMap
Parameters:
axl - The axl (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The background color.

Specified by:
getBackgroundColor in interface IACMap
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

public void setBackgroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The background color.

Specified by:
setBackgroundColor in interface IACMap
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

public IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The transparent color.

Specified by:
getTransparentColor in interface IACMap
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparentColor

public void setTransparentColor(IColor color)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The transparent color.

Specified by:
setTransparentColor in interface IACMap
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

requestImage

public java.lang.String requestImage(IEnvelope pExtent,
                                     double dpi,
                                     int width,
                                     int height,
                                     boolean scaleSymbols)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The new image location as an URL.

Specified by:
requestImage in interface IACMap
Parameters:
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)
Returns:
The imageURL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

requestImageWithXml

public java.lang.String requestImageWithXml(java.lang.String xml)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The new image location as an URL. Call ImageRequestXml first.

Specified by:
requestImageWithXml in interface IACMap
Parameters:
xml - The xml (in)
Returns:
The imageURL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageRequestXml

public java.lang.String getImageRequestXml(IEnvelope pExtent,
                                           double dpi,
                                           int width,
                                           int height,
                                           boolean scaleSymbols)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The xml to request an image.

Specified by:
getImageRequestXml in interface IACMap
Parameters:
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)
Returns:
The xml
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerCount

public int getLayerCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of layers in the ArcIMS service.

Specified by:
getLayerCount in interface IACMap
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

public IACLayer getLayer(int index)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The layer at the given index.

Specified by:
getLayer in interface IACMap
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IACLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveLayer

public void moveLayer(IACLayer layer,
                      int toIndex)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Moves a layer to another position.

Specified by:
moveLayer in interface IACMap
Parameters:
layer - A reference to a com.esri.arcgis.carto.IACLayer (in)
toIndex - The toIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The spatial reference of the ArcIMS service.

Specified by:
setSpatialReferenceByRef in interface IACMap
Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeSpatialReference

public ISpatialReference getNativeSpatialReference()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The native spatial reference of the data.

Specified by:
getNativeSpatialReference in interface IACMap
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaOfInterest

public IEnvelope getAreaOfInterest()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The area of interest for the ArcIMS service.

Specified by:
getAreaOfInterest in interface IACMap
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapUnits

public int getMapUnits()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The map units for the ArcIMS service.

Specified by:
getMapUnits in interface IACMap
Returns:
A com.esri.arcgis.gisclient.acMapUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxPrintPixels

public int getMaxPrintPixels()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The maximum number of pixels allowed for an image print request.

Specified by:
getMaxPrintPixels in interface IACMap
Returns:
The pMaxPrintPixels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.