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