com.esri.arcgis.cartoUI
Class IIdentifyDialog2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartoUI.IIdentifyDialog2Proxy
All Implemented Interfaces:
IIdentifyDialog2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IIdentifyDialog2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IIdentifyDialog2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.cartoUI.IIdentifyDialog2
IID, IID8329391f_1606_11d4_a69b_0008c7d3ae8d
 
Constructor Summary
  IIdentifyDialog2Proxy()
          Deprecated. For internal use only
  IIdentifyDialog2Proxy(java.lang.Object obj)
          Deprecated.  
protected IIdentifyDialog2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IIdentifyDialog2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IIdentifyDialog2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addLayerIdentifyObject(ILayer pLayer, java.lang.Object object, IPoint location)
          Deprecated. Add layer and show object hit at given location.
 void addLayerIdentifyPoint(ILayer pLayer, int x, int y, int tolerance, ITrackCancel trackCancel)
          Deprecated. Add layer and show objects that contain the given point.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addTableIdentifyOID(ITable pSTable, ITable pNewOIDCopyTable, int oid)
          Deprecated. Add table and show row of the given OID.
 boolean isHideContextMenu()
          Deprecated. Indicates if the context menu for identify results should be hidden when the user right-clicks.
 boolean isHideLayersComboBox()
          Deprecated. Indicates whether to hide Layers ComboBox in Identify Dialog.
 boolean isVisible()
          Deprecated. Indicates if the Identify Dialog is visible.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void selectLayer(ILayer pLayer)
          Deprecated. Select a specific layer in the combobox.
 void setBasicMapByRef(IBasicMap rhs1)
          Deprecated. The basic map of identifying layers.
 void setHideContextMenu(boolean hide)
          Deprecated. Indicates if the context menu for identify results should be hidden when the user right-clicks.
 void setHideLayersComboBox(boolean pHide)
          Deprecated. Indicates whether to hide Layers ComboBox in Identify Dialog.
 void setVisible(boolean vis)
          Deprecated. Indicates if the Identify Dialog is visible.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IIdentifyDialog2Proxy

public IIdentifyDialog2Proxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IIdentifyDialog2Proxy

public IIdentifyDialog2Proxy()
Deprecated. 
For internal use only


IIdentifyDialog2Proxy

public IIdentifyDialog2Proxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IIdentifyDialog2Proxy

protected IIdentifyDialog2Proxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IIdentifyDialog2Proxy

protected IIdentifyDialog2Proxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

addTableIdentifyOID

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

Specified by:
addTableIdentifyOID in interface IIdentifyDialog2
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

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

Specified by:
isVisible in interface IIdentifyDialog2
Returns:
The vis
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

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

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

setHideLayersComboBox

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

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

isHideLayersComboBox

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

Specified by:
isHideLayersComboBox in interface IIdentifyDialog2
Returns:
The pHide
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBasicMapByRef

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

Specified by:
setBasicMapByRef in interface IIdentifyDialog2
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

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

Specified by:
addLayerIdentifyPoint in interface IIdentifyDialog2
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

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

Specified by:
isHideContextMenu in interface IIdentifyDialog2
Returns:
The hide
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHideContextMenu

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

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

addLayerIdentifyObject

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

Specified by:
addLayerIdentifyObject in interface IIdentifyDialog2
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

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

Specified by:
selectLayer in interface IIdentifyDialog2
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.