Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:487 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/test/java/org/geotools/math/XMathTest.java
Rev. | Date | Author | Message |
---|---|---|---|
30725 | 2008-06-13 | desruisseaux | When given a flat array of tiles (all having the same subsampling), TreeTileManager now creates a default tree. This is an effort to avoid the "worst case" scenario, which appears to hurt MosaicImageBuilder. Added a org.geotools.math.Fraction class in support of the above. |
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30637 | 2008-06-12 | acuster | Copyright headers: lib/metadata, now normalized to LGPL v2.1 only |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
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 |
29768 | 2008-04-02 | desruisseaux | Upgrated the metadata and referencing tests to JUnit 4. |
29354 | 2008-02-17 | desruisseaux | More work in the attempt to figure automatically a subsampling for mosaic. |
29342 | 2008-02-15 | desruisseaux | First attempt to make a more intelligent choice of subsamplings. Needs more work. |
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 |
27864 | 2007-11-12 | desruisseaux | Use more Java 5 features. Also fixed a test which failed randomly. |
24576 | 2007-02-24 | desruisseaux | Renamed 'StereographicFoo' classes as 'FooStereographic' for consistency with EPSG and OGC naming. Note that 'ObliqueStereographic' is NOT the new name for 'StereographicOblique'; it is rather the new name for 'StereographicDouble'. The old name was confusing since 'StereographicOblique' was not for the EPSG 'Oblique_Stereographic' projection. The new naming scheme should match more closely the common usage. In addition, also renamed some JUnit test classes in an attempt to make clearer what they are testing. |
22443 | 2006-10-27 | desruisseaux | Splitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...). |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22317 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 3: moved 'test' to 'src/test/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) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
10177 | 2005-01-03 | desruisseaux | Tuned JUnit tests for WKT parsing |