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