|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.FeatureIdentifyObject
public class FeatureIdentifyObject
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 =
| 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 |
|---|
public FeatureIdentifyObject()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public FeatureIdentifyObject(java.lang.Object obj)
throws java.io.IOException
FeatureIdentifyObject theFeatureIdentifyObject = (FeatureIdentifyObject) obj;
obj to FeatureIdentifyObject.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setFeature(IFeature rhs1)
throws java.io.IOException,
AutomationException
setFeature in interface IFeatureIdentifyObjrhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
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 IBasicMapIdentifyObjectrhs1 - 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 setMapByRef(IMap rhs1)
throws java.io.IOException,
AutomationException
setMapByRef in interface IMapIdentifyObjectrhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canIdentify(ILayer pLayer)
throws java.io.IOException,
AutomationException
canIdentify in interface IIdentifyObjpLayer - 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.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface IIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer()
throws java.io.IOException,
AutomationException
getLayer in interface IIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flash(IScreenDisplay pDisplay)
throws java.io.IOException,
AutomationException
The Flash method is not supported with ArcGIS Engine, use the IHookActions.DoActions() method with the esriHookActionsFlash for this functionality.
flash in interface IIdentifyObjpDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void popUpMenu(int x,
int y)
throws java.io.IOException,
AutomationException
popUpMenu in interface IIdentifyObjx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRow(IRow row)
throws java.io.IOException,
AutomationException
setRow in interface IRowIdentifyObjectrow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow getRow()
throws java.io.IOException,
AutomationException
getRow in interface IRowIdentifyObjectjava.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 | ||||||||