Skip to content

v2.18.1.1

Compare
Choose a tag to compare
@Tronald Tronald released this 07 May 22:09
· 22 commits to master since this release
4e0d483

-Improves UTM and MGRS conversion efficiency by 13x.
-Adds ability create geofence from a specified GEOREF coordinate and precision level.
-Adds ability to locate GEOREF box corners based on a given precision level.
-Restricts GEOREF easting and northing minutes and seconds to 59.999... to comply with library standards.

Examples;

int precision = 6;

//Get GeoFence
GEOFENCE fence = georef.ToGeoFence(precision);

//Get Corners
GEOREF bl = georef.Get_BottomLeftCorner(precision);
GEOREF tr = georef.Get_TopRightCorner(precision);