|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.IdentifyGlobeServer
public class IdentifyGlobeServer
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>
| 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 |
|---|
@Deprecated
public IdentifyGlobeServer(int layerID,
int oid,
Geometry searchShape)
public IdentifyGlobeServer()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public int getOID()
public void setOID(int value)
public Geometry getSearchShape()
Geometrypublic void setSearchShape(Geometry value)
value - allowed object is
Geometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||