GridGeometryTest history

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/coverage/src/test/java/org/geotools/coverage/grid/GridGeometryTest.java
Rev. Date Author Message
308362008-07-01desruisseauxBest 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.
306432008-06-12acusterCopyright headers: lib/coverage, this time with feeling (and the el in Toolkit)
305412008-06-06acusterCopyright review: update headers on lib/coverage
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
298912008-04-10desruisseauxFixed test failures.
298262008-04-07desruisseauxMore support for PixelOrientation in GridGeometry construction and queries. A side effect of this work is the refactoring of GridGeometry2D translation method into a separated PixelTranslation class.
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
284962007-12-24desruisseauxAvoid usage of deprecated methods.
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
250502007-04-06jgarnettexample of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry
249252007-03-27jgarnettchange to org.opengis.geometry
227102006-11-12desruisseauxReview 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).
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'.
209702006-08-11jgarnettIP review.txt updated, along with headers
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
165722005-11-02desruisseauxMoved coverage implementation to its own module (GEOT-745)
165262005-10-27desruisseauxMore responsabilities moved from GridCoverage2D to GridGeometry2D (GEOT-701). This refactoring had a significant impact on Resample2D; the rest of the code should stay neutral.
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
131292005-04-15desruisseauxName change: removed 'GT' suffix in org.geotools.coverage implementations. Some on them were replaced by 'General' prefix for consistency with 'GeneralEnvelope' and 'GeneralDirectPosition'. In this context 'General' means "Can work with an arbitrary number of dimension". Other name changes in org.geotools.referencing and org.geotools.metadata are pending the choice between 'Default' prefix and 'Impl' suffix
129652005-04-05desruisseauxMerged '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.
117382005-03-02desruisseauxFirst working version of GridCoverage2D
116982005-02-28desruisseauxMoved tests from legacy to main module
110042005-02-02desruisseauxFixed wrong encoding in legacy/test
108942005-01-31dzwiersmoved legacy
108222005-01-28dzwiersmoving tests
107962005-01-28dzwiersimports cleaned
62752004-05-31jgarnettfixed format test problem
62552004-05-31desruisseauxBug fix for horizontal and vertical line colinear with an axis
59012004-05-23jgarnettgcs-coverage moved to main
58432004-05-23jgarnettTest directory now assumed to be junit
57742004-05-23jgarnettgeotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon)
57692004-05-23jgarnettProject renamed to gt
56192004-05-13(no author)Move repository under gt.
28582003-05-13desruisseauxAdded PMC owner to copyright notice
28522003-05-12desruisseauxFixed resampling problem, especially apparent when bounding box was close to -180 to +180 degrees of longitude