UNCLASSIFIED

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

#include <Orthographic.h>

Inheritance diagram for MSP::CCS::Orthographic:
MSP::CCS::CoordinateSystem

Public Member Functions

 Orthographic (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
 
 Orthographic (const Orthographic &o)
 
 ~Orthographic (void)
 
Orthographicoperator= (const Orthographic &o)
 
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 103 of file Orthographic.h.

Constructor & Destructor Documentation

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

Definition at line 125 of file Orthographic.cpp.

Orthographic::Orthographic ( const Orthographic o)

Definition at line 193 of file Orthographic.cpp.

Orthographic::~Orthographic ( void  )

Definition at line 210 of file Orthographic.cpp.

Member Function Documentation

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

Definition at line 259 of file Orthographic.cpp.

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

Definition at line 318 of file Orthographic.cpp.

MapProjection4Parameters * Orthographic::getParameters ( ) const

Definition at line 237 of file Orthographic.cpp.

Orthographic & Orthographic::operator= ( const Orthographic o)

Definition at line 215 of file Orthographic.cpp.