Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.TrackSegment Class Reference

A Track Segment holds a list of Track Points which are logically connected in order.
To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data. More...

Public Member Functions

 TrackSegment ()
 Constructor More...
 
 TrackSegment (RealWorldTerrainXML node)
 Creates instance and loads the data from the node. More...
 

Public Attributes

List< Waypointpoints
 A Track Point holds the coordinates, elevation, timestamp, and metadata for a single point in a track. More...
 
RealWorldTerrainXML extensions
 You can add extend GPX by adding your own elements from another schema here. More...
 

Detailed Description

A Track Segment holds a list of Track Points which are logically connected in order.
To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data.

Constructor & Destructor Documentation

◆ TrackSegment() [1/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.TrackSegment.TrackSegment ( )

Constructor

◆ TrackSegment() [2/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.TrackSegment.TrackSegment ( RealWorldTerrainXML  node)

Creates instance and loads the data from the node.

Parameters
nodeTrackSegment node

Member Data Documentation

◆ extensions

RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.TrackSegment.extensions

You can add extend GPX by adding your own elements from another schema here.

◆ points

List<Waypoint> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.TrackSegment.points

A Track Point holds the coordinates, elevation, timestamp, and metadata for a single point in a track.