|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.SpatialReference
public abstract class SpatialReference
Java class for SpatialReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpatialReference"> <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="XOrigin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="YOrigin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="XYScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ZOrigin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ZScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="MOrigin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="MScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="XYTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ZTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="MTolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="HighPrecision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LeftLongitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="WKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="LatestWKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="VCSWKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="LatestVCSWKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SpatialReference()
SpatialReference default constructor. |
|
SpatialReference(java.lang.String wkt,
java.lang.Double xOrigin,
java.lang.Double yOrigin,
java.lang.Double xyScale,
java.lang.Double zOrigin,
java.lang.Double zScale,
java.lang.Double mOrigin,
java.lang.Double mScale,
java.lang.Double xyTolerance,
java.lang.Double zTolerance,
java.lang.Double mTolerance,
java.lang.Boolean highPrecision,
java.lang.Double leftLongitude,
java.lang.Integer wkid,
java.lang.Integer latestWKID,
java.lang.Integer vcswkid,
java.lang.Integer latestVCSWKID)
Deprecated. |
Method Summary | |
---|---|
java.lang.Boolean |
getHighPrecision()
Gets the value of the highPrecision property. |
java.lang.Integer |
getLatestVCSWKID()
Gets the value of the latestVCSWKID property. |
java.lang.Integer |
getLatestWKID()
Gets the value of the latestWKID property. |
java.lang.Double |
getLeftLongitude()
Gets the value of the leftLongitude property. |
java.lang.Double |
getMOrigin()
Gets the value of the mOrigin property. |
java.lang.Double |
getMScale()
Gets the value of the mScale property. |
java.lang.Double |
getMTolerance()
Gets the value of the mTolerance property. |
java.lang.Integer |
getVCSWKID()
Gets the value of the vcswkid property. |
java.lang.Integer |
getWKID()
Gets the value of the wkid property. |
java.lang.String |
getWKT()
Gets the value of the wkt property. |
java.lang.Double |
getXOrigin()
Gets the value of the xOrigin property. |
java.lang.Double |
getXYScale()
Gets the value of the xyScale property. |
java.lang.Double |
getXYTolerance()
Gets the value of the xyTolerance property. |
java.lang.Double |
getYOrigin()
Gets the value of the yOrigin property. |
java.lang.Double |
getZOrigin()
Gets the value of the zOrigin property. |
java.lang.Double |
getZScale()
Gets the value of the zScale property. |
java.lang.Double |
getZTolerance()
Gets the value of the zTolerance property. |
java.lang.Boolean |
isHighPrecision()
|
void |
setHighPrecision(java.lang.Boolean value)
Sets the value of the highPrecision property. |
void |
setLatestVCSWKID(java.lang.Integer value)
Sets the value of the latestVCSWKID property. |
void |
setLatestWKID(java.lang.Integer value)
Sets the value of the latestWKID property. |
void |
setLeftLongitude(java.lang.Double value)
Sets the value of the leftLongitude property. |
void |
setMOrigin(java.lang.Double value)
Sets the value of the mOrigin property. |
void |
setMScale(java.lang.Double value)
Sets the value of the mScale property. |
void |
setMTolerance(java.lang.Double value)
Sets the value of the mTolerance property. |
void |
setVCSWKID(java.lang.Integer value)
Sets the value of the vcswkid property. |
void |
setWKID(java.lang.Integer value)
Sets the value of the wkid property. |
void |
setWKT(java.lang.String value)
Sets the value of the wkt property. |
void |
setXOrigin(java.lang.Double value)
Sets the value of the xOrigin property. |
void |
setXYScale(java.lang.Double value)
Sets the value of the xyScale property. |
void |
setXYTolerance(java.lang.Double value)
Sets the value of the xyTolerance property. |
void |
setYOrigin(java.lang.Double value)
Sets the value of the yOrigin property. |
void |
setZOrigin(java.lang.Double value)
Sets the value of the zOrigin property. |
void |
setZScale(java.lang.Double value)
Sets the value of the zScale property. |
void |
setZTolerance(java.lang.Double value)
Sets the value of the zTolerance property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public SpatialReference(java.lang.String wkt, java.lang.Double xOrigin, java.lang.Double yOrigin, java.lang.Double xyScale, java.lang.Double zOrigin, java.lang.Double zScale, java.lang.Double mOrigin, java.lang.Double mScale, java.lang.Double xyTolerance, java.lang.Double zTolerance, java.lang.Double mTolerance, java.lang.Boolean highPrecision, java.lang.Double leftLongitude, java.lang.Integer wkid, java.lang.Integer latestWKID, java.lang.Integer vcswkid, java.lang.Integer latestVCSWKID)
public SpatialReference()
Method Detail |
---|
public java.lang.String getWKT()
String
public void setWKT(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getXOrigin()
Double
public void setXOrigin(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getYOrigin()
Double
public void setYOrigin(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXYScale()
Double
public void setXYScale(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getZOrigin()
Double
public void setZOrigin(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getZScale()
Double
public void setZScale(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMOrigin()
Double
public void setMOrigin(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMScale()
Double
public void setMScale(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXYTolerance()
Double
public void setXYTolerance(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getZTolerance()
Double
public void setZTolerance(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMTolerance()
Double
public void setMTolerance(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Boolean getHighPrecision()
Boolean
public java.lang.Boolean isHighPrecision()
public void setHighPrecision(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getLeftLongitude()
Double
public void setLeftLongitude(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getWKID()
Integer
public void setWKID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLatestWKID()
Integer
public void setLatestWKID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getVCSWKID()
Integer
public void setVCSWKID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLatestVCSWKID()
Integer
public void setLatestVCSWKID(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |