|
Real World Terrain
v4.1
|
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... | |
Two lat/lon pairs defining the extent of an element.
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.Bounds | ( | RealWorldTerrainXML | node | ) |
Creates instance and loads the data from the node.
| node | Bounds node |
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Bounds.Bounds | ( | double | minlon, |
| double | minlat, | ||
| double | maxlon, | ||
| double | maxlat | ||
| ) |
Constructor
| minlon | The minimum longitude. |
| minlat | The minimum latitude. |
| maxlon | The maximum longitude. |
| maxlat | The maximum latitude. |
|
getset |
The maximum latitude.
|
getset |
The maximum longitude.
|
getset |
The minimum latitude.
|
getset |
The minimum longitude.