UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
MSP::CCS::Mollweide Class Reference

#include <Mollweide.h>

Inheritance diagram for MSP::CCS::Mollweide:
MSP::CCS::CoordinateSystem

Public Member Functions

 Mollweide (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing)
 
 Mollweide (const Mollweide &m)
 
 ~Mollweide (void)
 
Mollweideoperator= (const Mollweide &m)
 
MapProjection3ParametersgetParameters () const
 
MSP::CCS::MapProjectionCoordinatesconvertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates)
 
MSP::CCS::GeodeticCoordinatesconvertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates)
 
- Public Member Functions inherited from MSP::CCS::CoordinateSystem
 CoordinateSystem ()
 
 CoordinateSystem (double _semiMajorAxis, double _flattening)
 
 ~CoordinateSystem ()
 
void getEllipsoidParameters (double *_semiMajorAxis, double *_flattening)
 

Additional Inherited Members

- Protected Attributes inherited from MSP::CCS::CoordinateSystem
double semiMajorAxis
 
double flattening
 

Detailed Description

Definition at line 98 of file Mollweide.h.

Constructor & Destructor Documentation

Mollweide::Mollweide ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  falseEasting,
double  falseNorthing 
)

Definition at line 120 of file Mollweide.cpp.

Mollweide::Mollweide ( const Mollweide m)

Definition at line 200 of file Mollweide.cpp.

Mollweide::~Mollweide ( void  )

Definition at line 218 of file Mollweide.cpp.

Member Function Documentation

MSP::CCS::MapProjectionCoordinates * Mollweide::convertFromGeodetic ( MSP::CCS::GeodeticCoordinates geodeticCoordinates)

Definition at line 266 of file Mollweide.cpp.

MSP::CCS::GeodeticCoordinates * Mollweide::convertToGeodetic ( MSP::CCS::MapProjectionCoordinates mapProjectionCoordinates)

Definition at line 331 of file Mollweide.cpp.

MapProjection3Parameters * Mollweide::getParameters ( ) const

Definition at line 246 of file Mollweide.cpp.

Mollweide & Mollweide::operator= ( const Mollweide m)

Definition at line 223 of file Mollweide.cpp.