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

Two lat/lon pairs defining the extent of an element. More...

Public Member Functions

 Bounds (RealWorldTerrainXML node)
 Creates instance and loads the data from the node. More...
 
 Bounds (double minlon, double minlat, double maxlon, double maxlat)
 Constructor More...
 

Properties

double minlat [get, set]
 The minimum latitude. More...
 
double minlon [get, set]
 The minimum longitude. More...
 
double maxlat [get, set]
 The maximum latitude. More...
 
double maxlon [get, set]
 The maximum longitude. More...
 

Detailed Description

Two lat/lon pairs defining the extent of an element.

Constructor & Destructor Documentation

◆ Bounds() [1/2]

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

Creates instance and loads the data from the node.

Parameters
nodeBounds node

◆ Bounds() [2/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.Bounds ( double  minlon,
double  minlat,
double  maxlon,
double  maxlat 
)

Constructor

Parameters
minlonThe minimum longitude.
minlatThe minimum latitude.
maxlonThe maximum longitude.
maxlatThe maximum latitude.

Property Documentation

◆ maxlat

double InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.maxlat
getset

The maximum latitude.

◆ maxlon

double InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.maxlon
getset

The maximum longitude.

◆ minlat

double InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.minlat
getset

The minimum latitude.

◆ minlon

double InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.minlon
getset

The minimum longitude.