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/MathTransformProvider.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 |
29852 | 2008-04-08 | desruisseaux | The previous commit was about simplifying (in the sense of simplier MathTransform result, not simplier code) ConcatenatedTransform. This commit is about simplifying the ConcatenatedOperation which contains that ConcatenatedTransform. Related to GEOT-1419. |
29753 | 2008-04-01 | desruisseaux | Applied parameterized types as a side-effect of hunting for a DimensionMismatchException during reprojection. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28801 | 2008-01-17 | desruisseaux | Made CoverageStack more tolerant to heterogenous CRS (unfinished work). Some Java 5 type safety added. |
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. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25262 | 2007-04-23 | desruisseaux | Finished review of metadata and factory hints change. Fixed a potential glitch in parameter names handling (some code were disabled in AbstractIdentifiedObject apparently in order to avoid a ClassCastException caused by the spit of org.opengis.metadata.Identifier in two interfaces, Identifier and ReferenceIdentifier. Fixed the exception and reenabled the code). Not sure yet what the consequence was. It may help for the stereographic projection issue, but need to check. |
24607 | 2007-02-26 | desruisseaux | Avoid UnformattableObjectException for 'LOCAL_CS' and 'VERT_CS' WKT elements. Try to provides some hints about the cause for the other cases of unformattable WKT. |
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. |
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 |
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.* |
16205 | 2005-10-11 | desruisseaux | Cleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691) |
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 |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
14570 | 2005-06-21 | desruisseaux | Addition of geocentric affine transform as of GEOT-591 |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
14205 | 2005-06-09 | desruisseaux | Updated to GeoAPI 2.0 final release |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
13773 | 2005-05-24 | desruisseaux | Removed old metadata implementations (they are now renamed with 'Impl' suffix) / Use OGC citation instead of OPEN_GIS |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
13376 | 2005-05-05 | desruisseaux | First working version of WarpTransform2D |
12020 | 2005-03-11 | desruisseaux | First working version of Resampler2D port (side effect: GEOT-390 fix) |
11367 | 2005-02-13 | desruisseaux | Port of EPSG authority factory now completed. Preliminary tests seem okay. Not yet registered in FactoryFinder. |
11366 | 2005-02-12 | desruisseaux | Almost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names) |
11144 | 2005-02-07 | desruisseaux | Fixed GEOT-400 (create appropriate instance of Operation subclasses) |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
11074 | 2005-02-03 | desruisseaux | Revisited CRSFactory.createProjectedCRS(...) API |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
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 |
9104 | 2004-11-12 | desruisseaux | First prototype of a MapProjection implementation |
9103 | 2004-11-12 | desruisseaux | Fixed and enabled test cases |
9092 | 2004-11-11 | desruisseaux | Slight modification in the protected API for handling parameters |
8841 | 2004-10-26 | desruisseaux | org.geotools.referencing.Identifier implementation implements GenericName as well, for use as alias |
8796 | 2004-10-22 | desruisseaux | Cleaning referencing's operation basic package |
8729 | 2004-10-21 | desruisseaux | Avoid use of deprecated method 'getParameter' |
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 ) |
7845 | 2004-09-08 | jgarnett | First round of resync with geoapi |
7707 | 2004-08-31 | jgarnett | Change over to parameter descriptor. |
7307 | 2004-07-29 | rschulz | added stringValue() convenience method |
7131 | 2004-07-21 | desruisseaux | Added FactoryException declaration |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6721 | 2004-07-05 | desruisseaux | Fixed unit test failure |
6708 | 2004-07-04 | desruisseaux | Initial draft of MapProjection.Provider |
6704 | 2004-07-03 | desruisseaux | Parse MathTransform arguments using parametes available in providers |
6575 | 2004-06-27 | desruisseaux | MatrixParameters now uses ParameterRealValue / In providers, moved parameters in a static field. |
6440 | 2004-06-13 | desruisseaux | Added GeocentricTransform / Added registry service in TransformFactory / Refactored JUnit tests |
6383 | 2004-06-11 | desruisseaux | Search for parameters and operation methods by identifiers |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |