UNCLASSIFIED

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

#include <Neys.h>

Inheritance diagram for MSP::CCS::Neys:
MSP::CCS::CoordinateSystem

Public Member Functions

 Neys (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double standardParallel, double falseEasting, double falseNorthing)
 
 Neys (const Neys &n)
 
 ~Neys (void)
 
Neysoperator= (const Neys &n)
 
NeysParametersgetParameters () 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 104 of file Neys.h.

Constructor & Destructor Documentation

Neys::Neys ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  originLatitude,
double  standardParallel,
double  falseEasting,
double  falseNorthing 
)

Definition at line 131 of file Neys.cpp.

Neys::Neys ( const Neys n)

Definition at line 210 of file Neys.cpp.

Neys::~Neys ( void  )

Definition at line 226 of file Neys.cpp.

Member Function Documentation

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

Definition at line 273 of file Neys.cpp.

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

Definition at line 310 of file Neys.cpp.

NeysParameters * Neys::getParameters ( ) const

Definition at line 254 of file Neys.cpp.

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

Definition at line 233 of file Neys.cpp.