com.esri.arcgis.carto
Interface IACConnector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACConnector, IACConnectorProxy

public interface IACConnector
extends java.io.Serializable

COM Interface 'IACConnector'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to connecting to an ArcIMS 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 IID74e4520f_dfe6_11d3_9ff7_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IACMap getMap(IIMSAxlRequest axlRequest)
          The map of the given map.
 

Field Detail

IID74e4520f_dfe6_11d3_9ff7_00c04f6bc6a5

static final int IID74e4520f_dfe6_11d3_9ff7_00c04f6bc6a5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMap

IACMap getMap(IIMSAxlRequest axlRequest)
              throws java.io.IOException,
                     AutomationException
The map of the given map.

Parameters:
axlRequest - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)
Returns:
A reference to a com.esri.arcgis.carto.IACMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.