|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.cartoUI.IIdentifyDialog2Proxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IIdentifyDialog2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IIdentifyDialog2Proxy()
public IIdentifyDialog2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IIdentifyDialog2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IIdentifyDialog2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void addTableIdentifyOID(ITable pSTable, ITable pNewOIDCopyTable, int oid) throws java.io.IOException, AutomationException
addTableIdentifyOID
in interface IIdentifyDialog2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IIdentifyDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean vis) throws java.io.IOException, AutomationException
setVisible
in interface IIdentifyDialog2
vis
- The vis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideLayersComboBox(boolean pHide) throws java.io.IOException, AutomationException
setHideLayersComboBox
in interface IIdentifyDialog2
pHide
- The pHide (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideLayersComboBox() throws java.io.IOException, AutomationException
isHideLayersComboBox
in interface IIdentifyDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBasicMapByRef(IBasicMap rhs1) throws java.io.IOException, AutomationException
setBasicMapByRef
in interface IIdentifyDialog2
rhs1
- A reference to a com.esri.arcgis.carto.IBasicMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayerIdentifyPoint(ILayer pLayer, int x, int y, int tolerance, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
addLayerIdentifyPoint
in interface IIdentifyDialog2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideContextMenu() throws java.io.IOException, AutomationException
isHideContextMenu
in interface IIdentifyDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideContextMenu(boolean hide) throws java.io.IOException, AutomationException
setHideContextMenu
in interface IIdentifyDialog2
hide
- The hide (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayerIdentifyObject(ILayer pLayer, java.lang.Object object, IPoint location) throws java.io.IOException, AutomationException
addLayerIdentifyObject
in interface IIdentifyDialog2
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectLayer(ILayer pLayer) throws java.io.IOException, AutomationException
selectLayer
in interface IIdentifyDialog2
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |