public static class Localize.Effort.CoordinateReferenceSystem.ReferenceFrame 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="Anchor"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="UTMZone"/> <enumeration value="WGS84"/> <enumeration value="instrument"/> </restriction> </simpleType> </element> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}LatitudeValueType" minOccurs="0"/> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}LongitudeValueType" minOccurs="0"/> <element name="UTMZone" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="\d?\d[NS]"/> </restriction> </simpleType> </element> <element name="Datum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
anchor |
protected String |
datum |
protected Double |
latitude |
protected Double |
longitude |
protected String |
utmZone |
Constructor and Description |
---|
ReferenceFrame() |
Modifier and Type | Method and Description |
---|---|
String |
getAnchor()
Gets the value of the anchor property.
|
String |
getDatum()
Gets the value of the datum property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
String |
getUTMZone()
Gets the value of the utmZone property.
|
void |
setAnchor(String value)
Sets the value of the anchor property.
|
void |
setDatum(String value)
Sets the value of the datum property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setUTMZone(String value)
Sets the value of the utmZone property.
|
protected String anchor
protected Double latitude
protected Double longitude
protected String utmZone
protected String datum
public String getAnchor()
String
public void setAnchor(String value)
value
- allowed object is
String
public Double getLatitude()
Double
public void setLatitude(Double value)
value
- allowed object is
Double
public Double getLongitude()
Double
public void setLongitude(Double value)
value
- allowed object is
Double
public String getUTMZone()
String
public void setUTMZone(String value)
value
- allowed object is
String
public String getDatum()
String
Copyright © 2024 Tethys. All rights reserved.