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/operation/DefaultMathTransformFactory.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 |
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 |
29845 | 2008-04-08 | desruisseaux | More aggressive simplification of MathTransforms during concatenation. It is probably related to GEOT-1419, but I have not verified. This fix results in drastic performance improvement for the cases where DefaultConcatenatedTransform previously failed to see concatenation that could be simplified to identity transform. Those cases occured more often in 3D or 4D cases. It may have some benefit in the pure 2D case as well, but probably less often. |
29753 | 2008-04-01 | desruisseaux | Applied parameterized types as a side-effect of hunting for a DimensionMismatchException during reprojection. |
29416 | 2008-02-21 | desruisseaux | Added a GeneralEnvelope.validate() method for restricting an envelope to its CRS or CS domain of validity, wraping around longitude if needed. Relaxed the transformations between GeographicBoundingBox and Envelope, accepting GeographicCRS that are not necessarly WGS84. |
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 |
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. |
27923 | 2007-11-18 | desruisseaux | Applying some more generic types, especially in the factory package. Required slight changes in the way FactoryRegistry is used, as documented in http://docs.codehaus.org/display/GEOTOOLS/Fixing+compilation+errors |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26203 | 2007-07-11 | chorner | added synchronized to MathTransformFactory.getProvider to control flow into non-thread-safe FactoryRegistry |
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. |
24495 | 2007-02-19 | desruisseaux | More work on the command line tool. |
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. |
24427 | 2007-02-15 | desruisseaux | Removed the Collection<OperationMethod> hack in some MathTransform creators. Replaced by a getLastUsedMethod() method implemented by a ThreadLocal. |
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. |
22452 | 2006-10-28 | desruisseaux | Moved some methods from CRSUtilities to CRS (GEOT-547). |
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 |
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. |
19603 | 2006-05-19 | desruisseaux | Upgrated maven-javadoc-plugin. |
17902 | 2006-02-07 | desruisseaux | Javadoc fixes. |
17720 | 2006-01-24 | desruisseaux | Method signature change in GeneraleEnvelope before 2.2-RC1 release. This is a compatible change if the user recompile its code. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17522 | 2006-01-11 | desruisseaux | Added a few experimental @tutorial javadoc tags. |
16983 | 2005-11-25 | desruisseaux | Replaced references to static fields and methods of CitationImpl.* by Citations.* |
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 |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14657 | 2005-07-01 | desruisseaux | Ongoing work for the port of grid coverage operations from 'legacy' to 'main' (GEOT-413): ported SampleDimensionSelect |
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. |
13906 | 2005-05-28 | desruisseaux | Renamed some 'Default' prefix as 'Abstract' |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
11363 | 2005-02-12 | desruisseaux | Milestone in EPSG factory port: Datum now fully supported |
11212 | 2005-02-09 | desruisseaux | Initial work on Z-values handling |
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) |
11136 | 2005-02-05 | desruisseaux | Refactored ClassFinder static methods as ordinary methods in a ServiceRegistry subclass: FactoryRegistry |
11128 | 2005-02-04 | rgould | Split the class loading out of FactoryFinder and MathTransformFactory into one class, ClassFinder. |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
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 |
9132 | 2004-11-16 | desruisseaux | Factored out WKT symbols in a Symbols class |
9118 | 2004-11-14 | desruisseaux | Mercator projection port completed (but untested) as a use case for other projection ports |
9117 | 2004-11-13 | desruisseaux | Added the capability to list all available MathTransforms |
9103 | 2004-11-12 | desruisseaux | Fixed and enabled test cases |
9092 | 2004-11-11 | desruisseaux | Slight modification in the protected API for handling parameters |
8875 | 2004-10-27 | desruisseaux | Miscellaneous cleaning |
8833 | 2004-10-25 | desruisseaux | Changed MathTransform.getDefaultParameters() return type from GeneralParameterValue[] to ParameterValueGroup |
8796 | 2004-10-22 | desruisseaux | Cleaning referencing's operation basic package |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
7857 | 2004-09-09 | jgarnett | name to getName().toString( null ) |
7848 | 2004-09-08 | jgarnett | round 2 of sync with geoapi |
7845 | 2004-09-08 | jgarnett | First round of resync with geoapi |
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 |
6476 | 2004-06-19 | rschulz | implemented createFromWKT() |
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 |