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/AffineTransform2D.java
Rev. | Date | Author | Message |
---|---|---|---|
31456 | 2008-09-08 | desruisseaux | Fixed a StackOverflowError: AffineTransform2D.createTransformedShape was invoking itself indirectly when the given shape is not one of the recognized shapes like Rectangle2D. |
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 |
29725 | 2008-03-27 | desruisseaux | Added a XAffineTransform.transform(..., Shape, ...) method trying to preserve the shape class. |
29422 | 2008-02-21 | desruisseaux | Provides a convenience TileBuilder.setMosaicEnvelope(...) method for getting the 'gridToCRS' transform computed automatically for us, with usual assumption on axis flipping, etc. Users can control those assumptions by overriding the createGridToEnveloppeMapper(...) 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). |
28817 | 2008-01-18 | desruisseaux | Added constructor with 6-double values parameters. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28500 | 2007-12-24 | desruisseaux | Added a new GridGeometry implementation (ImageGeometry) has a lightweight placeholder for 'gridRange' as a Rectangle and 'gridToCRS' as an AffineTransform. Used by TileBuilder. |
28081 | 2007-11-27 | desruisseaux | Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
22710 | 2006-11-12 | desruisseaux | Review of coverage branch merge: In 'CategoryList', check for the 'no data' category name only if the geophysics value is some NaN value. Moved XAffineTransform to a public place and added methods for testing axis swapping, as a proposed replacement for 'GeneralGridGeometry.swapXY(CoordinateSystem)' (replacement not yet done; waiting for the okay from the mailing list). In GeneralGridGeometry, added methods for returning a math transform relative to some pixel corner instead of pixel center, as a proposed replacement for the 'getTransform(...)' public static methods (I would like to remove those static methods in order to keep the API a little bit more orthogonal). |
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 |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
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 |
14934 | 2005-07-27 | desruisseaux | Transformations between 3D ProjectedCRS should propagate the height (GEOT-637, 638 and 639) |
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. |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13178 | 2005-04-19 | desruisseaux | Various bug fixed related to GridCoverage and the new-legacy API bridge |
11248 | 2005-02-10 | desruisseaux | Limited support for transformations between 3D CRS |
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' |
6657 | 2004-06-30 | desruisseaux | Fine tuning getParameterValues() method |
6627 | 2004-06-29 | desruisseaux | Finished refactoring of WKT formatting for MathTransform |
6536 | 2004-06-25 | desruisseaux | Added SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point |
6383 | 2004-06-11 | desruisseaux | Search for parameters and operation methods by identifiers |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6362 | 2004-06-08 | desruisseaux | Initial work for an OperationProvider |
6333 | 2004-06-06 | desruisseaux | Continuing CRS implementation |
6325 | 2004-06-04 | desruisseaux | Added MathTransform implementations |
6301 | 2004-06-03 | desruisseaux | Refactored basic transform in their own package |