Y:/msp/devkits/temp_geotrans/master/geotrans3.1/CCS/src/dtcc/CoordinateSystems/utm/UTM.cpp File Reference
#include <math.h>
#include "UTM.h"
#include "TransverseMercator.h"
#include "UTMParameters.h"
#include "MapProjectionCoordinates.h"
#include "UTMCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Define Documentation
Variable Documentation
const double MAX_LAT = ( (84.5 * PI) / 180.0 ) |
const double MIN_LAT = ( (-80.5 * PI) / 180.0 ) |
const double PI = 3.14159265358979323e0 |
const double PI_OVER_180 = 3.14159265358979323e0 / 180.0 |