Class PositionT
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.PositionT
- All Implemented Interfaces:
Serializable
Java class for Position_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LatitudeDegrees" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}DegreesLatitude_t"/>
<element name="LongitudeDegrees" type="{http://www.garmin.com/xmlschemas/HistoryDatabase/v1}DegreesLongitude_t"/>
<element name="AltitudeMeters" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altitudeMeters property.doubleGets the value of the latitudeDegrees property.doubleGets the value of the longitudeDegrees property.voidsetAltitudeMeters(Double value) Sets the value of the altitudeMeters property.voidsetLatitudeDegrees(double value) Sets the value of the latitudeDegrees property.voidsetLongitudeDegrees(double value) Sets the value of the longitudeDegrees property.
-
Field Details
-
latitudeDegrees
protected double latitudeDegrees -
longitudeDegrees
protected double longitudeDegrees -
altitudeMeters
-
-
Constructor Details
-
PositionT
public PositionT()
-
-
Method Details
-
getLatitudeDegrees
public double getLatitudeDegrees()Gets the value of the latitudeDegrees property. -
setLatitudeDegrees
public void setLatitudeDegrees(double value) Sets the value of the latitudeDegrees property. -
getLongitudeDegrees
public double getLongitudeDegrees()Gets the value of the longitudeDegrees property. -
setLongitudeDegrees
public void setLongitudeDegrees(double value) Sets the value of the longitudeDegrees property. -
getAltitudeMeters
Gets the value of the altitudeMeters property.- Returns:
- possible object is
Double
-
setAltitudeMeters
Sets the value of the altitudeMeters property.- Parameters:
value- allowed object isDouble
-