Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0
Description
The aim is to improve support of CRS URIs through method CRS.forCode method.
The aim is to allow interpretation of OGC CRS Urls like http://www.opengis.net/def/crs/OGC/0/JulianDate.
By doing so, we would be able to create multi-dimensional crss like:
CRS.forCode("urn:ogc:def:crs,crs:OGC::84,crs:EPSG::5714,crs:OGC::JulianDate")
or
CRS.forCode( "http://www.opengis.net/def/crs-compound?"+ "1=http://www.opengis.net/def/crs/epsg/0/4326&"+ "2=http://www.opengis.net/def/crs/OGC/0/JulianDate" )
Attachments
Issue Links
- depends upon
-
SIS-341 Support "crs-compound" in URLs
- Closed