com.esri.arcgis.carto
Interface IMapServerData

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

public interface IMapServerData
extends java.io.Serializable

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

Description: 'Provides access to map features and their values.' 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 IIDaddaef3b_870a_4e9d_9ab0_242a72c3f812
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeature getFeature(java.lang.String mapName, int layerID, int featureId)
          Returns a feature, given the feature ID and layer.
 java.lang.String getFeatureValue(java.lang.String mapName, int layerID, IFeature feature, java.lang.String fieldName)
          Returns the value of a given feature as a string.
 

Field Detail

IIDaddaef3b_870a_4e9d_9ab0_242a72c3f812

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

getFeatureValue

java.lang.String getFeatureValue(java.lang.String mapName,
                                 int layerID,
                                 IFeature feature,
                                 java.lang.String fieldName)
                                 throws java.io.IOException,
                                        AutomationException
Returns the value of a given feature as a string.

Parameters:
mapName - The mapName (in)
layerID - The layerID (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
fieldName - The fieldName (in)
Returns:
The fieldValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeature

IFeature getFeature(java.lang.String mapName,
                    int layerID,
                    int featureId)
                    throws java.io.IOException,
                           AutomationException
Returns a feature, given the feature ID and layer.

Parameters:
mapName - The mapName (in)
layerID - The layerID (in)
featureId - The featureId (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeature
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.