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/TransformedAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31000 | 2008-07-10 | desruisseaux | Avoid usage of 2 deprecated constructors from CRSFactory. Their replacement were tricky and required more sophesticated code in ReferencingFactoryContainer.toGeodetic3D. |
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 |
30313 | 2008-05-16 | desruisseaux | Changed my mind about Utilities.shallowEquals(Object,Object) and renamed it as equals, since a few tests show that the compiler always select the best overloaded flavor working on primitive types (except if an argument is a boolean and the other a different primitive type). Updated a few references. Fixed a few javadoc warnings by explicit declaration of parameter and return values. |
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. |
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. |
25955 | 2007-06-20 | desruisseaux | Minor formatting, javadoc and references to FactoryGroup replaced by FactoryContainer. |
25940 | 2007-06-20 | jgarnett | Set up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344 |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
25389 | 2007-04-30 | desruisseaux | GEOT-1160: Make IdentifiedObjectFinder public, so we can keep AbstractAuthorityFactory a little bit simplier (less methods there). |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
24683 | 2007-03-06 | desruisseaux | Get the coordinate system (CS) framework to manage axis directions of the kind 'South along 90 deg East' (GEOT-936). The most significant implications were in DefaultCoordinateSystemAxis, AbstractCS and some package-privated helper classes. |
23990 | 2007-01-21 | desruisseaux | EPSG factories do not uses anymore a proxy that extended javax.sql.DataSource. It was a cause of trouble in JEE environment (GEOT-909). We still use javax.sql.DataSource, but in a more direct way. |
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. |
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 |
19962 | 2006-06-14 | desruisseaux | Minor javadoc fixes. |
19959 | 2006-06-14 | desruisseaux | CRS.decode(String code, boolean longitudeFirst) now work. Also fixed GEOT-856. |
19941 | 2006-06-13 | desruisseaux | Implemented CRS.decode(String) on top of AllAuthoritiesFactory. |
19755 | 2006-05-31 | desruisseaux | Added FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places. |
19643 | 2006-05-24 | desruisseaux | First fix attempt for GEOT-854: CRS with modified axis order now preserve the metadata, including the authority code. The dangerous thing is that two CRS may now have the same authority code while being really different CRS. It caused an infinite loop in AuthorityBackedFactory, which was fixed in this commit as well. However, there is a risk that similar problems appear in user's code as well. |
19515 | 2006-05-17 | desruisseaux | Construction of transformation chain now query the database for intermediate steps. Revisited documentation. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17038 | 2005-11-28 | desruisseaux | Copied the AutoTest. Tuned AutoCRSFactory implementation (GEOT-773) |
16985 | 2005-11-25 | desruisseaux | Javadoc fixes |
16984 | 2005-11-25 | desruisseaux | Javadoc fixes |
16963 | 2005-11-24 | desruisseaux | Tested OrderedAxisAuthorityFactory (GEOT-694) |
16942 | 2005-11-23 | desruisseaux | First draft of OrderedAxisAuthorityFactory (GEOT-694) |