UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Macros
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.

Macros

#define PI   3.14159265358979323e0
 
#define PI_OVER_180   (3.14159265358979323e0 / 180.0)
 
#define MIN_LAT   ((-80.5 * PI) / 180.0) /* -80.5 degrees in radians */
 
#define MAX_LAT   (( 84.5 * PI) / 180.0) /* 84.5 degrees in radians */
 
#define MIN_EASTING   100000.0
 
#define MAX_EASTING   900000.0
 
#define MIN_NORTHING   0.0
 
#define MAX_NORTHING   10000000.0
 
#define EPSILON   1.75e-7 /* approx 1.0e-5 deg (~1 meter) in radians */
 

Macro Definition Documentation

#define EPSILON   1.75e-7 /* approx 1.0e-5 deg (~1 meter) in radians */

Definition at line 123 of file UTM.cpp.

#define MAX_EASTING   900000.0

Definition at line 119 of file UTM.cpp.

#define MAX_LAT   (( 84.5 * PI) / 180.0) /* 84.5 degrees in radians */

Definition at line 117 of file UTM.cpp.

#define MAX_NORTHING   10000000.0

Definition at line 121 of file UTM.cpp.

#define MIN_EASTING   100000.0

Definition at line 118 of file UTM.cpp.

#define MIN_LAT   ((-80.5 * PI) / 180.0) /* -80.5 degrees in radians */

Definition at line 116 of file UTM.cpp.

#define MIN_NORTHING   0.0

Definition at line 120 of file UTM.cpp.

#define PI   3.14159265358979323e0

Definition at line 114 of file UTM.cpp.

#define PI_OVER_180   (3.14159265358979323e0 / 180.0)

Definition at line 115 of file UTM.cpp.