com.esri.arcgis.globecore
Interface IGlobeServerIdentifyResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobeServerIdentifyResult

public interface IGlobeServerIdentifyResult
extends Serializable

Provides access to the Globe Server Identify Result Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getName()
          The name of the identified feature.
 int getObjectID()
          The ID of the identified feature.
 IPropertySet getProperties()
          A set of name-value pairs for the identified features's field names and values.
 IGeometry getShape()
          The geometry of the identified feature.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name of the identified feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectID

int getObjectID()
                throws IOException,
                       AutomationException
The ID of the identified feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The oid
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShape

IGeometry getShape()
                   throws IOException,
                          AutomationException
The geometry of the identified feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
A set of name-value pairs for the identified features's field names and values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.