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/AuthorityCodes.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 |
29092 | 2008-02-05 | desruisseaux | Documentation updates. Java 5 type safety mostly in EPSG factories. LogarithmicTransform1D optimization by using the new (and presumably more accurate) Java 5 Math.log10(double) method. |
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 |
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. |
27856 | 2007-11-12 | desruisseaux | Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545). |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
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. |
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 |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
24036 | 2007-01-24 | desruisseaux | Added various index in EPSG.sql, which seem to increase plugin/epsh-hsql performance significantly (GEOT-1129). Also added a mechanism for recreating the database when the version number is incremented (GEOT-1130). |
23635 | 2007-01-01 | desruisseaux | Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory. |
23632 | 2006-12-29 | desruisseaux | GEOT-859: Refactored the URN syntax adapter for CRS factories. The adapter now apply to any factory. Some progress toward version management (but not yet there). NOTE: this new implementation forces axis order "as specified in the database", which is different from the original "URNEPSGAdapter" implementation which used (x,y) order. Various changes in many corners of "org.geotools.referencing.factory" as a side-effect of this work. Minor opportunist javadoc fixes in other modules. |
22959 | 2006-11-24 | desruisseaux | Aligned Geotools build along latest GeoAPI interfaces (2.1-SNAPSHOT). |
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 |
17730 | 2006-01-25 | desruisseaux | Fixed 'ResultSet closed' SQLException. |
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 |
14911 | 2005-07-26 | desruisseaux | Fixed GEOT-627, 630, 631, 632 and 634 |
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 |
14560 | 2005-06-17 | desruisseaux | Implemented the 'getAuthorityCodes()' and 'getDescriptionText(...)' methods in EPSG factory |