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

Information about the copyright holder and any license governing use of this file. By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights. More...

Public Member Functions

 Copyright (string author)
 Constructor More...
 
 Copyright (RealWorldTerrainXML node)
 Creates instance and loads the data from the node. More...
 

Public Attributes

string author
 Copyright holder More...
 
int? year
 Year of copyright. More...
 
string license
 Link to external file containing license text. More...
 

Detailed Description

Information about the copyright holder and any license governing use of this file. By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights.

Constructor & Destructor Documentation

◆ Copyright() [1/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Copyright.Copyright ( string  author)

Constructor

Parameters
authorCopyright holder

◆ Copyright() [2/2]

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

Creates instance and loads the data from the node.

Parameters
nodeCopyright node

Member Data Documentation

◆ author

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Copyright.author

Copyright holder

◆ license

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Copyright.license

Link to external file containing license text.

◆ year

int? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Copyright.year

Year of copyright.