com.esri.arcgis.carto
Interface IIdentifyObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerIdentifyObject, IIdentifyObjectProxy, LasDatasetIdentifyObject, MapServerIdentifyObject, SimpleIdentifyObject, SimpleMapServerIdentifyObject, SimpleRasterIdentifyObj, SimpleWMSIdentifyObject, WMSIdentifyObject

public interface IIdentifyObject
extends java.io.Serializable

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

Description: 'Provides access to identify object's properties (pairs of name and value).' 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 IIDef0720ee_761e_4bed_a548_61596690e714
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the identify object.
 IPropertySet getPropertySet()
          PropertySet of the identify object.
 void setName(java.lang.String name)
          Name of the identify object.
 void setPropertySetByRef(IPropertySet propertySet)
          PropertySet of the identify object.
 

Field Detail

IIDef0720ee_761e_4bed_a548_61596690e714

static final int IIDef0720ee_761e_4bed_a548_61596690e714
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
Name of the identify object.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the identify object.

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

getPropertySet

IPropertySet getPropertySet()
                            throws java.io.IOException,
                                   AutomationException
PropertySet of the identify 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.

setPropertySetByRef

void setPropertySetByRef(IPropertySet propertySet)
                         throws java.io.IOException,
                                AutomationException
PropertySet of the identify object.

Parameters:
propertySet - 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.