Add support for EXTENSION[name,value] elements in WKT parsing
-------------------------------------------------------------

                 Key: GEOT-1512
                 URL: http://jira.codehaus.org/browse/GEOT-1512
             Project: GeoTools
          Issue Type: Improvement
    Affects Versions: 2.5-M0
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
            Priority: Minor


The WKT provided by http://www.spatialreference.org contains an 
{{EXTENSION["PROJ4", ...]}} element with the Proj4 parameters for a given CRS. 
Current GeoTools implementation do not understand {{EXTENSION}}. We should add 
support for that. The (_name_,_value_) pair would be put in the {{properties}} 
map given to the {{CoordinateReferenceSystem}} constructors. Whatever the 
extension values is used or ignored would be {{CoordinateReferenceSystem}} 
implementation dependent. For example it could be used for implementations 
backed by Proj4 through JNI, and ignored by the default GeoTools implementation.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to