public static class Localize.Effort.CoordinateSystem extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="cartesian"/>
<enumeration value="WGS84"/>
<enumeration value="UTM"/>
</restriction>
</simpleType>
</element>
<element name="Relative" type="{http://tethys.sdsu.edu/schema/1.0}RelativeLocType"/>
<element name="UTM" type="{http://tethys.sdsu.edu/schema/1.0}UTMType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RelativeLocType |
relative |
protected String |
type |
protected UTMType |
utm |
| Constructor and Description |
|---|
CoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
RelativeLocType |
getRelative()
Gets the value of the relative property.
|
String |
getType()
Gets the value of the type property.
|
UTMType |
getUTM()
Gets the value of the utm property.
|
void |
setRelative(RelativeLocType value)
Sets the value of the relative property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUTM(UTMType value)
Sets the value of the utm property.
|
protected String type
protected RelativeLocType relative
protected UTMType utm
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic RelativeLocType getRelative()
RelativeLocTypepublic void setRelative(RelativeLocType value)
value - allowed object is
RelativeLocTypepublic UTMType getUTM()
UTMTypeCopyright © 2020 Tethys. All rights reserved.