public static class WGS84TrackType.Coordinates 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="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="Elevation_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
elevationM |
protected List<Double> |
latitude |
protected List<Double> |
longitude |
| Constructor and Description |
|---|
Coordinates() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getElevationM()
Gets the value of the elevationM property.
|
List<Double> |
getLatitude()
Gets the value of the latitude property.
|
List<Double> |
getLongitude()
Gets the value of the longitude property.
|
public List<Double> getLongitude()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the longitude property.
For example, to add a new item, do as follows:
getLongitude().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getLatitude()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the latitude property.
For example, to add a new item, do as follows:
getLatitude().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getElevationM()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elevationM property.
For example, to add a new item, do as follows:
getElevationM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.