com.esri.arcgis.carto
Interface IIdentifyDisplay

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IIdentifyDisplayProxy, ImageServerLayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer

public interface IIdentifyDisplay
extends java.io.Serializable

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

Description: 'Provides access to members that will identify based on display.' 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 IID25188498_8a07_49f1_9fae_3aefb14c1778
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray identifyEx(IDisplay pDisplay, IGeometry pGeom, ITrackCancel pTrackCancel)
          Identifies objects at the specified location for the given display.
 

Field Detail

IID25188498_8a07_49f1_9fae_3aefb14c1778

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

identifyEx

IArray identifyEx(IDisplay pDisplay,
                  IGeometry pGeom,
                  ITrackCancel pTrackCancel)
                  throws java.io.IOException,
                         AutomationException
Identifies objects at the specified location for the given display.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pGeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.