com.esri.arcgis.cartoUI
Interface IIdentifyDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IdentifyDialog, IIdentifyDialogProxy

public interface IIdentifyDialog
extends java.io.Serializable

COM Interface 'IIdentifyDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control Identifying layers by OID or a point.' 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 IIDf8aab777_8b1e_11d3_9f7a_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addLayerIdentifyOID(ILayer pLayer, int oid)
          Add layer and show object of the given OID.
 void addLayerIdentifyPoint(ILayer pLayer, int x, int y)
          Add layer and show objects that contain the given point.
 void clearLayers()
          Clear shown layers.
 void setDisplayByRef(IDisplay rhs1)
          The display.
 void setMapByRef(IMap rhs1)
          The map of identifying layers.
 void show()
          Show dialog.
 

Field Detail

IIDf8aab777_8b1e_11d3_9f7a_00c04f6bc886

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

setMapByRef

void setMapByRef(IMap rhs1)
                 throws java.io.IOException,
                        AutomationException
The map of identifying layers.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayByRef

void setDisplayByRef(IDisplay rhs1)
                     throws java.io.IOException,
                            AutomationException
The display.

Parameters:
rhs1 - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearLayers

void clearLayers()
                 throws java.io.IOException,
                        AutomationException
Clear shown layers.

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

addLayerIdentifyPoint

void addLayerIdentifyPoint(ILayer pLayer,
                           int x,
                           int y)
                           throws java.io.IOException,
                                  AutomationException
Add layer and show objects that contain the given point.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addLayerIdentifyOID

void addLayerIdentifyOID(ILayer pLayer,
                         int oid)
                         throws java.io.IOException,
                                AutomationException
Add layer and show object of the given OID.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
oid - The oid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

show

void show()
          throws java.io.IOException,
                 AutomationException
Show dialog.

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