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/ReferencingObjectFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31007 | 2008-07-11 | desruisseaux | In metadata, added Spanish resources and fixed the suffix from "sp" to "es". In referencing, changed the semantic of CRSFactory.createDerivedCRS(...) so that it use the MathTransform as-is instead of performing automatic unit conversions or axis swapping. In coverageio, make more attempt to get an ImageInputStream from a String. |
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 |
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 |
28030 | 2007-11-23 | desruisseaux | More Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1. |
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. |
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. |
25948 | 2007-06-20 | desruisseaux | Fixed history. Build should be back. |
25476 | 2007-05-09 | desruisseaux | GEOT-1265: provides a way to print a tree of authority factory dependencies. |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
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'. |
21780 | 2006-10-03 | desruisseaux | Removed methods from the referencing module that were deprecated in Geotools 2.3. This imply the replacement of 'CRS.transform' by 'CRS.findMathTransform' in the whole Geotools code base. |
20874 | 2006-08-07 | jgarnett | ip review |
19769 | 2006-06-02 | desruisseaux | Javadoc fix: replaced 'degrees' by 'decimal degrees' when relevant (GEOT-855) |
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. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
15556 | 2005-08-30 | desruisseaux | Bug fix in 'createTransformedShape' / Clarification in the way a GridCoverage2D convenience constructor handle axis |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
14550 | 2005-06-16 | desruisseaux | Removed deprecated fields and methods |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
13907 | 2005-05-28 | desruisseaux | More additions of 'Default' prefix in CRS package |
13869 | 2005-05-27 | desruisseaux | Added 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13813 | 2005-05-26 | desruisseaux | Renamed EPSG factory implementations |
13762 | 2005-05-24 | desruisseaux | Added DefiningConversion |
13387 | 2005-05-06 | desruisseaux | Added Hints.LENIENT_DATUM_SHIFT and the necessary mechanic to honor it |
12965 | 2005-04-05 | desruisseaux | Merged 'factory-hints' branch r12393:12964 into the trunk. Added 'getImplementationHints()' method after the merge into Factory implementations, in order to get Geotools to compile with Maven. |
12337 | 2005-03-16 | desruisseaux | Enable DatumAliases in CRSFactory.createFromWKT(...) |
11371 | 2005-02-14 | desruisseaux | Renamed DefaultObjectFactory as GeotoolsFactory (GEOT-420, now closed) |
11370 | 2005-02-13 | desruisseaux | Refactored factories in an 'org.geotools.referencing.factory' package |
11366 | 2005-02-12 | desruisseaux | Almost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names) |
11365 | 2005-02-12 | desruisseaux | EPSG authority factory milestone: now supports GeographicCRS and VerticalCRS |
11363 | 2005-02-12 | desruisseaux | Milestone in EPSG factory port: Datum now fully supported |
11248 | 2005-02-10 | desruisseaux | Limited support for transformations between 3D CRS |
11212 | 2005-02-09 | desruisseaux | Initial work on Z-values handling |
11177 | 2005-02-08 | dzwiers | CRS decode fix |
11144 | 2005-02-07 | desruisseaux | Fixed GEOT-400 (create appropriate instance of Operation subclasses) |
11140 | 2005-02-06 | desruisseaux | Work in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation) |
11093 | 2005-02-03 | desruisseaux | Roolback to createParameterizedTransform without classification parameter |
11074 | 2005-02-03 | desruisseaux | Revisited CRSFactory.createProjectedCRS(...) API |
11008 | 2005-02-02 | desruisseaux | Ask OperationMethod to be specified explicitly |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10944 | 2005-02-01 | desruisseaux | Bug fix in ProjectedCRS: axis swapping and units conversion were not correctly handled |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10228 | 2005-01-04 | desruisseaux | Renamed 'getDimSource' as 'getSourceDimension' |
9346 | 2004-11-30 | desruisseaux | First working version of CoordinateOperationFactory |
9266 | 2004-11-23 | desruisseaux | Last WKT tuning; parsing and formatting should now be functional |
9243 | 2004-11-22 | desruisseaux | Tuned WKT parsing and formatting |
9203 | 2004-11-19 | desruisseaux | WKT debugging / cleaning |
9146 | 2004-11-17 | desruisseaux | Work on WKT parsing of CRS objects |
9092 | 2004-11-11 | desruisseaux | Slight modification in the protected API for handling parameters |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6536 | 2004-06-25 | desruisseaux | Added SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point |
6440 | 2004-06-13 | desruisseaux | Added GeocentricTransform / Added registry service in TransformFactory / Refactored JUnit tests |
6387 | 2004-06-12 | desruisseaux | Partial implementation of MathTransformFactory and WKT parser |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |
6333 | 2004-06-06 | desruisseaux | Continuing CRS implementation |
6254 | 2004-05-30 | desruisseaux | Added new CRS |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |