com.esri.arcgis.globecore
Class GlobeServerFindObject

java.lang.Object
  extended by com.esri.arcgis.globecore.GlobeServerFindObject
All Implemented Interfaces:
IFindObj, IFindObject, IRemoteFindObj, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class GlobeServerFindObject
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFindObj, IFindObject, IRemoteFindObj

COM Class 'GlobeServerFindObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description 'Provides programmatic access to a simple globe server layer find results 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.IFindObject
IID, IID66c47e6a_eb84_42e6_aeb9_686108f49c1c, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IFindObj
IIDfa4d443a_de20_4c9f_a576_7f466a85c961
 
Fields inherited from interface com.esri.arcgis.carto.IRemoteFindObj
IID, IID50052f3b_0b42_47f1_87f7_b661a186105c, xxDummy
 
Constructor Summary
GlobeServerFindObject()
          Constructs a GlobeServerFindObject using ArcGIS Engine.
GlobeServerFindObject(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GlobeServerFindObject theGlobeServerFindObject = (GlobeServerFindObject) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 void flash(IScreenDisplay pDisplay)
          Flash the found object.
static java.lang.String getClsid()
          getClsid.
 int getFID()
          FID.
 java.lang.String getFieldName()
          The field name.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getLayerName()
          The layer name.
 java.lang.String getValue()
          String value.
 int hashCode()
          the hashcode for this object
 void identify(IScreenDisplay pDisplay, java.lang.Object vIdentifyDialog)
          Identify the found object.
 boolean isSelectable()
          Indicates if layer is selectable.
 void release()
          Release a GlobeServerFindObject.
 void select(IScreenDisplay pDisplay)
          Select found features.
 void setBookmark(IScreenDisplay pDisplay)
          Create bookmark at the found object.
 void setFID(int fID)
          FID.
 void setFieldName(java.lang.String fieldName)
          The field name.
 void setLayerName(java.lang.String layerName)
          The layer name.
 void setValue(java.lang.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
 

Constructor Detail

GlobeServerFindObject

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

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

GlobeServerFindObject

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

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

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 GlobeServerFindObject.

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

setValue

public void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
String value.

Specified by:
setValue in interface IFindObj
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
String value.

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

setFieldName

public void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
The field name.

Specified by:
setFieldName in interface IFindObj
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

public java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name.

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

setLayerName

public void setLayerName(java.lang.String layerName)
                  throws java.io.IOException,
                         AutomationException
The layer name.

Specified by:
setLayerName in interface IFindObj
Parameters:
layerName - The layerName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerName

public java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
The layer name.

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

setFID

public void setFID(int fID)
            throws java.io.IOException,
                   AutomationException
FID.

Specified by:
setFID in interface IFindObject
Parameters:
fID - The fID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFID

public int getFID()
           throws java.io.IOException,
                  AutomationException
FID.

Specified by:
getFID in interface IFindObject
Returns:
The fID
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
Flash the found object.

Specified by:
flash in interface IRemoteFindObj
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.

zoomTo

public void zoomTo(IScreenDisplay pDisplay)
            throws java.io.IOException,
                   AutomationException
Zoom to the found object.

Specified by:
zoomTo in interface IRemoteFindObj
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.

identify

public void identify(IScreenDisplay pDisplay,
                     java.lang.Object vIdentifyDialog)
              throws java.io.IOException,
                     AutomationException
Identify the found object.

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

setBookmark

public void setBookmark(IScreenDisplay pDisplay)
                 throws java.io.IOException,
                        AutomationException
Create bookmark at the found object.

Specified by:
setBookmark in interface IRemoteFindObj
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.

isSelectable

public boolean isSelectable()
                     throws java.io.IOException,
                            AutomationException
Indicates if layer is selectable.

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

select

public void select(IScreenDisplay pDisplay)
            throws java.io.IOException,
                   AutomationException
Select found features.

Specified by:
select in interface IRemoteFindObj
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.

unselect

public void unselect(IScreenDisplay pDisplay)
              throws java.io.IOException,
                     AutomationException
Unselect found features.

Specified by:
unselect in interface IRemoteFindObj
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.