|
| Mercator (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double standardParallel, double falseEasting, double falseNorthing, double *scaleFactor) |
|
| Mercator (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing, double scaleFactor) |
|
| Mercator (const Mercator &m) |
|
Mercator & | operator= (const Mercator &m) |
|
MercatorStandardParallelParameters * | getStandardParallelParameters () const |
|
MercatorScaleFactorParameters * | getScaleFactorParameters () const |
|
MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
|
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
|
| CoordinateSystem (double _semiMajorAxis, double _flattening) |
|
void | getEllipsoidParameters (double *_semiMajorAxis, double *_flattening) |
|