public static class CylindricalTrackType.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="Angle1" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="PlanarDistance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="Elevation_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
angle1 |
protected List<Double> |
elevationM |
protected List<Double> |
planarDistanceM |
| Constructor and Description |
|---|
Coordinates() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getAngle1()
Gets the value of the angle1 property.
|
List<Double> |
getElevationM()
Gets the value of the elevationM property.
|
List<Double> |
getPlanarDistanceM()
Gets the value of the planarDistanceM property.
|
public List<Double> getAngle1()
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 angle1 property.
For example, to add a new item, do as follows:
getAngle1().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getPlanarDistanceM()
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 planarDistanceM property.
For example, to add a new item, do as follows:
getPlanarDistanceM().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.