AtmoData::LaeaToLonlat< T > Class Template Reference

#include <CoordTransform.hxx>

List of all members.

Public Member Functions

 LaeaToLonlat (T lon_origin, T lat_origin) throw ()
 Default constructor.
void operator() (const T x, const T y, T &lon, T &lat)
 Convertion operator.

Protected Attributes

const T Earth_radius_
 Earth radius.
const T pi_
 pi.
const T limit_
 Numerical limit assumed to be 0.
lat_origin_
 Latitude of origin.
lon_origin_
 Longitude of origin.


Detailed Description

template<class T>
class AtmoData::LaeaToLonlat< T >

Coordinate transformation from Lambert azimuthal equal area to longitude/latitude.


Member Function Documentation

template<class T>
void AtmoData::LaeaToLonlat< T >::operator() ( const T  x_,
const T  y_,
T &  lon,
T &  lat 
)

Convertion operator.

Parameters:
x_ abscissa in Lambert azimuthal equal area.
y_ ordinate in Lambert azimuthal equal area.
lon longitude (output).
lat latitude (ouput).


The documentation for this class was generated from the following files:
Generated on Tue Nov 17 11:51:45 2009 for AtmoData by  doxygen 1.5.1