com.esri.arcgis.cartoUI
Interface IIdentifyDialog2

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

public interface IIdentifyDialog2
extends java.io.Serializable

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

Description: 'Provides access to members that control Identifying tables by OID.' 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 IID8329391f_1606_11d4_a69b_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addLayerIdentifyObject(ILayer pLayer, java.lang.Object object, IPoint location)
          Add layer and show object hit at given location.
 void addLayerIdentifyPoint(ILayer pLayer, int x, int y, int tolerance, ITrackCancel trackCancel)
          Add layer and show objects that contain the given point.
 void addTableIdentifyOID(ITable pSTable, ITable pNewOIDCopyTable, int oid)
          Add table and show row of the given OID.
 boolean isHideContextMenu()
          Indicates if the context menu for identify results should be hidden when the user right-clicks.
 boolean isHideLayersComboBox()
          Indicates whether to hide Layers ComboBox in Identify Dialog.
 boolean isVisible()
          Indicates if the Identify Dialog is visible.
 void selectLayer(ILayer pLayer)
          Select a specific layer in the combobox.
 void setBasicMapByRef(IBasicMap rhs1)
          The basic map of identifying layers.
 void setHideContextMenu(boolean hide)
          Indicates if the context menu for identify results should be hidden when the user right-clicks.
 void setHideLayersComboBox(boolean pHide)
          Indicates whether to hide Layers ComboBox in Identify Dialog.
 void setVisible(boolean vis)
          Indicates if the Identify Dialog is visible.
 

Field Detail

IID8329391f_1606_11d4_a69b_0008c7d3ae8d

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

addTableIdentifyOID

void addTableIdentifyOID(ITable pSTable,
                         ITable pNewOIDCopyTable,
                         int oid)
                         throws java.io.IOException,
                                AutomationException
Add table and show row of the given OID.

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if the Identify Dialog is visible.

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

setVisible

void setVisible(boolean vis)
                throws java.io.IOException,
                       AutomationException
Indicates if the Identify Dialog is visible.

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

setHideLayersComboBox

void setHideLayersComboBox(boolean pHide)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether to hide Layers ComboBox in Identify Dialog.

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

isHideLayersComboBox

boolean isHideLayersComboBox()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether to hide Layers ComboBox in Identify Dialog.

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

setBasicMapByRef

void setBasicMapByRef(IBasicMap rhs1)
                      throws java.io.IOException,
                             AutomationException
The basic map of identifying layers.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IBasicMap (in)
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,
                           int tolerance,
                           ITrackCancel trackCancel)
                           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)
tolerance - The tolerance (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHideContextMenu

boolean isHideContextMenu()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the context menu for identify results should be hidden when the user right-clicks.

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

setHideContextMenu

void setHideContextMenu(boolean hide)
                        throws java.io.IOException,
                               AutomationException
Indicates if the context menu for identify results should be hidden when the user right-clicks.

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

addLayerIdentifyObject

void addLayerIdentifyObject(ILayer pLayer,
                            java.lang.Object object,
                            IPoint location)
                            throws java.io.IOException,
                                   AutomationException
Add layer and show object hit at given location.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
object - A reference to another Object (IUnknown) (in)
location - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectLayer

void selectLayer(ILayer pLayer)
                 throws java.io.IOException,
                        AutomationException
Select a specific layer in the combobox. This only works if the dialog is visible.

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