com.esri.arcgis.carto
Interface ILayerTablesAndDataMappings

All Superinterfaces:
Serializable
All Known Implementing Classes:
LayerTablesAndDataMappings

public interface ILayerTablesAndDataMappings
extends Serializable

Product Availability

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


Method Summary
 IGFLayerTableDataMappings getGFLayerTableDataMappings()
          getGFLayerTableDataMappings
 IEnumLayer getLayers()
          getLayers
 

Method Detail

getGFLayerTableDataMappings

IGFLayerTableDataMappings getGFLayerTableDataMappings()
                                                      throws IOException,
                                                             AutomationException
getGFLayerTableDataMappings

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IGFLayerTableDataMappings
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayers

IEnumLayer getLayers()
                     throws IOException,
                            AutomationException
getLayers

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IEnumLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.