UNCLASSIFIED
GeographicTranslator
|
#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 */ |
#define EPSILON 1.75e-7 /* approx 1.0e-5 deg (~1 meter) in radians */ |
#define MAX_LAT (( 84.5 * PI) / 180.0) /* 84.5 degrees in radians */ |
#define MIN_LAT ((-80.5 * PI) / 180.0) /* -80.5 degrees in radians */ |