This class was named DimensionFilter
in GeoTools.
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/DimensionFilter.java
Rev. | Date | Author | Message |
---|---|---|---|
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 |
29829 | 2008-04-07 | desruisseaux | Inside synchronized blocks, avoid to call methods that user could override. |
29806 | 2008-04-04 | desruisseaux | Added the capability to use a custom DimensionFilter on GridGeometry2D construction. |
29782 | 2008-04-03 | desruisseaux | Formatting. |
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. |
28974 | 2008-01-27 | desruisseaux | GEOT-1659 fix: CRS.decode(...) search for URN factory even if system hints contains "force longitude first" hint. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28718 | 2008-01-11 | simboss | -adding constructor with hints |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28527 | 2007-12-28 | desruisseaux | GridCoverage2D.evaluate(DirectPosition) now reprojects on the fly if the DirectPosition CRS is different than the GridCoverage CRS. |
28520 | 2007-12-27 | desruisseaux | Added @Override annotation for safety. |
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). |
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'. |
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 |
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. |
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. |
11960 | 2005-03-10 | desruisseaux | First draft of GridCoverage 'resampler' operation port |
11654 | 2005-02-25 | desruisseaux | GridGeometry work, which includes a first working version of DimensionFilter |
11623 | 2005-02-24 | desruisseaux | Completed the port of 'separateInput'. 'separateOutput' remain to be done. Both are needed for GridGeometry in the grid coverage package. |
11572 | 2005-02-23 | desruisseaux | Initial port of sub-transform, required for some grid coverages |