public static class LocalizationType.InstrumentTelemetry 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>
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat" minOccurs="0"/>
<element name="Bearing_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_kn" 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="-90"/>
<maxExclusive value="90"/>
</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 |
LocalizationType.InstrumentTelemetry.BearingDegN
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalizationType.InstrumentTelemetry.BearingDegN |
bearingDegN |
protected Double |
elevationM |
protected Double |
groundElevationM |
protected Double |
latitude |
protected Double |
longitude |
protected Double |
pitchDeg |
protected Double |
rollDeg |
protected Double |
speedKn |
| Constructor and Description |
|---|
InstrumentTelemetry() |
| Modifier and Type | Method and Description |
|---|---|
LocalizationType.InstrumentTelemetry.BearingDegN |
getBearingDegN()
Gets the value of the bearingDegN property.
|
Double |
getElevationM()
Gets the value of the elevationM property.
|
Double |
getGroundElevationM()
Gets the value of the groundElevationM 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 |
getSpeedKn()
Gets the value of the speedKn property.
|
void |
setBearingDegN(LocalizationType.InstrumentTelemetry.BearingDegN value)
Sets the value of the bearingDegN property.
|
void |
setElevationM(Double value)
Sets the value of the elevationM property.
|
void |
setGroundElevationM(Double value)
Sets the value of the groundElevationM 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 |
setSpeedKn(Double value)
Sets the value of the speedKn property.
|
protected Double longitude
protected Double latitude
protected LocalizationType.InstrumentTelemetry.BearingDegN bearingDegN
protected Double speedKn
protected Double pitchDeg
protected Double rollDeg
protected Double elevationM
protected Double groundElevationM
public Double getLongitude()
Doublepublic void setLongitude(Double value)
value - allowed object is
Doublepublic Double getLatitude()
Doublepublic void setLatitude(Double value)
value - allowed object is
Doublepublic LocalizationType.InstrumentTelemetry.BearingDegN getBearingDegN()
LocalizationType.InstrumentTelemetry.BearingDegNpublic void setBearingDegN(LocalizationType.InstrumentTelemetry.BearingDegN value)
value - allowed object is
LocalizationType.InstrumentTelemetry.BearingDegNpublic Double getSpeedKn()
Doublepublic void setSpeedKn(Double value)
value - allowed object is
Doublepublic Double getPitchDeg()
Doublepublic void setPitchDeg(Double value)
value - allowed object is
Doublepublic Double getRollDeg()
Doublepublic void setRollDeg(Double value)
value - allowed object is
Doublepublic Double getElevationM()
Doublepublic void setElevationM(Double value)
value - allowed object is
Doublepublic Double getGroundElevationM()
DoubleCopyright © 2024 Tethys. All rights reserved.