UNCLASSIFIED

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

#include <Polyconic.h>

Inheritance diagram for MSP::CCS::Polyconic:
MSP::CCS::CoordinateSystem

Public Member Functions

 Polyconic (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
 
 Polyconic (const Polyconic &p)
 
 ~Polyconic (void)
 
Polyconicoperator= (const Polyconic &p)
 
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 101 of file Polyconic.h.

Constructor & Destructor Documentation

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

Definition at line 131 of file Polyconic.cpp.

Polyconic::Polyconic ( const Polyconic p)

Definition at line 268 of file Polyconic.cpp.

Polyconic::~Polyconic ( void  )

Definition at line 291 of file Polyconic.cpp.

Member Function Documentation

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

Definition at line 346 of file Polyconic.cpp.

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

Definition at line 423 of file Polyconic.cpp.

MapProjection4Parameters * Polyconic::getParameters ( ) const

Definition at line 324 of file Polyconic.cpp.

Polyconic & Polyconic::operator= ( const Polyconic p)

Definition at line 296 of file Polyconic.cpp.