atlas
Public Member Functions | List of all members
atlas::PointLonLat Class Reference

Point in longitude-latitude coordinate system. More...

#include <Point.h>

Inheritance diagram for atlas::PointLonLat:
Inheritance graph
[legend]
Collaboration diagram for atlas::PointLonLat:
Collaboration graph
[legend]

Public Member Functions

 PointLonLat (std::initializer_list< double > list)
 
 PointLonLat (const array_t &arr)
 
double lon () const
 
double lat () const
 
double & lon ()
 
double & lat ()
 
void assign (double lon, double lat)
 
PointLonLatoperator*= (double a)
 
void normalise ()
 
void normalise (double west)
 
void normalise (double west, double east)
 

Detailed Description

Point in longitude-latitude coordinate system.

This class does not normalise the longitude by default, but contains a normalise function.


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