UNCLASSIFIED

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

#include <CylindricalEqualArea.h>

Inheritance diagram for MSP::CCS::CylindricalEqualArea:
MSP::CCS::CoordinateSystem

Public Member Functions

 CylindricalEqualArea (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
 
 CylindricalEqualArea (const CylindricalEqualArea &cea)
 
 ~CylindricalEqualArea (void)
 
CylindricalEqualAreaoperator= (const CylindricalEqualArea &cea)
 
MapProjection4ParametersgetParameters () 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 100 of file CylindricalEqualArea.h.

Constructor & Destructor Documentation

CylindricalEqualArea::CylindricalEqualArea ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  originLatitude,
double  falseEasting,
double  falseNorthing 
)

Definition at line 128 of file CylindricalEqualArea.cpp.

CylindricalEqualArea::CylindricalEqualArea ( const CylindricalEqualArea cea)

Definition at line 264 of file CylindricalEqualArea.cpp.

CylindricalEqualArea::~CylindricalEqualArea ( void  )

Definition at line 288 of file CylindricalEqualArea.cpp.

Member Function Documentation

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

Definition at line 344 of file CylindricalEqualArea.cpp.

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

Definition at line 395 of file CylindricalEqualArea.cpp.

MapProjection4Parameters * CylindricalEqualArea::getParameters ( ) const

Definition at line 322 of file CylindricalEqualArea.cpp.

CylindricalEqualArea & CylindricalEqualArea::operator= ( const CylindricalEqualArea cea)

Definition at line 293 of file CylindricalEqualArea.cpp.