public static class Deployment.Data.Tracks.Track.Point.CourseOverGroundDegN extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected String |
north |
protected double |
value |
Constructor and Description |
---|
CourseOverGroundDegN() |
Modifier and Type | Method and Description |
---|---|
String |
getNorth()
Gets the value of the north property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setNorth(String value)
Sets the value of the north property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected String north
Copyright © 2024 Tethys. All rights reserved.