public static class Localize.Effort.CoordinateReferenceSystem 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="Subtype">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Geographic"/>
<enumeration value="Derived"/>
<enumeration value="Engineering"/>
</restriction>
</simpleType>
</element>
<element name="Name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="WGS84"/>
<enumeration value="UTM"/>
<enumeration value="Cartesian"/>
<enumeration value="Polar"/>
<enumeration value="Spherical"/>
<enumeration value="Cylindrical"/>
<enumeration value="Range"/>
<enumeration value="PerpendicularRange"/>
</restriction>
</simpleType>
</element>
<element name="ReferenceFrame" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Localize.Effort.CoordinateReferenceSystem.ReferenceFrame
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Localize.Effort.CoordinateReferenceSystem.ReferenceFrame |
referenceFrame |
protected String |
subtype |
| Constructor and Description |
|---|
CoordinateReferenceSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Localize.Effort.CoordinateReferenceSystem.ReferenceFrame |
getReferenceFrame()
Gets the value of the referenceFrame property.
|
String |
getSubtype()
Gets the value of the subtype property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReferenceFrame(Localize.Effort.CoordinateReferenceSystem.ReferenceFrame value)
Sets the value of the referenceFrame property.
|
void |
setSubtype(String value)
Sets the value of the subtype property.
|
protected String subtype
protected String name
protected Localize.Effort.CoordinateReferenceSystem.ReferenceFrame referenceFrame
public String getSubtype()
Stringpublic void setSubtype(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Localize.Effort.CoordinateReferenceSystem.ReferenceFrame getReferenceFrame()
Localize.Effort.CoordinateReferenceSystem.ReferenceFramepublic void setReferenceFrame(Localize.Effort.CoordinateReferenceSystem.ReferenceFrame value)
value - allowed object is
Localize.Effort.CoordinateReferenceSystem.ReferenceFrameCopyright © 2024 Tethys. All rights reserved.