Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.M0
-
Fix Version/s: 2.2.M0
-
Component/s: referencing
-
Labels:None
Description
Current CoordinateSystemEPSGFactory implementation connects to a MS-Access database, because it is the only database format provided by EPSG (http://www.epsg.org). Unfortunatly, this dependance to MS-Access force CoordinateSystemEPSGFactory to uses non-standard SQL syntax, since Micro$oft products have their own "standards". We should:
1) Determine what should be the tables structure (for example
table and column names) for MySQL and PostgreeSQL ports.
2) Provide an implementation of the 'adaptSQL(String statement)'
method for standard SQL syntax, like the one used by MySQL and
PostgreeSQL.
3) Provide ESPG data in a java embedded database, in order to make
things more portable. The EPSG data is small and static enough
for that to make sense. Hypersonic and Axion may be considered.
Issue Links
| This issue is related to: | ||||
| GEOT-546 | Berkeley DB (JE) Authority Factory Suite |
|
|
|
| GEOT-572 | Investigate why HSQL DataSource test fails on Cruise Control |
|
|
|
| This issue depends upon: | ||||
| GEOT-428 | Create a EPSGFactory subclass for factory generated by EPSG's SQL scripts |
|
|
|
| This issue is depended upon by: | ||||
| GEOT-216 | Dreaming of improved Coordinate System Persistence mechanism |
|
|
|
| GEOS-147 | Get rid of (or fix) generate Bounding Box button |
|
|
|