Package org.geotools.referencing.factory.wms
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128). This include:
CRS
spaceAUTO2
space: automatic projections (dynamic projections) based on code and location:AUTO2
projection codes are in the range 42000-42499- lon0 and lat0 are central point of the projection
- The lon0/lat0 are provided by the SRS parameter of the map request.
Those CRS are defined in Annex B (CRS definitions) of ISO 19128 (Web Map Service Implementation Specification).
-
Class Summary Class Description AutoCRSFactory OGCAPICRSFactory Similar to the OGC CRS factory, but with a different authority name, designed to support URNs coming from the OGC API - Features - Part 1: Core specification (e.g., "http://www.opengis.net/def/crs/OGC/1.3/CRS84").WebCRSFactory The factory for coordinate reference systems in theCRS
space.