UNCLASSIFIED

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

#include <AlbersEqualAreaConic.h>

Inheritance diagram for MSP::CCS::AlbersEqualAreaConic:
MSP::CCS::CoordinateSystem

Public Member Functions

 AlbersEqualAreaConic (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double standardParallel1, double standardParallel2, double falseEasting, double falseNorthing)
 
 AlbersEqualAreaConic (const AlbersEqualAreaConic &aeac)
 
 ~AlbersEqualAreaConic (void)
 
AlbersEqualAreaConicoperator= (const AlbersEqualAreaConic &aeac)
 
MapProjection6ParametersgetParameters () 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 111 of file AlbersEqualAreaConic.h.

Constructor & Destructor Documentation

AlbersEqualAreaConic::AlbersEqualAreaConic ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
double  centralMeridian,
double  originLatitude,
double  standardParallel1,
double  standardParallel2,
double  falseEasting,
double  falseNorthing 
)

Definition at line 141 of file AlbersEqualAreaConic.cpp.

AlbersEqualAreaConic::AlbersEqualAreaConic ( const AlbersEqualAreaConic aeac)

Definition at line 282 of file AlbersEqualAreaConic.cpp.

AlbersEqualAreaConic::~AlbersEqualAreaConic ( void  )

Definition at line 305 of file AlbersEqualAreaConic.cpp.

Member Function Documentation

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

Definition at line 370 of file AlbersEqualAreaConic.cpp.

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

Definition at line 436 of file AlbersEqualAreaConic.cpp.

MapProjection6Parameters * AlbersEqualAreaConic::getParameters ( ) const

Definition at line 339 of file AlbersEqualAreaConic.cpp.

AlbersEqualAreaConic & AlbersEqualAreaConic::operator= ( const AlbersEqualAreaConic aeac)

Definition at line 310 of file AlbersEqualAreaConic.cpp.