com.esri.arcgis.carto
Interface IGFLayerTableDataMapping

All Superinterfaces:
Serializable
All Known Implementing Classes:
GFLayerTableDataMapping

public interface IGFLayerTableDataMapping
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDatasetName()
          getDatasetName
 String getLayerOrTableName()
          getLayerOrTableName
 

Method Detail

getDatasetName

String getDatasetName()
                      throws IOException,
                             AutomationException
getDatasetName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The datasetName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerOrTableName

String getLayerOrTableName()
                           throws IOException,
                                  AutomationException
getLayerOrTableName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The layerOrTableName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.