com.esri.arcgisws
Class GeoTransformation

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

public class GeoTransformation
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

GeoTransformation

@Deprecated
public GeoTransformation(String wkt,
                                    Integer wkid)
Deprecated. 

GeoTransformation constructor.


GeoTransformation

public GeoTransformation()
GeoTransformation default constructor.

Method Detail

getWKT

public String getWKT()
Gets the value of the wkt property.

Returns:
possible object is String

setWKT

public void setWKT(String value)
Sets the value of the wkt property.

Parameters:
value - allowed object is String

getWKID

public Integer getWKID()
Gets the value of the wkid property.

Returns:
possible object is Integer

setWKID

public void setWKID(Integer value)
Sets the value of the wkid property.

Parameters:
value - allowed object is Integer