|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgisws.SpatialReference com.esri.arcgisws.UnknownCoordinateSystem
public class UnknownCoordinateSystem
Java class for UnknownCoordinateSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnknownCoordinateSystem"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
UnknownCoordinateSystem()
UnknownCoordinateSystem default constructor. |
|
UnknownCoordinateSystem(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 |
---|
@Deprecated public UnknownCoordinateSystem(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)
public UnknownCoordinateSystem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |