SQLTranslator history

Click on the commit message for inspecting the diff and how the code has been rewritten.

Command line:

svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/factory/epsg/AnsiDialectEpsgFactory.java
Rev. Date Author Message
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
305212008-06-05acusterCopyright: Update referencing headers
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
280812007-11-27desruisseauxJava 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.
262632007-07-17jgarnettfailed attempt to hook up authory code number 3, this time I needed to handle the hint book keeping
261502007-07-04jgarnettprovide connect / disconnect lifecyucle methods for AbstractEpsgFactory
260962007-06-29jgarnettuntangle the origional FactoryUsing code so it is out of the way
259572007-06-20desruisseauxJavadoc (e.g. updating the @since tags)
259402007-06-20jgarnettSet up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344
254062007-05-03desruisseaux-Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed.
244352007-02-16desruisseauxFirst draft of a CRS.main(String[]) method, as a more generic replacement of DefaultFactory.main(String[]). A bug in AllAuthorityFactory.getAuthorityCodes() has been resolved in the process.
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
208742006-08-07jgarnettip review
205662006-07-17desruisseauxAttempt (not really successfull) to speedup the epsg-hsql test suite.
197552006-05-31desruisseauxAdded FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places.
196762006-05-25desruisseauxRemoved deprecated classes and methods from the referencing module
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
146092005-06-26desruisseauxCoordinateOperation sets are now ordered using information provided in the 'supersession' table (GEOT-593)
146082005-06-25desruisseauxEPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes
145642005-06-20desruisseauxInitial implementation of GEOT-589. Partially tested, more tests to come
139252005-05-30desruisseauxAdded @since javadoc tag
138362005-05-26desruisseauxAdded 'Default' suffix to some CRS implementations: partial work
138132005-05-26desruisseauxRenamed EPSG factory implementations
137782005-05-25desruisseauxInitial draft of EPSG-HSQL plugin (database not yet included)
137532005-05-23desruisseauxAdded missing table name mapping (fix submitted by Richard Didier)
114632005-02-17desruisseauxRemplaced JDBC DriverManager by JDBC DataSource / Added EPSG FactoryForSQL
110022005-02-02desruisseauxFixed wrong encoding in legacy/src
108942005-01-31dzwiersmoved legacy
108212005-01-28dzwiersmoving legacy crs --- will break code base
107962005-01-28dzwiersimports cleaned
64102004-06-12jgarnettAdded geoapi dependency to imagedatasource, and fixed spelling mistake in view.
62102004-05-27desruisseauxJavadoc fixes / Added Id keyword property
59222004-05-23jgarnettcts-coordtrans moved to main
57742004-05-23jgarnettgeotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon)
57692004-05-23jgarnettProject renamed to gt
56192004-05-13(pas d'auteur)Move repository under gt.
49682004-02-04desruisseauxAdded an implementation of EPSG factory for Oracle database
49622004-02-03desruisseauxUpdated javadoc / use 'default' string in order to reset the default
49492004-01-25desruisseauxBug fix: continue the search after the new string
49482004-01-25desruisseauxAdded an EPSG factory using ANSI SQL (work by Rueben Schulz)