com.esri.arcgisws
Class ProjectedCoordinateSystem

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

public class ProjectedCoordinateSystem
extends SpatialReference
implements Serializable

Java class for ProjectedCoordinateSystem complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ProjectedCoordinateSystem()
          ProjectedCoordinateSystem default constructor.
ProjectedCoordinateSystem(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

ProjectedCoordinateSystem

@Deprecated
public ProjectedCoordinateSystem(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. 

ProjectedCoordinateSystem constructor.


ProjectedCoordinateSystem

public ProjectedCoordinateSystem()
ProjectedCoordinateSystem default constructor.