UNCLASSIFIED

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

#include <MillerCylindrical.h>

Inheritance diagram for MSP::CCS::MillerCylindrical:
MSP::CCS::CoordinateSystem

Public Member Functions

 MillerCylindrical (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing)
 
 MillerCylindrical (const MillerCylindrical &mc)
 
 ~MillerCylindrical (void)
 
MillerCylindricaloperator= (const MillerCylindrical &mc)
 
MapProjection3ParametersgetParameters () 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 98 of file MillerCylindrical.h.

Constructor & Destructor Documentation

MillerCylindrical::MillerCylindrical ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  falseEasting,
double  falseNorthing 
)

Definition at line 119 of file MillerCylindrical.cpp.

MillerCylindrical::MillerCylindrical ( const MillerCylindrical mc)

Definition at line 194 of file MillerCylindrical.cpp.

MillerCylindrical::~MillerCylindrical ( void  )

Definition at line 211 of file MillerCylindrical.cpp.

Member Function Documentation

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

Definition at line 258 of file MillerCylindrical.cpp.

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

Definition at line 304 of file MillerCylindrical.cpp.

MapProjection3Parameters * MillerCylindrical::getParameters ( ) const

Definition at line 238 of file MillerCylindrical.cpp.

MillerCylindrical & MillerCylindrical::operator= ( const MillerCylindrical mc)

Definition at line 216 of file MillerCylindrical.cpp.