JDBCDataStore/SQLDialect should leverage the native dbms SRS database
---------------------------------------------------------------------

                 Key: GEOT-1995
                 URL: http://jira.codehaus.org/browse/GEOT-1995
             Project: GeoTools
          Issue Type: Improvement
          Components: data h2
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.5.0, 2.6-M0


Spatial databases have their own SRS native database, which usually have some 
codes that are not in the official EPSG database.
The dialect should be used to extract both the srid and to turn that into a 
CoordinateReferenceSystem object:
- the srid is needed in all insert/update and filter operations as the dbms 
will pretend geometries with the native srid
- the crs is required by gt2 and the srid will not always be part of the 
official epsg database, leading to a very big boom
  in feature type creation (since SimpleFeatureTypeBuilder uses 
CRS.decode("EPSG:" + srid))

-- 
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to