#include <math.h>
#include "UPS.h"
#include "PolarStereographic.h"
#include "PolarStereographicScaleFactorParameters.h"
#include "MapProjectionCoordinates.h"
#include "UPSCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Defines | |
#define | EPSILON 1.75e-7 |
Variables | |
const double | PI = 3.14159265358979323e0 |
const double | PI_OVER = (PI/2.0e0) |
const double | MAX_LAT = 90.0 * (PI / 180.0) |
const double | MAX_ORIGIN_LAT = 81.114528 * (PI / 180.0) |
const double | MIN_NORTH_LAT = 83.5 * (PI / 180.0) |
const double | MAX_SOUTH_LAT = -79.5 * (PI / 180.0) |
const double | MIN_EAST_NORTH = 0.0 |
const double | MAX_EAST_NORTH = 4000000.0 |
const double | UPS_False_Easting = 2000000 |
const double | UPS_False_Northing = 2000000 |
const double | UPS_Origin_Longitude = 0.0 |
const double MAX_EAST_NORTH = 4000000.0 |
const double MAX_ORIGIN_LAT = 81.114528 * (PI / 180.0) |
const double MAX_SOUTH_LAT = -79.5 * (PI / 180.0) |
const double MIN_EAST_NORTH = 0.0 |
const double MIN_NORTH_LAT = 83.5 * (PI / 180.0) |
const double UPS_False_Easting = 2000000 |
const double UPS_False_Northing = 2000000 |
const double UPS_Origin_Longitude = 0.0 |