public static class LocalizationType.Track 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="TimeStamps" type="{http://tethys.sdsu.edu/schema/1.0}TimestampListType"/> <choice> <element name="WGS84" type="{http://tethys.sdsu.edu/schema/1.0}WGS84TrackType"/> <element name="UTM" type="{http://tethys.sdsu.edu/schema/1.0}UTMTrackType"/> <element name="Cartesian" type="{http://tethys.sdsu.edu/schema/1.0}CartesianTrackType"/> <element name="Angular" type="{http://tethys.sdsu.edu/schema/1.0}AngularTrackType"/> <element name="Cylindrical" type="{http://tethys.sdsu.edu/schema/1.0}CylindricalTrackType"/> </choice> <element name="Range_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> <element name="RangeError" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> <element name="PerpendicularRange_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> <element name="PerpendicularError" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AngularTrackType |
angular |
protected CartesianTrackType |
cartesian |
protected CylindricalTrackType |
cylindrical |
protected List<Double> |
perpendicularError |
protected List<Double> |
perpendicularRangeM |
protected List<Double> |
rangeError |
protected List<Double> |
rangeM |
protected List<XMLGregorianCalendar> |
timeStamps |
protected UTMTrackType |
utm |
protected WGS84TrackType |
wgs84 |
Constructor and Description |
---|
Track() |
Modifier and Type | Method and Description |
---|---|
AngularTrackType |
getAngular()
Gets the value of the angular property.
|
CartesianTrackType |
getCartesian()
Gets the value of the cartesian property.
|
CylindricalTrackType |
getCylindrical()
Gets the value of the cylindrical property.
|
List<Double> |
getPerpendicularError()
Gets the value of the perpendicularError property.
|
List<Double> |
getPerpendicularRangeM()
Gets the value of the perpendicularRangeM property.
|
List<Double> |
getRangeError()
Gets the value of the rangeError property.
|
List<Double> |
getRangeM()
Gets the value of the rangeM property.
|
List<XMLGregorianCalendar> |
getTimeStamps()
Gets the value of the timeStamps property.
|
UTMTrackType |
getUTM()
Gets the value of the utm property.
|
WGS84TrackType |
getWGS84()
Gets the value of the wgs84 property.
|
void |
setAngular(AngularTrackType value)
Sets the value of the angular property.
|
void |
setCartesian(CartesianTrackType value)
Sets the value of the cartesian property.
|
void |
setCylindrical(CylindricalTrackType value)
Sets the value of the cylindrical property.
|
void |
setUTM(UTMTrackType value)
Sets the value of the utm property.
|
void |
setWGS84(WGS84TrackType value)
Sets the value of the wgs84 property.
|
protected List<XMLGregorianCalendar> timeStamps
protected WGS84TrackType wgs84
protected UTMTrackType utm
protected CartesianTrackType cartesian
protected AngularTrackType angular
protected CylindricalTrackType cylindrical
public List<XMLGregorianCalendar> getTimeStamps()
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 timeStamps property.
For example, to add a new item, do as follows:
getTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
public WGS84TrackType getWGS84()
WGS84TrackType
public void setWGS84(WGS84TrackType value)
value
- allowed object is
WGS84TrackType
public UTMTrackType getUTM()
UTMTrackType
public void setUTM(UTMTrackType value)
value
- allowed object is
UTMTrackType
public CartesianTrackType getCartesian()
CartesianTrackType
public void setCartesian(CartesianTrackType value)
value
- allowed object is
CartesianTrackType
public AngularTrackType getAngular()
AngularTrackType
public void setAngular(AngularTrackType value)
value
- allowed object is
AngularTrackType
public CylindricalTrackType getCylindrical()
CylindricalTrackType
public void setCylindrical(CylindricalTrackType value)
value
- allowed object is
CylindricalTrackType
public List<Double> getRangeM()
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 rangeM property.
For example, to add a new item, do as follows:
getRangeM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getRangeError()
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 rangeError property.
For example, to add a new item, do as follows:
getRangeError().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getPerpendicularRangeM()
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 perpendicularRangeM property.
For example, to add a new item, do as follows:
getPerpendicularRangeM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getPerpendicularError()
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 perpendicularError property.
For example, to add a new item, do as follows:
getPerpendicularError().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.