UNCLASSIFIED

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

#include <GARS.h>

Inheritance diagram for MSP::CCS::GARS:
MSP::CCS::CoordinateSystem

Public Member Functions

 GARS ()
 
 GARS (const GARS &g)
 
 ~GARS (void)
 
GARSoperator= (const GARS &g)
 
MSP::CCS::GARSCoordinatesconvertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates, long precision)
 
MSP::CCS::GeodeticCoordinatesconvertToGeodetic (MSP::CCS::GARSCoordinates *garsCoordinates)
 
- 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 GARS.h.

Constructor & Destructor Documentation

GARS::GARS ( )

Definition at line 150 of file GARS.cpp.

GARS::GARS ( const GARS g)

Definition at line 156 of file GARS.cpp.

GARS::~GARS ( void  )

Definition at line 163 of file GARS.cpp.

Member Function Documentation

MSP::CCS::GARSCoordinates * GARS::convertFromGeodetic ( MSP::CCS::GeodeticCoordinates geodeticCoordinates,
long  precision 
)

Definition at line 180 of file GARS.cpp.

MSP::CCS::GeodeticCoordinates * GARS::convertToGeodetic ( MSP::CCS::GARSCoordinates garsCoordinates)

Definition at line 302 of file GARS.cpp.

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

Definition at line 168 of file GARS.cpp.