public interface IMapServerDataAccess
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa3072b50_65e2_4035_b438_8363edd349c0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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
|
static final int IIDa3072b50_65e2_4035_b438_8363edd349c0
static final int xxDummy
static final java.lang.String IID
java.lang.Object getDataSource(java.lang.String mapName, int layerID) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDisplayDataSource(java.lang.String mapName, int layerOrTableID) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerOrTableID
- The layerOrTableID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.