|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeoTransformation
public class GeoTransformation
Java class for GeoTransformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoTransformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WKT" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GeoTransformation()
GeoTransformation default constructor. |
|
GeoTransformation(String wkt,
Integer wkid)
Deprecated. |
|
| Method Summary | |
|---|---|
Integer |
getWKID()
Gets the value of the wkid property. |
String |
getWKT()
Gets the value of the wkt property. |
void |
setWKID(Integer value)
Sets the value of the wkid property. |
void |
setWKT(String value)
Sets the value of the wkt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GeoTransformation(String wkt,
Integer wkid)
public GeoTransformation()
| Method Detail |
|---|
public String getWKT()
Stringpublic void setWKT(String value)
value - allowed object is
Stringpublic Integer getWKID()
Integerpublic void setWKID(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||