Jan Meinl fa888405bd Implement 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.
2026-05-16 04:33:47 +02:00
2026-02-15 12:39:39 +01:00
S
Description
No description provided
316 KiB
Languages
Java 100%