Gridpp 0.6.0
A post-processing library for gridded weather forecasts
Public Member Functions | Public Attributes | List of all members
gridpp::Point Class Reference

#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
 

Detailed Description

Represents a single point in some coordinate system.

Constructor & Destructor Documentation

◆ Point()

gridpp::Point::Point ( float  lat,
float  lon,
float  elev = MV,
float  laf = MV,
CoordinateType  type = Geodetic 
)

Constructor.

Parameters
latLatitude coordinate
lonLongitude coordinate
elevElevation
lafLand area fraction (between 0 and 1)
typeCoordinate type for lat and lon

Member Data Documentation

◆ elev

float gridpp::Point::elev

◆ laf

float gridpp::Point::laf

◆ lat

float gridpp::Point::lat

◆ lon

float gridpp::Point::lon

◆ type

CoordinateType gridpp::Point::type

The documentation for this class was generated from the following files: