|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerData
Provides access to map features and their values.
Use IMapServerData to retrieve a specified feature or the field value for a specified feature.
This interface is not supported by optimized MapServer.
Method Summary | |
---|---|
IFeature |
getFeature(String mapName,
int layerID,
int featureId)
Returns a feature, given the feature ID and layer. |
String |
getFeatureValue(String mapName,
int layerID,
IFeature feature,
String fieldName)
Returns the value of a given feature as a string. |
Method Detail |
---|
String getFeatureValue(String mapName, int layerID, IFeature feature, String fieldName) throws IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeature getFeature(String mapName, int layerID, int featureId) throws IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)featureId
- The featureId (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |