[geotk] [JIRA] Created: (GEOTK-68)
CRS.lookupIdentifier(Citations.URN_OGC,
crs) should returns an identifier in the "urn:ogc:def:" namespace
Martin Desruisseaux (JIRA)
jira at geomatys.com
Thu Dec 3 13:22:06 EST 2009
CRS.lookupIdentifier(Citations.URN_OGC, crs) should returns an identifier in the "urn:ogc:def:" namespace
---------------------------------------------------------------------------------------------------------
Key: GEOTK-68
URL: http://jira.geotoolkit.org/browse/GEOTK-68
Project: Geotoolkit
Issue Type: Improvement
Components: Referencing
Affects Versions: 3.06
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Priority: Minor
Fix For: 3.07
The following code:
{code:java}
CoordinateReferenceSystem crs = CRS.decode("EPSG:4326");
String identifier = CRS.lookupIdentifier(Citations.URN_OGC, crs);
{code}
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}}.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Geotoolkit
mailing list