Go to the source code of this file.
|
int USE_DLL | Set_MGRS_Parameters (double a, double f, char *Ellipsoid_Code) |
|
void USE_DLL | Get_MGRS_Parameters (double *a, double *f, char *Ellipsoid_Code) |
|
int USE_DLL | Convert_Geodetic_To_MGRS (double Latitude, double Longitude, int Precision, char *MGRS) |
|
int USE_DLL | Convert_MGRS_To_Geodetic (char *MGRS, double *Latitude, double *Longitude) |
|
int USE_DLL | Convert_UTM_To_MGRS (int Zone, char Hemisphere, double Easting, double Northing, int Precision, char *MGRS) |
|
int USE_DLL | Convert_MGRS_To_UTM (char *MGRS, int *Zone, char *Hemisphere, double *Easting, double *Northing) |
|
int USE_DLL | Convert_UPS_To_MGRS (char Hemisphere, double Easting, double Northing, int Precision, char *MGRS) |
|
int USE_DLL | Convert_MGRS_To_UPS (char *MGRS, char *Hemisphere, double *Easting, double *Northing) |
|
#define MGRS_A_ERROR 0x0010 |
#define MGRS_EASTING_ERROR 0x0040 |
#define MGRS_HEMISPHERE_ERROR 0x0200 |
#define MGRS_INV_F_ERROR 0x0020 |
#define MGRS_LAT_ERROR 0x0001 |
#define MGRS_LAT_WARNING 0x0400 |
#define MGRS_LON_ERROR 0x0002 |
#define MGRS_NO_ERROR 0x0000 |
#define MGRS_NORTHING_ERROR 0x0080 |
#define MGRS_PRECISION_ERROR 0x0008 |
#define MGRS_STRING_ERROR 0x0004 |
#define MGRS_ZONE_ERROR 0x0100 |
Definition at line 8 of file mgrs.h.
int USE_DLL Convert_Geodetic_To_MGRS |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
int |
Precision, |
|
|
char * |
MGRS |
|
) |
| |
int USE_DLL Convert_MGRS_To_Geodetic |
( |
char * |
MGRS, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
int USE_DLL Convert_MGRS_To_UPS |
( |
char * |
MGRS, |
|
|
char * |
Hemisphere, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
int USE_DLL Convert_MGRS_To_UTM |
( |
char * |
MGRS, |
|
|
int * |
Zone, |
|
|
char * |
Hemisphere, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
int USE_DLL Convert_UPS_To_MGRS |
( |
char |
Hemisphere, |
|
|
double |
Easting, |
|
|
double |
Northing, |
|
|
int |
Precision, |
|
|
char * |
MGRS |
|
) |
| |
int USE_DLL Convert_UTM_To_MGRS |
( |
int |
Zone, |
|
|
char |
Hemisphere, |
|
|
double |
Easting, |
|
|
double |
Northing, |
|
|
int |
Precision, |
|
|
char * |
MGRS |
|
) |
| |
void USE_DLL Get_MGRS_Parameters |
( |
double * |
a, |
|
|
double * |
f, |
|
|
char * |
Ellipsoid_Code |
|
) |
| |
int USE_DLL Set_MGRS_Parameters |
( |
double |
a, |
|
|
double |
f, |
|
|
char * |
Ellipsoid_Code |
|
) |
| |