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

Information about the GPX file, author, and copyright restrictions goes in the metadata section.
Providing rich, meaningful information about your GPX files allows others to search for and use your GPS data. More...

Public Member Functions

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

Public Attributes

string name
 The name of the GPX file. More...
 
string description
 A description of the contents of the GPX file. More...
 
Person author
 The person or organization who created the GPX file. More...
 
Copyright copyright
 Copyright and license information governing use of the file. More...
 
List< Linklinks
 URLs associated with the location described in the file. More...
 
DateTime? time
 The creation date of the file. More...
 
string keywords
 Keywords associated with the file. Search engines or databases can use this information to classify the data. More...
 
Bounds bounds
 Minimum and maximum coordinates which describe the extent of the coordinates in the file. More...
 
RealWorldTerrainXML extensions
 You can add extend GPX by adding your own elements from another schema here. More...
 

Detailed Description

Information about the GPX file, author, and copyright restrictions goes in the metadata section.
Providing rich, meaningful information about your GPX files allows others to search for and use your GPS data.

Constructor & Destructor Documentation

◆ Meta() [1/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.Meta ( )

Constructor

◆ Meta() [2/2]

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

Creates instance and loads the data from the node.

Parameters
nodeMeta node

Member Data Documentation

◆ author

Person InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.author

The person or organization who created the GPX file.

◆ bounds

Bounds InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.bounds

Minimum and maximum coordinates which describe the extent of the coordinates in the file.

◆ copyright

Copyright InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.copyright

Copyright and license information governing use of the file.

◆ description

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.description

A description of the contents of the GPX file.

◆ extensions

RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.extensions

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

◆ keywords

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.keywords

Keywords associated with the file. Search engines or databases can use this information to classify the data.

◆ links

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

URLs associated with the location described in the file.

◆ name

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.name

The name of the GPX file.

◆ time

DateTime? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.time

The creation date of the file.