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/transform/ExponentialTransform1D.java
Rev. | Date | Author | Message |
---|---|---|---|
30836 | 2008-07-01 | desruisseaux | Best effort in an attempt to bring a little bit of order in the coverage test bazar. A lonely test file moved to the sample-data module. Operation tests moved to the processing package. A few utility methods consolidated in base classes ending in "TestBase.java". Removed redundancy introduced by copy-and-paste. Merged the two occurences of ImageWorkerTest. Examples of coverages provided in a more "Java collection" way. Comparaison of values performed with "assertEquals(a,b)" rather than "assertTrue(a==b)" so we know what was the expected value in case of failure. Tests upgrated to JUnit 4 framework. |
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) |
30639 | 2008-06-12 | acuster | Copyright headers: cleanup library/referencing |
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 |
29092 | 2008-02-05 | desruisseaux | Documentation updates. Java 5 type safety mostly in EPSG factories. LogarithmicTransform1D optimization by using the new (and presumably more accurate) Java 5 Math.log10(double) method. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28846 | 2008-01-20 | desruisseaux | Covariant return type for inverse() method in MathTransform1D and MathTransform2D. Also javadoc fixes and Java 5 type safety. Changed ViewType to an enum and initial implementation of GridCoverageViews (not yet connected to GridCoverage2D). |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28520 | 2007-12-27 | desruisseaux | Added @Override annotation for safety. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
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. |
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) |
15325 | 2005-08-13 | desruisseaux | Created a matrix package on top of vecmath / Fixed 'getPositionalAccuracy' issues |
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 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
13853 | 2005-05-26 | desruisseaux | Bug fix: arrays must be NamedIndentifier[], because it implements two interfaces |
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). |
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 |
10228 | 2005-01-04 | desruisseaux | Renamed 'getDimSource' as 'getSourceDimension' |
9266 | 2004-11-23 | desruisseaux | Last WKT tuning; parsing and formatting should now be functional |
9118 | 2004-11-14 | desruisseaux | Mercator projection port completed (but untested) as a use case for other projection ports |
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 |
8726 | 2004-10-21 | desruisseaux | Various bug fixes in parameter handling |
7843 | 2004-09-08 | jgarnett | First round of resync with geoapi |
7707 | 2004-08-31 | jgarnett | Change over to parameter descriptor. |
6708 | 2004-07-04 | desruisseaux | Initial draft of MapProjection.Provider |
6704 | 2004-07-03 | desruisseaux | Parse MathTransform arguments using parametes available in providers |
6657 | 2004-06-30 | desruisseaux | Fine tuning getParameterValues() method |
6589 | 2004-06-28 | desruisseaux | Improved parameters handling |
6575 | 2004-06-27 | desruisseaux | MatrixParameters now uses ParameterRealValue / In providers, moved parameters in a static field. |
6565 | 2004-06-26 | desruisseaux | First draft of a MapProjection port |
6494 | 2004-06-23 | desruisseaux | Avoid ParameterValue object creation when formatting WKT parameters |
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 |