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/Category.java
Rev. | Date | Author | Message |
---|---|---|---|
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 |
30313 | 2008-05-16 | desruisseaux | Changed my mind about Utilities.shallowEquals(Object,Object) and renamed it as equals, since a few tests show that the compiler always select the best overloaded flavor working on primitive types (except if an argument is a boolean and the other a different primitive type). Updated a few references. Fixed a few javadoc warnings by explicit declaration of parameter and return values. |
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 |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28852 | 2008-01-21 | desruisseaux | Reverted back "view(ViewType)" methods to "geophysics(boolean)" in Category and GridSampleDimension because views other than "geophysics" and "packed" don't make sense in current design. However those various views still in GridCoverage2D, which can support a richer set including "photographic" because it know about all bands together (as opposite to Category/GridSampleDimension which don't know what the other bands are). Also removed a few deprecated constructors and changed ViewType constants. |
28846 | 2008-01-20 | desruisseaux | Covariant return type for inverse() method in MathTransform1D and MathTransform2D. Also javadoc fixes and Java 5 type safety. Changed ViewType to an enum and initial implementation of GridCoverageViews (not yet connected to GridCoverage2D). |
28700 | 2008-01-10 | desruisseaux | Reformating and Java 5 type safety. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28464 | 2007-12-21 | desruisseaux | First draft of a TileCollection helper class. Not yet tested. |
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). |
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. |
22482 | 2006-10-31 | desruisseaux | Fixed svn:ignore property and removed svn:executable. |
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) |
15803 | 2005-09-22 | desruisseaux | Bux fix in automatic axis swapping during GridCoverage(..., Envelope, ...) construction. |
15736 | 2005-09-19 | desruisseaux | Added convenience methods or constructors |
15016 | 2005-08-02 | desruisseaux | Coverage bug fix: convenience constructors should create IndexColorModel using the user-specified colors |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13354 | 2005-05-02 | desruisseaux | First draft of a FactoryFinder for JTS factories |
13332 | 2005-04-29 | simboss | Solved a simple problem that may arise when trying to specify a geophysic transformation between two ranges composed by a single value. The old way to evaluate scale and offset would have generated an exception for a bad affine transform. |
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 |
11549 | 2005-02-22 | desruisseaux | Initial cleaning for restarting GridCoverage work |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
8521 | 2004-10-11 | desruisseaux | Fixed compilation errors caused by latest CRS commit |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6333 | 2004-06-06 | desruisseaux | Continuing CRS implementation |
6301 | 2004-06-03 | desruisseaux | Refactored basic transform in their own package |
6259 | 2004-05-31 | desruisseaux | Added more implementations for Coverage support |
6244 | 2004-05-28 | desruisseaux | Added new GeoAPI implementations / deprecated legacy implementations |
6238 | 2004-05-28 | desruisseaux | Replaced org.geotools.[...].TransformException by org.opengis.[...].TransformException |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6160 | 2004-05-25 | desruisseaux | Initial refactoring of Category |