com.esri.arcgis.globecore
Interface IGlobeServerFindResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerFindResult, IGlobeServerFindResultProxy

public interface IGlobeServerFindResult
extends java.io.Serializable

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

Description: 'Provides access to the Globe Server Find 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 IIDbb7de2f9_cf1c_4673_a5fa_a49ae6e34176
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFieldName()
          The field name.
 int getObjectID()
          The ID of the found feature.
 IPropertySet getProperties()
          A set of name-value pairs for the found features's field names and values.
 IGeometry getShape()
          The geometry of the found feature.
 java.lang.String getValue()
          The found value.
 void setFieldName(java.lang.String name)
          The field name.
 void setObjectID(int oid)
          The ID of the found feature.
 void setPropertiesByRef(IPropertySet props)
          A set of name-value pairs for the found features's field names and values.
 void setShapeByRef(IGeometry shape)
          The geometry of the found feature.
 void setValue(java.lang.String value)
          The found value.
 

Field Detail

IIDbb7de2f9_cf1c_4673_a5fa_a49ae6e34176

static final int IIDbb7de2f9_cf1c_4673_a5fa_a49ae6e34176
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

getValue

java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
The found value.

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

setValue

void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
The found value.

Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name.

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

setFieldName

void setFieldName(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
The field name.

Parameters:
name - The name (in)
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 found feature.

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

setObjectID

void setObjectID(int oid)
                 throws java.io.IOException,
                        AutomationException
The ID of the found feature.

Parameters:
oid - The oid (in)
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 found 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.

setShapeByRef

void setShapeByRef(IGeometry shape)
                   throws java.io.IOException,
                          AutomationException
The geometry of the found feature.

Parameters:
shape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 found 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.

setPropertiesByRef

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

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