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/URN_AuthorityFactory.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 |
28974 | 2008-01-27 | desruisseaux | GEOT-1659 fix: CRS.decode(...) search for URN factory even if system hints contains "force longitude first" hint. |
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 |
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). |
27924 | 2007-11-18 | desruisseaux | HTTP and URN name space now take in account custom CRS (GEOT-1563). |
27567 | 2007-10-20 | desruisseaux | Merged changes form 2.4 branch (include addition of Hints.FORCE_AXIS_ORDER_HONORING). |
26290 | 2007-07-18 | jgarnett | GeometryFactoryFinder added to referencing |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
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. |
24097 | 2007-01-29 | desruisseaux | Implemented authority factory for codes of the form http://www.opengis.net/ (GEOT-1136) |
23634 | 2007-01-01 | desruisseaux | Now supports the version information provided in the 'urn:ogc:def:type:authority:version:code' string. |
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. |
23110 | 2006-11-29 | jdeolive | added an adapter factory for GEOT-859 |