com.esri.arcgis.globecore
Interface IGlobeServerIdentifyResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerIdentifyResult, IGlobeServerIdentifyResultProxy

public interface IGlobeServerIdentifyResult
extends java.io.Serializable

COM Interface 'IGlobeServerIdentifyResult'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to the Globe Server Identify Result Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID584b5a0b_e292_4211_bfdf_64b501859b75
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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.
 

Field Detail

IID584b5a0b_e292_4211_bfdf_64b501859b75

static final int IID584b5a0b_e292_4211_bfdf_64b501859b75
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

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

getObjectID

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

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

getShape

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

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

getProperties

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

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