public static class Deployment.Data.Tracks.Track.Point 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="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat" minOccurs="0"/> <element name="Heading_DegN" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg"> <attribute name="north" default="magnetic"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="true"/> <enumeration value="magnetic"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="CourseOverGround_DegN" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg"> <attribute name="north" default="magnetic"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="true"/> <enumeration value="magnetic"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="Speed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SpeedOverGround" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Pitch_deg" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0"/> <maxExclusive value="360"/> </restriction> </simpleType> </element> <element name="Roll_deg" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0"/> <maxExclusive value="360"/> </restriction> </simpleType> </element> <element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="GroundElevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN
Java class for anonymous complex type.
|
static class |
Deployment.Data.Tracks.Track.Point.HeadingDegN
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN |
courseOverGroundDegN |
protected Double |
elevationM |
protected Double |
groundElevationM |
protected Deployment.Data.Tracks.Track.Point.HeadingDegN |
headingDegN |
protected Double |
latitude |
protected Double |
longitude |
protected Double |
pitchDeg |
protected Double |
rollDeg |
protected Double |
speed |
protected Double |
speedOverGround |
protected XMLGregorianCalendar |
timeStamp |
Constructor and Description |
---|
Point() |
Modifier and Type | Method and Description |
---|---|
Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN |
getCourseOverGroundDegN()
Gets the value of the courseOverGroundDegN property.
|
Double |
getElevationM()
Gets the value of the elevationM property.
|
Double |
getGroundElevationM()
Gets the value of the groundElevationM property.
|
Deployment.Data.Tracks.Track.Point.HeadingDegN |
getHeadingDegN()
Gets the value of the headingDegN property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
Double |
getPitchDeg()
Gets the value of the pitchDeg property.
|
Double |
getRollDeg()
Gets the value of the rollDeg property.
|
Double |
getSpeed()
Gets the value of the speed property.
|
Double |
getSpeedOverGround()
Gets the value of the speedOverGround property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setCourseOverGroundDegN(Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN value)
Sets the value of the courseOverGroundDegN property.
|
void |
setElevationM(Double value)
Sets the value of the elevationM property.
|
void |
setGroundElevationM(Double value)
Sets the value of the groundElevationM property.
|
void |
setHeadingDegN(Deployment.Data.Tracks.Track.Point.HeadingDegN value)
Sets the value of the headingDegN property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setPitchDeg(Double value)
Sets the value of the pitchDeg property.
|
void |
setRollDeg(Double value)
Sets the value of the rollDeg property.
|
void |
setSpeed(Double value)
Sets the value of the speed property.
|
void |
setSpeedOverGround(Double value)
Sets the value of the speedOverGround property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected Double longitude
protected Double latitude
protected Deployment.Data.Tracks.Track.Point.HeadingDegN headingDegN
protected Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN courseOverGroundDegN
protected Double speed
protected Double speedOverGround
protected Double pitchDeg
protected Double rollDeg
protected Double elevationM
protected Double groundElevationM
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Double getLongitude()
Double
public void setLongitude(Double value)
value
- allowed object is
Double
public Double getLatitude()
Double
public void setLatitude(Double value)
value
- allowed object is
Double
public Deployment.Data.Tracks.Track.Point.HeadingDegN getHeadingDegN()
Deployment.Data.Tracks.Track.Point.HeadingDegN
public void setHeadingDegN(Deployment.Data.Tracks.Track.Point.HeadingDegN value)
value
- allowed object is
Deployment.Data.Tracks.Track.Point.HeadingDegN
public Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN getCourseOverGroundDegN()
Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN
public void setCourseOverGroundDegN(Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN value)
value
- allowed object is
Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN
public Double getSpeed()
Double
public void setSpeed(Double value)
value
- allowed object is
Double
public Double getSpeedOverGround()
Double
public void setSpeedOverGround(Double value)
value
- allowed object is
Double
public Double getPitchDeg()
Double
public void setPitchDeg(Double value)
value
- allowed object is
Double
public Double getRollDeg()
Double
public void setRollDeg(Double value)
value
- allowed object is
Double
public Double getElevationM()
Double
public void setElevationM(Double value)
value
- allowed object is
Double
public Double getGroundElevationM()
Double
Copyright © 2024 Tethys. All rights reserved.