Titanlib 0.3.3
Library for quality control algorithms
Public Member Functions | Public Attributes | List of all members
titanlib::Point Class Reference

#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
 

Constructor & Destructor Documentation

◆ Point()

titanlib::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 titanlib::Point::elev

◆ laf

float titanlib::Point::laf

◆ lat

float titanlib::Point::lat

◆ lon

float titanlib::Point::lon

◆ type

CoordinateType titanlib::Point::type

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