com.esri.arcgisws
Class GeographicCoordinateSystem

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

public class GeographicCoordinateSystem
extends SpatialReference
implements Serializable

Java class for GeographicCoordinateSystem complex type.

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

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

See Also:
Serialized Form

Constructor Summary
GeographicCoordinateSystem()
          GeographicCoordinateSystem default constructor.
GeographicCoordinateSystem(String wkt, Double xOrigin, Double yOrigin, Double xyScale, Double zOrigin, Double zScale, Double mOrigin, Double mScale, Double xyTolerance, Double zTolerance, Double mTolerance, Boolean highPrecision, Double leftLongitude, Integer wkid, Integer vcswkid)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.SpatialReference
getHighPrecision, getLeftLongitude, getMOrigin, getMScale, getMTolerance, getVCSWKID, getWKID, getWKT, getXOrigin, getXYScale, getXYTolerance, getYOrigin, getZOrigin, getZScale, getZTolerance, isHighPrecision, setHighPrecision, setLeftLongitude, setMOrigin, setMScale, setMTolerance, setVCSWKID, setWKID, setWKT, setXOrigin, setXYScale, setXYTolerance, setYOrigin, setZOrigin, setZScale, setZTolerance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeographicCoordinateSystem

@Deprecated
public GeographicCoordinateSystem(String wkt,
                                             Double xOrigin,
                                             Double yOrigin,
                                             Double xyScale,
                                             Double zOrigin,
                                             Double zScale,
                                             Double mOrigin,
                                             Double mScale,
                                             Double xyTolerance,
                                             Double zTolerance,
                                             Double mTolerance,
                                             Boolean highPrecision,
                                             Double leftLongitude,
                                             Integer wkid,
                                             Integer vcswkid)
Deprecated. 

GeographicCoordinateSystem constructor.


GeographicCoordinateSystem

public GeographicCoordinateSystem()
GeographicCoordinateSystem default constructor.