com.esri.arcgis.carto
Interface IGFLayerTableDataMappings

All Superinterfaces:
Serializable
All Known Implementing Classes:
GFLayerTableDataMappings

public interface IGFLayerTableDataMappings
extends Serializable

Array of GFLayerTableDataMapping

Product Availability

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


Method Summary
 void add(IGFLayerTableDataMapping gFLayerTableDataMapping)
          Adds a GFLayerTableDataMapping.
 int getCount()
          GFLayerTableDataMapping count.
 IGFLayerTableDataMapping getElement(int index)
          GFLayerTableDataMapping at the specified position.
 void insert(int index, IGFLayerTableDataMapping gFLayerTableDataMapping)
          Adds a GFLayerTableDataMapping at the specified position.
 void remove(int index)
          Removes the GFLayerTableDataMapping at the specified position.
 void removeAll()
          Removes all GFLayerTableDataMapping.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
GFLayerTableDataMapping count.

Product Availability

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

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

getElement

IGFLayerTableDataMapping getElement(int index)
                                    throws IOException,
                                           AutomationException
GFLayerTableDataMapping at the specified position.

Product Availability

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

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IGFLayerTableDataMapping
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws IOException,
                   AutomationException
Removes the GFLayerTableDataMapping at the specified position.

Product Availability

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

Parameters:
index - The index (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws IOException,
                      AutomationException
Removes all GFLayerTableDataMapping.

Product Availability

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

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

add

void add(IGFLayerTableDataMapping gFLayerTableDataMapping)
         throws IOException,
                AutomationException
Adds a GFLayerTableDataMapping.

Product Availability

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

Parameters:
gFLayerTableDataMapping - A reference to a com.esri.arcgis.carto.IGFLayerTableDataMapping (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IGFLayerTableDataMapping gFLayerTableDataMapping)
            throws IOException,
                   AutomationException
Adds a GFLayerTableDataMapping at the specified position.

Product Availability

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

Parameters:
index - The index (in)
gFLayerTableDataMapping - A reference to a com.esri.arcgis.carto.IGFLayerTableDataMapping (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.