UNCLASSIFIED

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

#include <Eckert6.h>

Inheritance diagram for MSP::CCS::Eckert6:
MSP::CCS::CoordinateSystem

Public Member Functions

 Eckert6 (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing)
 
 Eckert6 (const Eckert6 &e)
 
 ~Eckert6 (void)
 
Eckert6operator= (const Eckert6 &e)
 
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 97 of file Eckert6.h.

Constructor & Destructor Documentation

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

Definition at line 121 of file Eckert6.cpp.

Eckert6::Eckert6 ( const Eckert6 e)

Definition at line 200 of file Eckert6.cpp.

Eckert6::~Eckert6 ( void  )

Definition at line 217 of file Eckert6.cpp.

Member Function Documentation

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

Definition at line 266 of file Eckert6.cpp.

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

Definition at line 331 of file Eckert6.cpp.

MapProjection3Parameters * Eckert6::getParameters ( ) const

Definition at line 244 of file Eckert6.cpp.

Eckert6 & Eckert6::operator= ( const Eckert6 e)

Definition at line 222 of file Eckert6.cpp.