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/metadata/src/main/java/org/geotools/util/NumberRange.java
Rev. | Date | Author | Message |
---|---|---|---|
30792 | 2008-06-23 | desruisseaux | Synchronized the collections used in metadata. Javadoc cleanup. |
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 |
30019 | 2008-04-22 | desruisseaux | Generified NumberRange and MeasurementRange. |
29988 | 2008-04-18 | desruisseaux | Implemented contains(Range) and subtract(Range). Attempt to make the Range behavior more rigourous and less error-prone (especially regarding unbounded values) by reducing the amount of if-else constructs and trying to use more straightforward algorithms (maybe less intuitive and slightly more "mathematical"). This imply the removed of the Range(Class) constructor and the special case "(-infinity,+infinity)=empty", which was not needed and a cause of complications. One subtle issue was that "compareMinTo" and "compareMaxTo", when invoked with an exclusive value, need to consider in which direction is the inclusive value; a boolean "isIncluded" argument was not enough. Those problems was not apprent in the test suite, but became apparent after the addition of a few "assert" statements in the Range code. |
29950 | 2008-04-17 | jgarnett | Range implementation hooked up, we can now use referencing without JAI, GEOT-746 |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28700 | 2008-01-10 | desruisseaux | Reformating and Java 5 type safety. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28511 | 2007-12-27 | desruisseaux | Union and intersection of MeasurementRanges now return instances of MeasurementRange, not NumberRange. |
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. |
28198 | 2007-11-30 | desruisseaux | Covariant return type for NumberRange. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
27500 | 2007-10-15 | desruisseaux | First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test). |
26709 | 2007-08-27 | desruisseaux | Merged the unsupported/coverageio work from the 2.4 branch. |
26593 | 2007-08-19 | desruisseaux | Merged work from the 2.4 branch. |
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. |
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) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
15231 | 2005-08-08 | desruisseaux | Added NodataFilter and GradientMagnitude operation / Various bug fixes |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13063 | 2005-04-12 | desruisseaux | Added convenience constructor for CoverageStack / Tuned the search for DataSource in default EPSG factory |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
5897 | 2004-05-23 | jgarnett | gcs-coverage moved to main |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
3703 | 2003-08-10 | desruisseaux | Added a 'indexOfRange' method in RangeSet |
3276 | 2003-07-11 | desruisseaux | Added JAI operation / Bug fix / javadoc fixes |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
2792 | 2003-05-02 | desruisseaux | Category now use Range argument of NumberRange type |