org.geotools.referencing.factory.wms |
package org.geotools.referencing.factory.wms
Provides {@linkplain org.opengis.referencing.crs.CoordinateReferenceSystem
coordinate reference systems} specified in the Web Map Service
specification (ISO 19128). This include:
- {@code CRS} space
- {@code AUTO2} space: automatic projections (dynamic projections)
based on code and location:
- {@code 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).
|
Java Source File Name | Type | Comment |
Auto42001.java | Class | Auto Universal Transverse Mercator (
AUTO:42001 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". |
Auto42002.java | Class | Auto Transverse Mercator (
AUTO:42002 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". |
Auto42003.java | Class | Auto Orthographic (
AUTO:42003 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". |
Auto42004.java | Class | Auto Equirectangular (
AUTO:42004 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". |
Auto42005.java | Class | Auto Mollweide (
AUTO:42005 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". |
AutoCRSFactory.java | Class | The factory for
in the
AUTO and
AUTO2 space. |
AUTOTest.java | Class | Tests
AutoCRSFactory . |
Code.java | Class | A code parsed by the
AutoCRSFactory methods. |
CRSTest.java | Class | Tests
WebCRSFactory . |
Factlet.java | Class | Mini Plug-In API for
from the
AUTO authority. |
WebCRSFactory.java | Class | The factory for
in the
CRS space. |