UNCLASSIFIED

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

#include <Eckert4.h>

Inheritance diagram for MSP::CCS::Eckert4:
MSP::CCS::CoordinateSystem

Public Member Functions

 Eckert4 (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing)
 
 Eckert4 (const Eckert4 &e)
 
 ~Eckert4 (void)
 
Eckert4operator= (const Eckert4 &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 Eckert4.h.

Constructor & Destructor Documentation

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

Definition at line 125 of file Eckert4.cpp.

Eckert4::Eckert4 ( const Eckert4 e)

Definition at line 205 of file Eckert4.cpp.

Eckert4::~Eckert4 ( void  )

Definition at line 223 of file Eckert4.cpp.

Member Function Documentation

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

Definition at line 271 of file Eckert4.cpp.

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

Definition at line 339 of file Eckert4.cpp.

MapProjection3Parameters * Eckert4::getParameters ( ) const

Definition at line 251 of file Eckert4.cpp.

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

Definition at line 228 of file Eckert4.cpp.