UNCLASSIFIED

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

#include <GEOREF.h>

Inheritance diagram for MSP::CCS::GEOREF:
MSP::CCS::CoordinateSystem

Public Member Functions

 GEOREF ()
 
 GEOREF (const GEOREF &g)
 
 ~GEOREF (void)
 
GEOREFoperator= (const GEOREF &g)
 
MSP::CCS::GEOREFCoordinatesconvertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates, long precision)
 
MSP::CCS::GeodeticCoordinatesconvertToGeodetic (MSP::CCS::GEOREFCoordinates *GEOREFString)
 
- 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 99 of file GEOREF.h.

Constructor & Destructor Documentation

GEOREF::GEOREF ( )

Definition at line 278 of file GEOREF.cpp.

GEOREF::GEOREF ( const GEOREF g)

Definition at line 284 of file GEOREF.cpp.

GEOREF::~GEOREF ( void  )

Definition at line 291 of file GEOREF.cpp.

Member Function Documentation

MSP::CCS::GEOREFCoordinates * GEOREF::convertFromGeodetic ( MSP::CCS::GeodeticCoordinates geodeticCoordinates,
long  precision 
)

Definition at line 308 of file GEOREF.cpp.

MSP::CCS::GeodeticCoordinates * GEOREF::convertToGeodetic ( MSP::CCS::GEOREFCoordinates GEOREFString)

Definition at line 396 of file GEOREF.cpp.

GEOREF & GEOREF::operator= ( const GEOREF g)

Definition at line 296 of file GEOREF.cpp.