com.esri.arcgis.carto
Interface IImageServerIdentifyResult

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IImageServerIdentifyResultEdit
All Known Implementing Classes:
IImageServerIdentifyResultEditProxy, IImageServerIdentifyResultProxy, ImageServerIdentifyResult

public interface IImageServerIdentifyResult
extends java.io.Serializable

COM Interface 'IImageServerIdentifyResult'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control an identify result.' 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 IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRecordSet getCatalogItems()
          A set of idetified catalog items.
 IDoubleArray getCatalogItemVisibilities()
          A set of visible area for idetified catalog items.
 IPoint getLocation()
          The identified location.
 java.lang.String getName()
          The identify property name.
 IPropertySet getProperties()
          A set of name-value pairs for the field names and values of the identified object.
 java.lang.String getValue()
          The identify property value.
 

Field Detail

IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39

static final int IID38cfd9c6_e8a1_41f9_84ad_423a8dca6a39
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 identify property name.

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

getValue

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

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

getLocation

IPoint getLocation()
                   throws java.io.IOException,
                          AutomationException
The identified location.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
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 field names and values of the identified object.

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.

getCatalogItems

IRecordSet getCatalogItems()
                           throws java.io.IOException,
                                  AutomationException
A set of idetified catalog items.

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

getCatalogItemVisibilities

IDoubleArray getCatalogItemVisibilities()
                                        throws java.io.IOException,
                                               AutomationException
A set of visible area for idetified catalog items.

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