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/IdentifiedObjectFinder.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 |
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. |
27856 | 2007-11-12 | desruisseaux | Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545). |
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 |
26230 | 2007-07-12 | jgarnett | Engage CachedFinder in AbstractCachedAuthorityFactory in order to let the HsqlDialectEpsgFactoryTest run |
26212 | 2007-07-12 | jgarnett | Took AuthorityFactory2 out of the way, extended AbstractAuthorityFactory the way martin intentended, and started hooking up Finder implementations that use a shared ObjectCache. Set up a Level1/Level2 ObjectCache chain in order to allow the finder's cache to pull in values from the real one. |
25398 | 2007-05-02 | desruisseaux | Cleanup. Also renamed some classes in unsupported/epsg-extension. |
25397 | 2007-05-01 | desruisseaux | GEOT-1160: AllAuthoritiesFactory now work. It was the last step for making the connection with CRS.lookupIdentifier(...). |
25396 | 2007-05-01 | desruisseaux | GEOT-1160 now work with ordered axis (tests added). Added an implementation for fallback factories, but not yet tested. |
25389 | 2007-04-30 | desruisseaux | GEOT-1160: Make IdentifiedObjectFinder public, so we can keep AbstractAuthorityFactory a little bit simplier (less methods there). |
25374 | 2007-04-27 | desruisseaux | More GEOT-1160 work: should now work with TransformedAuthorityFactory (not yet tested). |
24384 | 2007-02-14 | desruisseaux | GEOT-1160: First working implementation of AbstractAuthorityFactory.find(IdentifiedObject). This includes a package-privated AuthorityFactoryProxy class, together with many fix in the code base in order to get CRS.equalsIgnoreCase to work in the ProjectedCRS case. |