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

Track - an ordered list of points describing a path. More...

Public Member Functions

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

Public Attributes

string name
 GPS name of track. More...
 
string comment
 GPS comment for track. More...
 
string description
 User description of track. More...
 
string source
 Source of data. Included to give user some idea of reliability and accuracy of data. More...
 
List< Linklinks
 Links to external information about track. More...
 
uint? number
 GPS track number. More...
 
string type
 Type (classification) of track. More...
 
List< TrackSegmentsegments
 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...
 
RealWorldTerrainXML extensions
 You can add extend GPX by adding your own elements from another schema here. More...
 

Detailed Description

Track - an ordered list of points describing a path.

Constructor & Destructor Documentation

◆ Track() [1/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.Track ( )

Constructor

◆ Track() [2/2]

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

Creates instance and loads the data from the node.

Parameters
nodeTrack node

Member Data Documentation

◆ comment

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.comment

GPS comment for track.

◆ description

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.description

User description of track.

◆ extensions

RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.extensions

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

◆ links

List<Link> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.links

Links to external information about track.

◆ name

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.name

GPS name of track.

◆ number

uint? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.number

GPS track number.

◆ segments

List<TrackSegment> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.segments

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.

◆ source

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.source

Source of data. Included to give user some idea of reliability and accuracy of data.

◆ type

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Track.type

Type (classification) of track.