fa888405bde63c76d42031725081005e0937d3b1
DistanceCalculator with multiple methods and refactor coordinate handling
- Introduced `DistanceCalculator` for 2D and 3D distance computation between coordinates and map grids. - Added support for various calculation methods: Haversine, spherical law of cosines, and extended UTM Euclidean. - Implemented the `Distance`, `DistanceCalculationMethod`, and `DistanceDimension` classes for structured result handling and flexible computation options. - Extended `CoordinateConverter` for UTM projection enhancements, including forced zone and latitude band support. - Updated `BalloonLiveParser` and `GridCoordinate` to accommodate new distance models and UTM latitude band handling.
Description
No description provided
Languages
Java
100%