#include <gridpp.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 |
Represents a single point in some coordinate system.
gridpp::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 gridpp::Point::elev |
float gridpp::Point::laf |
float gridpp::Point::lat |
float gridpp::Point::lon |
CoordinateType gridpp::Point::type |