#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "constants.h"
#include "LatLong-UTMconversion.h"
Functions | |
void | LLtoUTM (int ReferenceEllipsoid, const double Lat, const double Long, double &UTMNorthing, double &UTMEasting, char *UTMZone) |
char | UTMLetterDesignator (double Lat) |
void | UTMtoLL (int ReferenceEllipsoid, const double UTMNorthing, const double UTMEasting, const char *UTMZone, double &Lat, double &Long) |
void LLtoUTM | ( | int | ReferenceEllipsoid, | |
const double | Lat, | |||
const double | Long, | |||
double & | UTMNorthing, | |||
double & | UTMEasting, | |||
char * | UTMZone | |||
) |
char UTMLetterDesignator | ( | double | Lat | ) |
void UTMtoLL | ( | int | ReferenceEllipsoid, | |
const double | UTMNorthing, | |||
const double | UTMEasting, | |||
const char * | UTMZone, | |||
double & | Lat, | |||
double & | Long | |||
) |