public static class UTMTrackType.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="Northing" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Easting" 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> |
easting |
protected List<Double> |
elevationM |
protected List<Double> |
northing |
Constructor and Description |
---|
Coordinates() |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getEasting()
Gets the value of the easting property.
|
List<Double> |
getElevationM()
Gets the value of the elevationM property.
|
List<Double> |
getNorthing()
Gets the value of the northing property.
|
public List<Double> getNorthing()
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 northing property.
For example, to add a new item, do as follows:
getNorthing().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getEasting()
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 easting property.
For example, to add a new item, do as follows:
getEasting().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.