|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Unit
public abstract class Unit
Java class for Unit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Unit">
<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="WKID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StandardUnitsPerUnit" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Unit()
Unit default constructor. |
|
Unit(java.lang.String wkt,
java.lang.Integer wkid,
double standardUnitsPerUnit)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getStandardUnitsPerUnit()
Gets the value of the standardUnitsPerUnit property. |
java.lang.Integer |
getWKID()
Gets the value of the wkid property. |
java.lang.String |
getWKT()
Gets the value of the wkt property. |
void |
setStandardUnitsPerUnit(double value)
Sets the value of the standardUnitsPerUnit 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Unit(java.lang.String wkt,
java.lang.Integer wkid,
double standardUnitsPerUnit)
public Unit()
| Method Detail |
|---|
public java.lang.String getWKT()
Stringpublic void setWKT(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getWKID()
Integerpublic void setWKID(java.lang.Integer value)
value - allowed object is
Integerpublic double getStandardUnitsPerUnit()
public void setStandardUnitsPerUnit(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||