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/FallbackAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
30760 | 2008-06-18 | desruisseaux | Upgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process. |
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 |
29698 | 2008-03-21 | desruisseaux | MosaicImageReader select preferably a ColorModel with transparency if available. A few Java 5 constructs in referencing module. |
29125 | 2008-02-07 | aaime | GEOT-1702) Stack overflow error doing crs lookup,this time with unit tests |
29118 | 2008-02-06 | aaime | Fix for GEOT-1702, Stack overflow error doing crs lookup |
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 |
28252 | 2007-12-04 | desruisseaux | More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations. |
27995 | 2007-11-22 | desruisseaux | More generics type, and moved two methods from ReferencingFactoryContainer to GeoAPI MathTransformFactory interface. Note that the build fails in the arcsde module for a reason that seems unrelated to this work. |
27972 | 2007-11-21 | desruisseaux | More use of Java 5 generic. The generic spotted for us a bug in Citation.getIdentifiers(), which returns a set of Strings when it should returns a set of Identifiers. Not yet fixed because it will require a search in the whole GeoTools code base. I wish we used Generic types sooner for preventing this kind of bug... |
26250 | 2007-07-14 | jgarnett | find now works between mediator and worker; the end result was pretty elegant - the worker is configured with a seperate findCache in order not to distrupt the normal course of events |
25668 | 2007-05-29 | desruisseaux | Fixed a bug that prevented EsriExtension to be chained with other EPSG factories. |
25477 | 2007-05-10 | desruisseaux | GEOT-1265: Tuned the factory chain. |
25476 | 2007-05-09 | desruisseaux | GEOT-1265: provides a way to print a tree of authority factory dependencies. |
25396 | 2007-05-01 | desruisseaux | GEOT-1160 now work with ordered axis (tests added). Added an implementation for fallback factories, but not yet tested. |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
24689 | 2007-03-06 | aaime | Fix for the fallback system, when falling back because of an error, make sure to report that error if the fallback just does not know about the required code |
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. |
23634 | 2007-01-01 | desruisseaux | Now supports the version information provided in the 'urn:ogc:def:type:authority:version:code' string. |
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'. |
21289 | 2006-08-30 | desruisseaux | First working version of ESRI authority factory. However, the fallback mechanism is not yet in place, and the corresponding test suite in plugin/epsg-ext-esri doesn't work yet (GEOT-774). |
20874 | 2006-08-07 | jgarnett | ip review |
19941 | 2006-06-13 | desruisseaux | Implemented CRS.decode(String) on top of AllAuthoritiesFactory. |