com.esri.arcgis.carto
Interface IMapServerDataAccess

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerDataAccessProxy, MapServer

public interface IMapServerDataAccess
extends java.io.Serializable

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

Description: 'Provides access to the data source behind the MapServer.' 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 IIDa3072b50_65e2_4035_b438_8363edd349c0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getDataSource(java.lang.String mapName, int layerID)
          Get Data Source
 java.lang.Object getDisplayDataSource(java.lang.String mapName, int layerOrTableID)
          Get Display Data Source
 

Field Detail

IIDa3072b50_65e2_4035_b438_8363edd349c0

static final int IIDa3072b50_65e2_4035_b438_8363edd349c0
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

getDataSource

java.lang.Object getDataSource(java.lang.String mapName,
                               int layerID)
                               throws java.io.IOException,
                                      AutomationException
Get Data Source

Parameters:
mapName - The mapName (in)
layerID - The layerID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayDataSource

java.lang.Object getDisplayDataSource(java.lang.String mapName,
                                      int layerOrTableID)
                                      throws java.io.IOException,
                                             AutomationException
Get Display Data Source

Parameters:
mapName - The mapName (in)
layerOrTableID - The layerOrTableID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.