UNCLASSIFIED

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

#include <Mercator.h>

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

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)
 
- 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 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 238 of file Mercator.cpp.

Mercator::Mercator ( const Mercator m)

Definition at line 353 of file Mercator.cpp.

Mercator::~Mercator ( void  )

Definition at line 374 of file Mercator.cpp.

Member Function Documentation

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

Definition at line 450 of file Mercator.cpp.

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

Definition at line 503 of file Mercator.cpp.

MercatorScaleFactorParameters * Mercator::getScaleFactorParameters ( ) const

Definition at line 427 of file Mercator.cpp.

MercatorStandardParallelParameters * Mercator::getStandardParallelParameters ( ) const

Definition at line 405 of file Mercator.cpp.

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

Definition at line 379 of file Mercator.cpp.