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/DeferredAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
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 |
28790 | 2008-01-16 | desruisseaux | Renamed resources.i18n.Logging as resources.i18n.Loggings (with an s) for avoiding name clash with util.logging.Logging. The name clash would not have been an issue if those two classes were not typically used together... Also performed a few javadoc fixes in DirectPosition2D. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28051 | 2007-11-26 | desruisseaux | More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings). |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25972 | 2007-06-21 | desruisseaux | Replaced usage of deprecated classes/methods by the new ones. A side effect is to restore the buffering in ThreadedEpsgFactory, which was partially disabled by class name changes. |
25955 | 2007-06-20 | desruisseaux | Minor formatting, javadoc and references to FactoryGroup replaced by FactoryContainer. |
25919 | 2007-06-19 | jgarnett | juggle the code back into place |
25916 | 2007-06-19 | jgarnett | rollback so I can svn mv like a normal person; this will break the build |
25896 | 2007-06-19 | jgarnett | Grabbed out BufferedAuthorityFactory functionality into ThreadedAuthorityFactory as prep high volume crs services |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
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 |
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 |
18103 | 2006-02-20 | desruisseaux | Avoid to log a stack trace if there is no EPSG data source on the class path. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16942 | 2005-11-23 | desruisseaux | First draft of OrderedAxisAuthorityFactory (GEOT-694) |
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 |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14560 | 2005-06-17 | desruisseaux | Implemented the 'getAuthorityCodes()' and 'getDescriptionText(...)' methods in EPSG factory |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
12966 | 2005-04-05 | desruisseaux | Javadoc update following 'factory-hints' branch merge |
11526 | 2005-02-21 | desruisseaux | Attempt to workaround a NullPointerException in JDBC-ODBC bridge on Linux |
11510 | 2005-02-18 | desruisseaux | Ported the WKT-based EPSG factory from plugin/epsg |