com.esri.arcgis.carto
Interface IMapServerIdentifyResult2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerIdentifyResult2Proxy, MapServerIdentifyResult

public interface IMapServerIdentifyResult2
extends java.io.Serializable

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

Description: 'Provides access to the Map 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 IIDd1ec29d0_f8ec_4f6e_8d6c_34101fab98de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureId()
          The Feature ID of the identified object.
 java.lang.String getHTMLPopup()
          HTML as text that can be used in popups.
 int getLayerID()
          The layer ID of the identified object.
 java.lang.String getName()
          The name of the identified object.
 IPropertySet getProperties()
          A set of name-value pairs for the field names and values of the identified object.
 IMapServerRelationships getRelatedRows()
          The related rows (relationships) of the identified object.
 IGeometry getShape()
          The geometry of the identified object.
 

Field Detail

IIDd1ec29d0_f8ec_4f6e_8d6c_34101fab98de

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

getLayerID

int getLayerID()
               throws java.io.IOException,
                      AutomationException
The layer ID of the identified object.

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

getName

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

Returns:
The value
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.

getShape

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

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.

getRelatedRows

IMapServerRelationships getRelatedRows()
                                       throws java.io.IOException,
                                              AutomationException
The related rows (relationships) of the identified object.

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

getHTMLPopup

java.lang.String getHTMLPopup()
                              throws java.io.IOException,
                                     AutomationException
HTML as text that can be used in popups.

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

getFeatureId

int getFeatureId()
                 throws java.io.IOException,
                        AutomationException
The Feature ID of the identified object.

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