|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalog.SearchResultsIdentifyObj
public class SearchResultsIdentifyObj
COM Class 'SearchResultsIdentifyObj'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description 'An object for identifying the contents of a search results layer. This object is not supported on ArcGIS version 10.1. or later.' 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.catalog.ISearchResultsIdentifyObject |
---|
IID, IID6ecfbc99_b4ee_4471_a81d_bab3fea34e3a, xxDummy |
Constructor Summary | |
---|---|
SearchResultsIdentifyObj()
Constructs a SearchResultsIdentifyObj using ArcGIS Engine. |
|
SearchResultsIdentifyObj(java.lang.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(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. |
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 SearchResultsIdentifyObj. |
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 |
Constructor Detail |
---|
public SearchResultsIdentifyObj() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SearchResultsIdentifyObj(java.lang.Object obj) throws java.io.IOException
SearchResultsIdentifyObj theSearchResultsIdentifyObj = (SearchResultsIdentifyObj) obj;
obj
to SearchResultsIdentifyObj
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean canIdentify(ILayer pLayer) throws java.io.IOException, AutomationException
canIdentify
in interface IIdentifyObj
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.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IIdentifyObj
java.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 IIdentifyObj
java.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 IIdentifyObj
java.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 IIdentifyObj
pDisplay
- 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 IIdentifyObj
x
- 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 setExtentByRef(IEnvelope rhs1) throws java.io.IOException, AutomationException
setExtentByRef
in interface ISearchResultsIdentifyObject
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShortcutByRef(IGxShortcut rhs1) throws java.io.IOException, AutomationException
setShortcutByRef
in interface ISearchResultsIdentifyObject
rhs1
- A reference to a com.esri.arcgis.catalog.IGxShortcut (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void select() throws java.io.IOException, AutomationException
select
in interface ISearchResultsIdentifyObject
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 |