Jan Meinl 7b3209b161 Add map projection framework and integrate initial SwissGrid and UTM projections
- Introduced `MapProjection` interface for handling coordinate projections and unprojections.
- Added `SwissGridProjection` and `SwissGridVariant` for Swiss coordinate systems.
- Implemented `UtmProjection` and `UtmResult` for UTM coordinate systems, including hemisphere and zone handling.
- Created supporting classes such as `GeodeticDatum`, `MapDate`, and projection-specific result types for extensibility.
- Extended `BalloonLiveParser` and added `TrackParser` interface to structure track parsing functionality.
2026-05-14 16:20:41 +02:00
2026-02-15 12:39:39 +01:00
S
Description
No description provided
316 KiB
Languages
Java 100%