UNCLASSIFIED

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

#include <Stereographic.h>

Inheritance diagram for MSP::CCS::Stereographic:
MSP::CCS::CoordinateSystem

Public Member Functions

 Stereographic (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
 
 Stereographic (const Stereographic &s)
 
 ~Stereographic (void)
 
Stereographicoperator= (const Stereographic &s)
 
MapProjection4ParametersgetParameters () 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 109 of file Stereographic.h.

Constructor & Destructor Documentation

Stereographic::Stereographic ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  originLatitude,
double  falseEasting,
double  falseNorthing 
)

Definition at line 132 of file Stereographic.cpp.

Stereographic::Stereographic ( const Stereographic s)

Definition at line 232 of file Stereographic.cpp.

Stereographic::~Stereographic ( void  )

Definition at line 250 of file Stereographic.cpp.

Member Function Documentation

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

Definition at line 300 of file Stereographic.cpp.

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

Definition at line 400 of file Stereographic.cpp.

MapProjection4Parameters * Stereographic::getParameters ( ) const

Definition at line 278 of file Stereographic.cpp.

Stereographic & Stereographic::operator= ( const Stereographic s)

Definition at line 255 of file Stereographic.cpp.