|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicFeatureLayers
Graphic Feature Layers
Method Summary | |
---|---|
void |
add(IGraphicFeatureLayer graphicFeatureLayer)
Adds a GraphicFeatureLayer. |
int |
getCount()
GraphicFeatureLayer count. |
IGraphicFeatureLayer |
getElement(int index)
The GraphicFeatureLayer at the specified position. |
void |
insert(int index,
IGraphicFeatureLayer graphicFeatureLayer)
Adds a GraphicFeatureLayer at the specified position. |
void |
remove(int index)
Removes the GraphicFeatureLayer at the specified position. |
void |
removeAll()
Removes all GraphicFeatureLayer elements. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicFeatureLayer 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(IGraphicFeatureLayer graphicFeatureLayer) throws IOException, AutomationException
graphicFeatureLayer
- A reference to a com.esri.arcgis.carto.IGraphicFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGraphicFeatureLayer graphicFeatureLayer) throws IOException, AutomationException
index
- The index (in)graphicFeatureLayer
- A reference to a com.esri.arcgis.carto.IGraphicFeatureLayer (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 |