com.esri.arcgis.carto
Interface IIdentify2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, BasemapSubLayer, CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GlobeServerLayer, GroupLayer, IIdentify2Proxy, IMSMapLayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer, MosaicLayer, NALayer, NetworkLayer, ProcessLayer, SchematicLayer, TemporalFeatureLayer, WMSGroupLayer, WMSMapLayer

public interface IIdentify2
extends java.io.Serializable

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

Description: 'Provides access to members that set the current scale of the 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 IID0483dc2f_8726_4640_98cd_5888ff1a4fa4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray identify(IGeometry pGeom, ITrackCancel pTrackCancel)
          Identifies objects at the specified location.
 void setScale(double rhs1)
          The current scale of the display.
 

Field Detail

IID0483dc2f_8726_4640_98cd_5888ff1a4fa4

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

identify

IArray identify(IGeometry pGeom,
                ITrackCancel pTrackCancel)
                throws java.io.IOException,
                       AutomationException
Identifies objects at the specified location.

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

setScale

void setScale(double rhs1)
              throws java.io.IOException,
                     AutomationException
The current scale of the display.

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