UNCLASSIFIED

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

#include <TransverseCylindricalEqualArea.h>

Inheritance diagram for MSP::CCS::TransverseCylindricalEqualArea:
MSP::CCS::CoordinateSystem

Public Member Functions

 TransverseCylindricalEqualArea (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double latitudeOfTrueScale, double falseEasting, double falseNorthing, double scaleFactor)
 
 TransverseCylindricalEqualArea (const TransverseCylindricalEqualArea &tcea)
 
 ~TransverseCylindricalEqualArea (void)
 
TransverseCylindricalEqualAreaoperator= (const TransverseCylindricalEqualArea &tcea)
 
MapProjection5ParametersgetParameters () 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 103 of file TransverseCylindricalEqualArea.h.

Constructor & Destructor Documentation

TransverseCylindricalEqualArea::TransverseCylindricalEqualArea ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  latitudeOfTrueScale,
double  falseEasting,
double  falseNorthing,
double  scaleFactor 
)

Definition at line 128 of file TransverseCylindricalEqualArea.cpp.

TransverseCylindricalEqualArea::TransverseCylindricalEqualArea ( const TransverseCylindricalEqualArea tcea)

Definition at line 293 of file TransverseCylindricalEqualArea.cpp.

TransverseCylindricalEqualArea::~TransverseCylindricalEqualArea ( void  )

Definition at line 329 of file TransverseCylindricalEqualArea.cpp.

Member Function Documentation

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

Definition at line 399 of file TransverseCylindricalEqualArea.cpp.

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

Definition at line 504 of file TransverseCylindricalEqualArea.cpp.

MapProjection5Parameters * TransverseCylindricalEqualArea::getParameters ( ) const

Definition at line 374 of file TransverseCylindricalEqualArea.cpp.

TransverseCylindricalEqualArea & TransverseCylindricalEqualArea::operator= ( const TransverseCylindricalEqualArea tcea)

Definition at line 334 of file TransverseCylindricalEqualArea.cpp.