Class TrackPointExtension
java.lang.Object
org.bremersee.garmin.gpx.v2.model.ext.TrackPointExtension
- All Implemented Interfaces:
Serializable
This type contains data fields available in Garmin GDB track points that cannot
be represented in track points in GPX 1.1 instances.
Java class for TrackPointExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackPointExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Temperature" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}DegreesCelsius_t" minOccurs="0"/>
<element name="Depth" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v2}Meters_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDepth()Gets the value of the depth property.Gets the value of the temperature property.voidSets the value of the depth property.voidsetTemperature(Double value) Sets the value of the temperature property.
-
Field Details
-
temperature
-
depth
-
-
Constructor Details
-
TrackPointExtension
public TrackPointExtension()
-
-
Method Details
-
getTemperature
Gets the value of the temperature property.- Returns:
- possible object is
Double
-
setTemperature
Sets the value of the temperature property.- Parameters:
value- allowed object isDouble
-
getDepth
Gets the value of the depth property.- Returns:
- possible object is
Double
-
setDepth
Sets the value of the depth property.- Parameters:
value- allowed object isDouble
-