|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalog.SearchResultsIdentifyObj
public class SearchResultsIdentifyObj
An object for identifying the contents of a search results layer. This object is not supported on ArcGIS version 10.1. or later.
Constructor Summary | |
---|---|
SearchResultsIdentifyObj()
Constructs a SearchResultsIdentifyObj using ArcGIS Engine. |
|
SearchResultsIdentifyObj(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SearchResultsIdentifyObj theSearchResultsIdentifyObj = (SearchResultsIdentifyObj) obj; |
Method Summary | |
---|---|
boolean |
canIdentify(ILayer pLayer)
Indicates if the object can identify the specified layer. |
boolean |
equals(Object o)
Compare this object with another |
void |
flash(IScreenDisplay pDisplay)
Flashes the identified object on the screen. |
static String |
getClsid()
getClsid. |
int |
getHWnd()
The window handle. |
ILayer |
getLayer()
Target layer for identification. |
String |
getName()
Name of 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 |
select()
Selects a shortcut in the Catalog tree. |
void |
setExtentByRef(IEnvelope rhs1)
Extent of a shortcut. |
void |
setShortcutByRef(IGxShortcut rhs1)
Shortcut to identify. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SearchResultsIdentifyObj() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SearchResultsIdentifyObj(Object obj) throws IOException
SearchResultsIdentifyObj theSearchResultsIdentifyObj = (SearchResultsIdentifyObj) obj;
obj
to SearchResultsIdentifyObj
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean canIdentify(ILayer pLayer) throws IOException, AutomationException
canIdentify
in interface IIdentifyObj
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws IOException, AutomationException
getHWnd
in interface IIdentifyObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IIdentifyObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws IOException, AutomationException
getLayer
in interface IIdentifyObj
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void flash(IScreenDisplay pDisplay) throws 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 IIdentifyObj
pDisplay
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void popUpMenu(int x, int y) throws IOException, AutomationException
popUpMenu
in interface IIdentifyObj
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope rhs1) throws IOException, AutomationException
setExtentByRef
in interface ISearchResultsIdentifyObject
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShortcutByRef(IGxShortcut rhs1) throws IOException, AutomationException
setShortcutByRef
in interface ISearchResultsIdentifyObject
rhs1
- A reference to a com.esri.arcgis.catalog.IGxShortcut (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void select() throws IOException, AutomationException
select
in interface ISearchResultsIdentifyObject
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 |