|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.globecore.GlobeServerFindObject
public class GlobeServerFindObject
Provides programmatic access to a simple globe server layer find results object.
| Constructor Summary | |
|---|---|
GlobeServerFindObject()
Constructs a GlobeServerFindObject using ArcGIS Engine. |
|
GlobeServerFindObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GlobeServerFindObject theGlobeServerFindObject = (GlobeServerFindObject) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
flash(IScreenDisplay pDisplay)
Flash the found object. |
static String |
getClsid()
getClsid. |
int |
getFID()
FID. |
String |
getFieldName()
The field name. |
String |
getLayerName()
The layer name. |
String |
getValue()
String value. |
int |
hashCode()
the hashcode for this object |
void |
identify(IScreenDisplay pDisplay,
Object vIdentifyDialog)
Identify the found object. |
boolean |
isSelectable()
Indicates if layer is selectable. |
void |
select(IScreenDisplay pDisplay)
Select found features. |
void |
setBookmark(IScreenDisplay pDisplay)
Create bookmark at the found object. |
void |
setFID(int fID)
FID. |
void |
setFieldName(String fieldName)
The field name. |
void |
setLayerName(String layerName)
The layer name. |
void |
setValue(String value)
String value. |
void |
unselect(IScreenDisplay pDisplay)
Unselect found features. |
void |
zoomTo(IScreenDisplay pDisplay)
Zoom to the found object. |
| 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 GlobeServerFindObject()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GlobeServerFindObject(Object obj)
throws IOException
GlobeServerFindObject theGlobeServerFindObject = (GlobeServerFindObject) obj;
obj to GlobeServerFindObject.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setValue(String value)
throws IOException,
AutomationException
setValue in interface IFindObjvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getValue()
throws IOException,
AutomationException
getValue in interface IFindObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldName(String fieldName)
throws IOException,
AutomationException
setFieldName in interface IFindObjfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldName()
throws IOException,
AutomationException
getFieldName in interface IFindObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerName(String layerName)
throws IOException,
AutomationException
setLayerName in interface IFindObjlayerName - The layerName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLayerName()
throws IOException,
AutomationException
getLayerName in interface IFindObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFID(int fID)
throws IOException,
AutomationException
setFID in interface IFindObjectfID - The fID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFID()
throws IOException,
AutomationException
getFID in interface IFindObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flash(IScreenDisplay pDisplay)
throws IOException,
AutomationException
flash in interface IRemoteFindObjpDisplay - 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 zoomTo(IScreenDisplay pDisplay)
throws IOException,
AutomationException
zoomTo in interface IRemoteFindObjpDisplay - 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 identify(IScreenDisplay pDisplay,
Object vIdentifyDialog)
throws IOException,
AutomationException
identify in interface IRemoteFindObjpDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)vIdentifyDialog - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBookmark(IScreenDisplay pDisplay)
throws IOException,
AutomationException
setBookmark in interface IRemoteFindObjpDisplay - 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 boolean isSelectable()
throws IOException,
AutomationException
isSelectable in interface IRemoteFindObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void select(IScreenDisplay pDisplay)
throws IOException,
AutomationException
select in interface IRemoteFindObjpDisplay - 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 unselect(IScreenDisplay pDisplay)
throws IOException,
AutomationException
unselect in interface IRemoteFindObjpDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
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 | ||||||||