java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.PositionT
All Implemented Interfaces:
Serializable

public class PositionT extends Object implements 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 Details

    • latitudeDegrees

      protected double latitudeDegrees
    • longitudeDegrees

      protected double longitudeDegrees
    • altitudeMeters

      protected Double 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

      public Double getAltitudeMeters()
      Gets the value of the altitudeMeters property.
      Returns:
      possible object is Double
    • setAltitudeMeters

      public void setAltitudeMeters(Double value)
      Sets the value of the altitudeMeters property.
      Parameters:
      value - allowed object is Double