![]() |
VR-Forces Developer's Guide
|
Contains functions to help process MGRS coordinates.
Public Member Functions | |
| DtGarsUtil ()=default | |
| ~DtGarsUtil ()=default | |
| DtGarsUtil (const DtGarsUtil &orig)=default | |
| DtGarsUtil & | operator= (const DtGarsUtil &orig)=default |
Static Public Member Functions | |
| static bool | convertToLatLon (const std::string &garsStr, double &outLat, double &outLon) |
| static std::string | convertToGars (double lat, double lon, DtGarsPrecision precision) |
| static std::string | calculateLongitudeCellStr (double degLon) |
| static std::string | calculateLatitudeCellStr (double degLat) |
| static std::string | calculateQuadrantStr (double degLat, double degLon) |
| static std::string | calculateKeypadStr (double degLat, double degLon) |
|
default |
CTOR.
|
default |
DTOR.
|
default |
Copy CTOR.
|
default |
Assignment OP.
|
static |
|
static |
|
static |
|
static |