#include <TransverseCylindricalEqualArea.h>
Public Member Functions | |
TransverseCylindricalEqualArea (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double latitudeOfTrueScale, double falseEasting, double falseNorthing, double scaleFactor) | |
TransverseCylindricalEqualArea (const TransverseCylindricalEqualArea &tcea) | |
~TransverseCylindricalEqualArea (void) | |
TransverseCylindricalEqualArea & | operator= (const TransverseCylindricalEqualArea &tcea) |
MapProjection5Parameters * | getParameters () const |
MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
Definition at line 103 of file TransverseCylindricalEqualArea.h.
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.
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.