MathFunctionsTest history

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
307252008-06-13desruisseauxWhen 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.
306402008-06-12acusterCopyright headers: lib/metadata, this time with feeling (and the el in Toolkit)
306372008-06-12acusterCopyright headers: lib/metadata, now normalized to LGPL v2.1 only
305192008-06-05acusterMetadata header cleanup and copyright review.
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
297682008-04-02desruisseauxUpgrated the metadata and referencing tests to JUnit 4.
293542008-02-17desruisseauxMore work in the attempt to figure automatically a subsampling for mosaic.
293422008-02-15desruisseauxFirst attempt to make a more intelligent choice of subsamplings. Needs more work.
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
278642007-11-12desruisseauxUse more Java 5 features. Also fixed a test which failed randomly.
245762007-02-24desruisseauxRenamed '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.
224432006-10-27desruisseauxSplitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223172006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 3: moved 'test' to 'src/test/java'.
208742006-08-07jgarnettip review
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
101772005-01-03desruisseauxTuned JUnit tests for WKT parsing