-
Feature Request
-
Resolution: Done
-
Major
-
None
Implement ST_Transform system function. This would be used to transform geometry between different coordinate systems. This needs SPATIAL_REF_SYS table and a supporting library.
There are a couple of options for implementing this:
- http://trac.osgeo.org/proj4j/ - Port of the C library used by PostGIS. Fewest dependencies and should keep us close to PostGIS in capabilities. There will be a little boilerplate to interface with JTS.
- http://docs.geotools.org/latest/userguide/library/referencing/index.html - GeoTools referencing module. I think we would need to develop a simple plugin to interface with our SPATIAL_REF_SYS table. GeoTools is active and has good docs, but brings in a lot of dependencies.
- is blocked by
-
TEIID-3300 Add SPATIAL_REF_SYS table
- Closed
- is related to
-
TEIID-2384 Managing Spatial Data Types
- Closed