|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGFLayerTableDataMappings
Array of GFLayerTableDataMapping
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 |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGFLayerTableDataMapping getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGFLayerTableDataMapping gFLayerTableDataMapping) throws IOException, AutomationException
gFLayerTableDataMapping
- A reference to a com.esri.arcgis.carto.IGFLayerTableDataMapping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGFLayerTableDataMapping gFLayerTableDataMapping) throws IOException, AutomationException
index
- The index (in)gFLayerTableDataMapping
- A reference to a com.esri.arcgis.carto.IGFLayerTableDataMapping (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 |