|
Real World Terrain
v4.1
|
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< Link > | links |
| 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... | |
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.
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.Meta | ( | ) |
Constructor
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.Meta | ( | RealWorldTerrainXML | node | ) |
Creates instance and loads the data from the node.
| node | Meta node |
| Person InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.author |
The person or organization who created the GPX file.
| Bounds InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.bounds |
Minimum and maximum coordinates which describe the extent of the coordinates in the file.
| Copyright InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.copyright |
Copyright and license information governing use of the file.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.description |
A description of the contents of the GPX file.
| RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.extensions |
You can add extend GPX by adding your own elements from another schema here.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.keywords |
Keywords associated with the file. Search engines or databases can use this information to classify the data.
| List<Link> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.links |
URLs associated with the location described in the file.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.name |
The name of the GPX file.
| DateTime? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Meta.time |
The creation date of the file.