UNCLASSIFIED

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

#include <UTM.h>

Inheritance diagram for MSP::CCS::UTM:
MSP::CCS::CoordinateSystem

Public Member Functions

 UTM ()
 
 UTM (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, char *ellipsoidCode, long override=0)
 
 UTM (const UTM &u)
 
 ~UTM (void)
 
UTMoperator= (const UTM &u)
 
UTMParametersgetParameters () const
 
MSP::CCS::UTMCoordinatesconvertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates, int utmZoneOverride=0)
 
MSP::CCS::GeodeticCoordinatesconvertToGeodetic (MSP::CCS::UTMCoordinates *utmCoordinates)
 
- 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 102 of file UTM.h.

Constructor & Destructor Documentation

UTM::UTM ( )

Definition at line 130 of file UTM.cpp.

UTM::UTM ( double  ellipsoidSemiMajorAxis,
double  ellipsoidFlattening,
char *  ellipsoidCode,
long  override = 0 
)

Definition at line 164 of file UTM.cpp.

UTM::UTM ( const UTM u)

Definition at line 224 of file UTM.cpp.

UTM::~UTM ( void  )

Definition at line 243 of file UTM.cpp.

Member Function Documentation

MSP::CCS::UTMCoordinates * UTM::convertFromGeodetic ( MSP::CCS::GeodeticCoordinates geodeticCoordinates,
int  utmZoneOverride = 0 
)

Definition at line 294 of file UTM.cpp.

MSP::CCS::GeodeticCoordinates * UTM::convertToGeodetic ( MSP::CCS::UTMCoordinates utmCoordinates)

Definition at line 429 of file UTM.cpp.

UTMParameters * UTM::getParameters ( ) const

Definition at line 278 of file UTM.cpp.

UTM & UTM::operator= ( const UTM u)

transverseMercator->operator=( *u.transverseMercator );

Definition at line 253 of file UTM.cpp.