com.esri.arcgisws
Class Unit

java.lang.Object
  extended by com.esri.arcgisws.Unit
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AngularUnit, LinearUnit

public abstract class Unit
extends Object
implements Serializable

Java class for Unit complex type.

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

 <complexType name="Unit">
   <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"/>
         <element name="StandardUnitsPerUnit" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Unit()
          Unit default constructor.
Unit(String wkt, Integer wkid, double standardUnitsPerUnit)
          Deprecated. 
 
Method Summary
 double getStandardUnitsPerUnit()
          Gets the value of the standardUnitsPerUnit property.
 Integer getWKID()
          Gets the value of the wkid property.
 String getWKT()
          Gets the value of the wkt property.
 void setStandardUnitsPerUnit(double value)
          Sets the value of the standardUnitsPerUnit 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

Unit

@Deprecated
public Unit(String wkt,
                       Integer wkid,
                       double standardUnitsPerUnit)
Deprecated. 

Unit constructor.


Unit

public Unit()
Unit 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

getStandardUnitsPerUnit

public double getStandardUnitsPerUnit()
Gets the value of the standardUnitsPerUnit property.


setStandardUnitsPerUnit

public void setStandardUnitsPerUnit(double value)
Sets the value of the standardUnitsPerUnit property.