Martin Desruisseaux ha scritto: > Andrea Aime a écrit : >> Elaborating a bit more, I have two ideas: >> * one would be to provide the WKT parser an identifier replacer, >> some object that is conceptually and extion of aliases, but that >> can perform some kind of logic to provide a canonical name for >> a (broken) alias >> * or else, could the wkt parser be subclasses inside the oracle >> data store to cope with these issues as well? > > > Yes we could apply any of those ideas. But I tend to believe that a > OracleMathTransformFactory wrapper would be cleaner, at the expense of one > more > indirection level I admit. It would be more generic (can apply to the whole > spatial framework, not only WKT parsing). An OracleMathTransformFactory > instance > could be given to the WKTParser constructor for a WKTParser instance used by > OracleDataStore only.
In the end, all I need to to have a straight match from the Oracle weird CRS to one in EPSG database, I'll bypass Oracle stuff completely then. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
