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 |
---|---|---|---|
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30521 | 2008-06-05 | acuster | Copyright: Update referencing headers |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28081 | 2007-11-27 | desruisseaux | Java 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. |
26263 | 2007-07-17 | jgarnett | failed attempt to hook up authory code number 3, this time I needed to handle the hint book keeping |
26150 | 2007-07-04 | jgarnett | provide connect / disconnect lifecyucle methods for AbstractEpsgFactory |
26096 | 2007-06-29 | jgarnett | untangle the origional FactoryUsing code so it is out of the way |
25957 | 2007-06-20 | desruisseaux | Javadoc (e.g. updating the @since tags) |
25940 | 2007-06-20 | jgarnett | Set up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344 |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
24435 | 2007-02-16 | desruisseaux | First 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. |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22315 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'. |
20874 | 2006-08-07 | jgarnett | ip review |
20566 | 2006-07-17 | desruisseaux | Attempt (not really successfull) to speedup the epsg-hsql test suite. |
19755 | 2006-05-31 | desruisseaux | Added 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. |
19676 | 2006-05-25 | desruisseaux | Removed deprecated classes and methods from the referencing module |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
14609 | 2005-06-26 | desruisseaux | CoordinateOperation sets are now ordered using information provided in the 'supersession' table (GEOT-593) |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13813 | 2005-05-26 | desruisseaux | Renamed EPSG factory implementations |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
13753 | 2005-05-23 | desruisseaux | Added missing table name mapping (fix submitted by Richard Didier) |
11463 | 2005-02-17 | desruisseaux | Remplaced JDBC DriverManager by JDBC DataSource / Added EPSG FactoryForSQL |
11002 | 2005-02-02 | desruisseaux | Fixed wrong encoding in legacy/src |
10894 | 2005-01-31 | dzwiers | moved legacy |
10821 | 2005-01-28 | dzwiers | moving legacy crs --- will break code base |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6410 | 2004-06-12 | jgarnett | Added geoapi dependency to imagedatasource, and fixed spelling mistake in view. |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
5922 | 2004-05-23 | jgarnett | cts-coordtrans moved to main |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
4968 | 2004-02-04 | desruisseaux | Added an implementation of EPSG factory for Oracle database |
4962 | 2004-02-03 | desruisseaux | Updated javadoc / use 'default' string in order to reset the default |
4949 | 2004-01-25 | desruisseaux | Bug fix: continue the search after the new string |
4948 | 2004-01-25 | desruisseaux | Added an EPSG factory using ANSI SQL (work by Rueben Schulz) |