MSP::CCS::Mercator Class Reference

#include <Mercator.h>

Inheritance diagram for MSP::CCS::Mercator:
MSP::CCS::CoordinateSystem

List of all members.

Public Member Functions

 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 (void)
Mercatoroperator= (const Mercator &m)
MercatorStandardParallelParametersgetStandardParallelParameters () const
MercatorScaleFactorParametersgetScaleFactorParameters () const
MSP::CCS::MapProjectionCoordinatesconvertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates)
MSP::CCS::GeodeticCoordinatesconvertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates)

Detailed Description

Definition at line 101 of file Mercator.h.


Constructor & Destructor Documentation

Mercator::Mercator ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  standardParallel,
double  falseEasting,
double  falseNorthing,
double *  scaleFactor 
)

Definition at line 125 of file Mercator.cpp.

Mercator::Mercator ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  falseEasting,
double  falseNorthing,
double  scaleFactor 
)

Merc_Standard_Parallel = standardParallel;

cos(Merc_Standard_Parallel) / sqrt(1.e0 - Merc_es * sin_olat * sin_olat );

Definition at line 242 of file Mercator.cpp.

Mercator::Mercator ( const Mercator m  ) 

Definition at line 361 of file Mercator.cpp.

Mercator::~Mercator ( void   ) 

Definition at line 382 of file Mercator.cpp.


Member Function Documentation

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

Definition at line 458 of file Mercator.cpp.

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

Definition at line 515 of file Mercator.cpp.

MercatorScaleFactorParameters * Mercator::getScaleFactorParameters (  )  const

Definition at line 435 of file Mercator.cpp.

MercatorStandardParallelParameters * Mercator::getStandardParallelParameters (  )  const

Definition at line 413 of file Mercator.cpp.

Mercator & Mercator::operator= ( const Mercator m  ) 

Definition at line 387 of file Mercator.cpp.


The documentation for this class was generated from the following files:
Generated on Wed Sep 28 10:59:55 2011 for MSP GEOTRANS by  doxygen 1.6.3