|
|||||||||
| 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="VCSWKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SpatialReference()
SpatialReference default constructor. |
|
SpatialReference(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 | |
|---|---|
Boolean |
getHighPrecision()
Gets the value of the highPrecision property. |
Double |
getLeftLongitude()
Gets the value of the leftLongitude property. |
Double |
getMOrigin()
Gets the value of the mOrigin property. |
Double |
getMScale()
Gets the value of the mScale property. |
Double |
getMTolerance()
Gets the value of the mTolerance property. |
Integer |
getVCSWKID()
Gets the value of the vcswkid property. |
Integer |
getWKID()
Gets the value of the wkid property. |
String |
getWKT()
Gets the value of the wkt property. |
Double |
getXOrigin()
Gets the value of the xOrigin property. |
Double |
getXYScale()
Gets the value of the xyScale property. |
Double |
getXYTolerance()
Gets the value of the xyTolerance property. |
Double |
getYOrigin()
Gets the value of the yOrigin property. |
Double |
getZOrigin()
Gets the value of the zOrigin property. |
Double |
getZScale()
Gets the value of the zScale property. |
Double |
getZTolerance()
Gets the value of the zTolerance property. |
Boolean |
isHighPrecision()
|
void |
setHighPrecision(Boolean value)
Sets the value of the highPrecision property. |
void |
setLeftLongitude(Double value)
Sets the value of the leftLongitude property. |
void |
setMOrigin(Double value)
Sets the value of the mOrigin property. |
void |
setMScale(Double value)
Sets the value of the mScale property. |
void |
setMTolerance(Double value)
Sets the value of the mTolerance property. |
void |
setVCSWKID(Integer value)
Sets the value of the vcswkid property. |
void |
setWKID(Integer value)
Sets the value of the wkid property. |
void |
setWKT(String value)
Sets the value of the wkt property. |
void |
setXOrigin(Double value)
Sets the value of the xOrigin property. |
void |
setXYScale(Double value)
Sets the value of the xyScale property. |
void |
setXYTolerance(Double value)
Sets the value of the xyTolerance property. |
void |
setYOrigin(Double value)
Sets the value of the yOrigin property. |
void |
setZOrigin(Double value)
Sets the value of the zOrigin property. |
void |
setZScale(Double value)
Sets the value of the zScale property. |
void |
setZTolerance(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(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 SpatialReference()
| Method Detail |
|---|
public String getWKT()
Stringpublic void setWKT(String value)
value - allowed object is
Stringpublic Double getXOrigin()
Doublepublic void setXOrigin(Double value)
value - allowed object is
Doublepublic Double getYOrigin()
Doublepublic void setYOrigin(Double value)
value - allowed object is
Doublepublic Double getXYScale()
Doublepublic void setXYScale(Double value)
value - allowed object is
Doublepublic Double getZOrigin()
Doublepublic void setZOrigin(Double value)
value - allowed object is
Doublepublic Double getZScale()
Doublepublic void setZScale(Double value)
value - allowed object is
Doublepublic Double getMOrigin()
Doublepublic void setMOrigin(Double value)
value - allowed object is
Doublepublic Double getMScale()
Doublepublic void setMScale(Double value)
value - allowed object is
Doublepublic Double getXYTolerance()
Doublepublic void setXYTolerance(Double value)
value - allowed object is
Doublepublic Double getZTolerance()
Doublepublic void setZTolerance(Double value)
value - allowed object is
Doublepublic Double getMTolerance()
Doublepublic void setMTolerance(Double value)
value - allowed object is
Doublepublic Boolean getHighPrecision()
Booleanpublic Boolean isHighPrecision()
public void setHighPrecision(Boolean value)
value - allowed object is
Booleanpublic Double getLeftLongitude()
Doublepublic void setLeftLongitude(Double value)
value - allowed object is
Doublepublic Integer getWKID()
Integerpublic void setWKID(Integer value)
value - allowed object is
Integerpublic Integer getVCSWKID()
Integerpublic void setVCSWKID(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||