projections library
Projections
Provides APIs for map projections and coordinate transformations.
This library covers the main class and utilities for converting between geographic and projected coordinates.
Main features
- ProjectionService – Main class for handling map projections and coordinate conversions.
More details
- See the Projections documentation for more information.
Classes
- BNGProjection Projections
- British National Grid (BNG) projection representation.
- GKProjection Projections
- Grid (Gauss-Krüger) projection representation.
- LAMProjection Projections
- Lambert 93 (LAM) projection representation.
- MGRSProjection Projections
- Military Grid Reference System (MGRS) projection representation.
- Projection Projections
- Base class for map projections.
- ProjectionService Projections
- Projection service utilities.
- UTMProjection Projections
- Universal Transverse Mercator (UTM) projection representation.
- W3WProjection Projections
- What3Words (W3W) projection representation.
- WGS84Projection Projections
- WGS84 geographic projection representation.
Enums
- Hemisphere Projections
- The hemisphere type
- ProjectionType Projections
- The map projection type