FV3 Bundle
oops::GeoLocation Class Reference

#include <GeoLocation.h>

Inheritance diagram for oops::GeoLocation:
[legend]
Collaboration diagram for oops::GeoLocation:
[legend]

Public Member Functions

 GeoLocation (const double lon, const double lat)
 
 ~GeoLocation ()
 
void getLoc (double &lon, double &lat) const
 

Private Member Functions

void print (std::ostream &os) const
 

Private Attributes

double lon_
 
double lat_
 

Detailed Description

Definition at line 20 of file GeoLocation.h.

Constructor & Destructor Documentation

◆ GeoLocation()

oops::GeoLocation::GeoLocation ( const double  lon,
const double  lat 
)
inline

Definition at line 22 of file GeoLocation.h.

◆ ~GeoLocation()

oops::GeoLocation::~GeoLocation ( )
inline

Definition at line 23 of file GeoLocation.h.

Member Function Documentation

◆ getLoc()

void oops::GeoLocation::getLoc ( double &  lon,
double &  lat 
) const
inline

Definition at line 25 of file GeoLocation.h.

◆ print()

void oops::GeoLocation::print ( std::ostream &  os) const
inlineprivate

Definition at line 28 of file GeoLocation.h.

Member Data Documentation

◆ lat_

double oops::GeoLocation::lat_
private

Definition at line 29 of file GeoLocation.h.

◆ lon_

double oops::GeoLocation::lon_
private

Definition at line 29 of file GeoLocation.h.


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