HTTP_AuthorityFactory history

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/HTTP_AuthorityFactory.java
Rev. Date Author Message
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
305212008-06-05acusterCopyright: Update referencing headers
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
289772008-01-28desruisseauxFixed the regression introduced by GEOT-1659 (URN factory should not accepts FORCE_LONGITUDE_FIRST_AXIS_ORDER hint).
289742008-01-27desruisseauxGEOT-1659 fix: CRS.decode(...) search for URN factory even if system hints contains "force longitude first" hint.
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
279722007-11-21desruisseauxMore 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...
279242007-11-18desruisseauxHTTP and URN name space now take in account custom CRS (GEOT-1563).
275672007-10-20desruisseauxMerged changes form 2.4 branch (include addition of Hints.FORCE_AXIS_ORDER_HONORING).
254062007-05-03desruisseaux-Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed.
241022007-01-30desruisseauxRemove the extension in filename (e.g. epsg.xml:4326 should be understood as epsg:4326). This part was forgotten in initial implementation of GEOT-1136.
240972007-01-29desruisseauxImplemented authority factory for codes of the form http://www.opengis.net/ (GEOT-1136)