com.esri.arcgis.cartoUI
Class FeatureIdentifyObject

java.lang.Object
  extended by com.esri.arcgis.cartoUI.FeatureIdentifyObject
All Implemented Interfaces:
IBasicMapIdentifyObject, IFeatureIdentifyObj, IIdentifyObj, IMapIdentifyObject, IRowIdentifyObject, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class FeatureIdentifyObject
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFeatureIdentifyObj, IBasicMapIdentifyObject, IMapIdentifyObject, IIdentifyObj, IRowIdentifyObject

COM Class 'FeatureIdentifyObject'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'Feature Identify Object.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IFeatureIdentifyObj
IID, IID4e08d830_d361_11d2_8cd0_00c04f5b951e, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IBasicMapIdentifyObject
IID, IID976d826b_c8ab_11d4_80f6_00c04fa0adf8, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IMapIdentifyObject
IID, IID7f4ab189_ed0d_11d2_ab0e_000000000000, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IRowIdentifyObject
IID, IID061bded1_1486_11d4_9fec_00c04f6bc78e, xxDummy
 
Constructor Summary
FeatureIdentifyObject()
          Constructs a FeatureIdentifyObject using ArcGIS Engine.
FeatureIdentifyObject(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureIdentifyObject theFeatureIdentifyObject = (FeatureIdentifyObject) obj;
 
Method Summary
 boolean canIdentify(ILayer pLayer)
          Indicates if the object can identify the specified layer.
 boolean equals(java.lang.Object o)
          Compare this object with another
 void flash(IScreenDisplay pDisplay)
          Flashes the identified object on the screen.
static java.lang.String getClsid()
          getClsid.
 int getHWnd()
          The window handle.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ILayer getLayer()
          Target layer for identification.
 java.lang.String getName()
          Name of the identify object.
 IRow getRow()
          The row used by the identify object.
 int hashCode()
          the hashcode for this object
 void popUpMenu(int x, int y)
          Displays a context sensitive popup menu at the specified location.
 void release()
          Release a FeatureIdentifyObject.
 void setBasicMapByRef(IBasicMap rhs1)
          The basic map into an identify object.
 void setFeature(IFeature rhs1)
          The feature to be identified.
 void setMapByRef(IMap rhs1)
          The map into an identify object.
 void setRow(IRow row)
          The row used by the identify object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureIdentifyObject

public FeatureIdentifyObject()
                      throws java.io.IOException,
                             java.net.UnknownHostException
Constructs a FeatureIdentifyObject using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

FeatureIdentifyObject

public FeatureIdentifyObject(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FeatureIdentifyObject theFeatureIdentifyObject = (FeatureIdentifyObject) obj;

Construct a FeatureIdentifyObject using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to FeatureIdentifyObject.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a FeatureIdentifyObject.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setFeature

public void setFeature(IFeature rhs1)
                throws java.io.IOException,
                       AutomationException
The feature to be identified.

Specified by:
setFeature in interface IFeatureIdentifyObj
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
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
The basic map into an identify object.

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

setMapByRef

public void setMapByRef(IMap rhs1)
                 throws java.io.IOException,
                        AutomationException
The map into an identify object.

Specified by:
setMapByRef in interface IMapIdentifyObject
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.

canIdentify

public boolean canIdentify(ILayer pLayer)
                    throws java.io.IOException,
                           AutomationException
Indicates if the object can identify the specified layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getHWnd

public int getHWnd()
            throws java.io.IOException,
                   AutomationException
The window handle.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getHWnd in interface IIdentifyObj
Returns:
The hWnd (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the identify object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getLayer

public ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Target layer for identification.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getLayer in interface IIdentifyObj
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flash

public void flash(IScreenDisplay pDisplay)
           throws java.io.IOException,
                  AutomationException
Flashes the identified object on the screen.

Remarks

The Flash method is not supported with ArcGIS Engine, use the IHookActions.DoActions() method with the esriHookActionsFlash for this functionality.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
flash in interface IIdentifyObj
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

popUpMenu

public void popUpMenu(int x,
                      int y)
               throws java.io.IOException,
                      AutomationException
Displays a context sensitive popup menu at the specified location.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
popUpMenu in interface IIdentifyObj
Parameters:
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.

setRow

public void setRow(IRow row)
            throws java.io.IOException,
                   AutomationException
The row used by the identify object.

Specified by:
setRow in interface IRowIdentifyObject
Parameters:
row - A reference to a com.esri.arcgis.geodatabase.IRow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRow

public IRow getRow()
            throws java.io.IOException,
                   AutomationException
The row used by the identify object.

Specified by:
getRow in interface IRowIdentifyObject
Returns:
A reference to a com.esri.arcgis.geodatabase.IRow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.