UNCLASSIFIED

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

#include <WebMercator.h>

Inheritance diagram for MSP::CCS::WebMercator:
MSP::CCS::CoordinateSystem

Public Member Functions

 WebMercator (char *ellipsoidCode)
 
EllipsoidParametersgetParameters () 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 57 of file WebMercator.h.

Constructor & Destructor Documentation

WebMercator::WebMercator ( char *  ellipsoidCode)

Definition at line 55 of file WebMercator.cpp.

Member Function Documentation

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

Definition at line 83 of file WebMercator.cpp.

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

Definition at line 100 of file WebMercator.cpp.

EllipsoidParameters * WebMercator::getParameters ( ) const

Definition at line 71 of file WebMercator.cpp.