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/main/java/org/geotools/coverage/grid/GeneralGridEnvelope.java
Rev. | Date | Author | Message |
---|---|---|---|
30776 | 2008-06-20 | desruisseaux | GeoTools implementation update for GeoAPI change (GEO-136): Envelope.getCenter renamed as getMedian and getLength renamed as getSpan. Deprecated GridRange, to be replaced by GridEnvelope. |
30643 | 2008-06-12 | acuster | Copyright headers: lib/coverage, this time with feeling (and the el in Toolkit) |
30541 | 2008-06-06 | acuster | Copyright review: update headers on lib/coverage |
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 |
29962 | 2008-04-17 | simboss | -typos |
29826 | 2008-04-07 | desruisseaux | More 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. |
29416 | 2008-02-21 | desruisseaux | Added a GeneralEnvelope.validate() method for restricting an envelope to its CRS or CS domain of validity, wraping around longitude if needed. Relaxed the transformations between GeographicBoundingBox and Envelope, accepting GeographicCRS that are not necessarly WGS84. |
28937 | 2008-01-25 | desruisseaux | Reverted the whole trunk to revision 28921. |
28926 | 2008-01-24 | acuster | Revert geotools trunk to reversion 29822, hopefully. |
28923 | 2008-01-24 | acuster | Merge from gtbranches |
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 |
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. |
28374 | 2007-12-14 | desruisseaux | Use some java 5 features. Added javadoc. Removed AbstractCoverage.dispose() deprecated method (replaced by dispose(boolean)). Cleaning. |
28252 | 2007-12-04 | desruisseaux | More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations. |
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 |
23120 | 2006-11-29 | desruisseaux | Coverage branch review. Reformatted code (including javadoc work), modification of AbstractCoverage.show and AbstractCoverage.evaluate(DirectPosition,Set). |
22959 | 2006-11-24 | desruisseaux | Aligned Geotools build along latest GeoAPI interfaces (2.1-SNAPSHOT). |
22817 | 2006-11-17 | desruisseaux | Fixed SVN properties for all Java files. |
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'. |
20970 | 2006-08-11 | jgarnett | IP review.txt updated, along with headers |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16572 | 2005-11-02 | desruisseaux | Moved coverage implementation to its own module (GEOT-745) |
16536 | 2005-10-28 | desruisseaux | Added a 'Default CRS' hint for GridCoverageFactory (post GEOT-701 cleaning) + javadoc fixes. |
16526 | 2005-10-27 | desruisseaux | More responsabilities moved from GridCoverage2D to GridGeometry2D (GEOT-701). This refactoring had a significant impact on Resample2D; the rest of the code should stay neutral. |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13129 | 2005-04-15 | desruisseaux | Name 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 |
11738 | 2005-03-02 | desruisseaux | First working version of GridCoverage2D |
11572 | 2005-02-23 | desruisseaux | Initial port of sub-transform, required for some grid coverages |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6295 | 2004-06-02 | desruisseaux | Partial port of GridRange and GridGeometry implementations |