UNCLASSIFIED

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

#include <NZMG.h>

Inheritance diagram for MSP::CCS::NZMG:
MSP::CCS::CoordinateSystem

Public Member Functions

 NZMG (char *ellipsoidCode)
 
 NZMG (const NZMG &n)
 
 ~NZMG (void)
 
NZMGoperator= (const NZMG &n)
 
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 94 of file NZMG.h.

Constructor & Destructor Documentation

NZMG::NZMG ( char *  ellipsoidCode)

Definition at line 201 of file NZMG.cpp.

NZMG::NZMG ( const NZMG n)

Definition at line 223 of file NZMG.cpp.

NZMG::~NZMG ( void  )

Definition at line 230 of file NZMG.cpp.

Member Function Documentation

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

Definition at line 260 of file NZMG.cpp.

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

Definition at line 324 of file NZMG.cpp.

EllipsoidParameters * NZMG::getParameters ( ) const

Definition at line 247 of file NZMG.cpp.

NZMG & NZMG::operator= ( const NZMG n)

Definition at line 235 of file NZMG.cpp.