MCPcopy Create free account
hub / github.com/comaps/comaps / ZoneNumberToCentralLon

Function ZoneNumberToCentralLon

libs/platform/utm_mgrs_utils.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int ZoneNumberToCentralLon(int zoneNumber)
96{
97 return (zoneNumber - 1) * 6 - 180 + 3;
98}
99
100// Main algorithm. Formulas source: https://github.com/Turbo87/utm
101UTMPoint LatLonToUtm(double lat, double lon)

Callers 2

LatLonToUtmFunction · 0.85
UTMtoLatLonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected