com.esri.arcgisws
Class AngularUnit

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

public class AngularUnit
extends Unit
implements Serializable

Java class for AngularUnit complex type.

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

 <complexType name="AngularUnit">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Unit">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AngularUnit()
          AngularUnit default constructor.
AngularUnit(String wkt, Integer wkid, double standardUnitsPerUnit)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.Unit
getStandardUnitsPerUnit, getWKID, getWKT, setStandardUnitsPerUnit, setWKID, setWKT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AngularUnit

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

AngularUnit constructor.


AngularUnit

public AngularUnit()
AngularUnit default constructor.