com.esri.arcgisws
Class IdentifyGlobeServer

java.lang.Object
  extended by com.esri.arcgisws.IdentifyGlobeServer
All Implemented Interfaces:
Serializable

public class IdentifyGlobeServer
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="OID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SearchShape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IdentifyGlobeServer()
          IdentifyGlobeServer default constructor.
IdentifyGlobeServer(int layerID, int oid, Geometry searchShape)
          Deprecated. 
 
Method Summary
 int getLayerID()
          Gets the value of the layerID property.
 int getOID()
          Gets the value of the oid property.
 Geometry getSearchShape()
          Gets the value of the searchShape property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setOID(int value)
          Sets the value of the oid property.
 void setSearchShape(Geometry value)
          Sets the value of the searchShape property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifyGlobeServer

@Deprecated
public IdentifyGlobeServer(int layerID,
                                      int oid,
                                      Geometry searchShape)
Deprecated. 

IdentifyGlobeServer constructor.


IdentifyGlobeServer

public IdentifyGlobeServer()
IdentifyGlobeServer default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getOID

public int getOID()
Gets the value of the oid property.


setOID

public void setOID(int value)
Sets the value of the oid property.


getSearchShape

public Geometry getSearchShape()
Gets the value of the searchShape property.

Returns:
possible object is Geometry

setSearchShape

public void setSearchShape(Geometry value)
Sets the value of the searchShape property.

Parameters:
value - allowed object is Geometry