#include <TransverseMercator.h>
Public Member Functions | |
TransverseMercator (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double latitudeOfTrueScale, double falseEasting, double falseNorthing, double scaleFactor) | |
TransverseMercator (const TransverseMercator &tm) | |
~TransverseMercator (void) | |
TransverseMercator & | operator= (const TransverseMercator &tm) |
MapProjection5Parameters * | getParameters () const |
MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
Definition at line 105 of file TransverseMercator.h.
TransverseMercator::TransverseMercator | ( | double | ellipsoidSemiMajorAxis, | |
double | ellipsoidFlattening, | |||
double | centralMeridian, | |||
double | latitudeOfTrueScale, | |||
double | falseEasting, | |||
double | falseNorthing, | |||
double | scaleFactor | |||
) |
Definition at line 134 of file TransverseMercator.cpp.
TransverseMercator::TransverseMercator | ( | const TransverseMercator & | tm | ) |
Definition at line 274 of file TransverseMercator.cpp.
TransverseMercator::~TransverseMercator | ( | void | ) |
Definition at line 295 of file TransverseMercator.cpp.
MSP::CCS::MapProjectionCoordinates * TransverseMercator::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates | ) |
Definition at line 350 of file TransverseMercator.cpp.
MSP::CCS::GeodeticCoordinates * TransverseMercator::convertToGeodetic | ( | MSP::CCS::MapProjectionCoordinates * | mapProjectionCoordinates | ) |
Definition at line 510 of file TransverseMercator.cpp.
MapProjection5Parameters * TransverseMercator::getParameters | ( | ) | const |
Definition at line 326 of file TransverseMercator.cpp.
TransverseMercator & TransverseMercator::operator= | ( | const TransverseMercator & | tm | ) |
Definition at line 300 of file TransverseMercator.cpp.