UNCLASSIFIED
GeographicTranslator
|
#include <string.h>
#include <math.h>
#include "NZMG.h"
#include "EllipsoidParameters.h"
#include "MapProjectionCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Classes | |
struct | Complex |
Functions | |
Complex | add (Complex z1, Complex z2) |
Complex | multiply (Complex z1, Complex z2) |
Complex | divide (Complex z1, Complex z2) |
Variables | |
const double | PI = 3.14159265358979323e0 |
const double | PI_OVER_2 = (PI / 2.0) |
const double | TWO_PI = (2.0 * PI) |
const double | MAX_LAT = (-33.5 * PI / 180.0) |
const double | MIN_LAT = (-48.5 * PI / 180.0) |
const double | MAX_LON = (180.0 * PI / 180.0) |
const double | MIN_LON = (165.5 * PI / 180.0) |
const char * | International = "IN" |
const double | NZMG_Origin_Lat = (-41.0) |
const double | NZMG_Origin_Long = (173.0 * PI / 180.0) |
const double | NZMG_False_Northing = 6023150.0 |
const double | NZMG_False_Easting = 2510000.0 |
const double | NZMG_Max_Easting = 3170000.0 |
const double | NZMG_Max_Northing = 6900000.0 |
const double | NZMG_Min_Easting = 1810000.0 |
const double | NZMG_Min_Northing = 5160000.0 |
double | A [] |
Complex | B [] |
Complex | C [] |
double | D [] |
double A[] |
Complex B[] |
Complex C[] |
double D[] |