|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeServerFindResults
Provides access to the Globe server find result collection.
| Method Summary | |
|---|---|
void |
add(IGlobeServerFindResult pFindResult)
Adds a globe server find result. |
int |
getCount()
The globe server find result count. |
IGlobeServerFindResult |
getElement(int index)
The globe server find result at the specified position. |
void |
insert(int index,
IGlobeServerFindResult pFindResult)
Adds a globe server find result at the specified position. |
void |
remove(int index)
Removes the globe server find result at the specified position. |
void |
removeAll()
Removes all globe server find results. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGlobeServerFindResult 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(IGlobeServerFindResult pFindResult)
throws IOException,
AutomationException
pFindResult - A reference to a com.esri.arcgis.globecore.IGlobeServerFindResult (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IGlobeServerFindResult pFindResult)
throws IOException,
AutomationException
index - The index (in)pFindResult - A reference to a com.esri.arcgis.globecore.IGlobeServerFindResult (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 | ||||||||