Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.06
-
Fix Version/s: 3.07
-
Component/s: Referencing
-
Labels:
Description
The following code:
CoordinateReferenceSystem crs = CRS.decode("EPSG:4326"); String identifier = CRS.lookupIdentifier(Citations.URN_OGC, crs);
is expected to return "urn:ogc:def:crs:epsg:7.1:4326", but currently return only "EPSG:4326". We need to extend the IdentifiedObjectFinder class for the case of URN_AuthorityFactory. The handling of the version number of the EPSG database may be a bit tricky, but the EPSG authority factory can provide this information.
