#include <titanlib.h>
Public Member Functions | |
| Point (float lat, float lon, float elev=MV, float laf=MV, CoordinateType type=Geodetic) | |
| Constructor. More... | |
Public Attributes | |
| float | elev |
| float | laf |
| float | lat |
| float | lon |
| CoordinateType | type |
| titanlib::Point::Point | ( | float | lat, |
| float | lon, | ||
| float | elev = MV, |
||
| float | laf = MV, |
||
| CoordinateType | type = Geodetic |
||
| ) |
Constructor.
| lat | Latitude coordinate |
| lon | Longitude coordinate |
| elev | Elevation |
| laf | Land area fraction (between 0 and 1) |
| type | Coordinate type for lat and lon |
| float titanlib::Point::elev |
| float titanlib::Point::laf |
| float titanlib::Point::lat |
| float titanlib::Point::lon |
| CoordinateType titanlib::Point::type |
1.8.13