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/referencing/src/main/java/org/geotools/geometry/GeneralDirectPosition.java
Rev. | Date | Author | Message |
---|---|---|---|
30920 | 2008-07-04 | jgarnett | Feature.isValid and the addition of DirectPosition.getCoordinate() |
30892 | 2008-07-04 | desruisseaux | Compatible GeoAPI change: DirectPosition.getCoordinates() made singular (GEO-135). |
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30521 | 2008-06-05 | acuster | Copyright: Update referencing headers |
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 |
28779 | 2008-01-16 | desruisseaux | In referencing module, changed the DirectPosition2D.hashCode() and equals(Object) implementation in order to comply with DirectPosition contract, which fix an AssertionError. It has the unfortunate side-effect of violating the Point2D.hashCode() contract. Unfortunatly it is not possible to comply to both in same time. I added a note in javadoc trying to make that clear.In the coverage module, applied the ImageWorker changes mentioned on the mailing list. Also provided a first draft of an ImageWorkerTest. Note that the build still fail in the shapefile-renderer module for a reason that I believe unrelated to those changes. The same changes have already been applied to the 2.4 branch, which build fine. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28069 | 2007-11-27 | desruisseaux | Java 5 generics in org.geotools.image.io, and partially in org.geotools.parameters. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26137 | 2007-07-03 | desruisseaux | Image I/O GeographicMetadata should now supports read and write operations for most attributes. More tests needed. |
25779 | 2007-06-08 | desruisseaux | Added CRS.transform(CoordinateOperation, ...) methods, which are able to handle the special cases where the source envelope contains a singularity like a pole or the 180� longitude. As a side effect, changed Envelope.toString() to a more straightforward formatting, easier for debugging. |
25548 | 2007-05-16 | desruisseaux | Aligned with GeoAPI changes. |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
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 |
20605 | 2006-07-18 | desruisseaux | Javadoc updates. Internationalized two error messages. |
20598 | 2006-07-18 | simboss | -committing first bunch of changes from the coverage branch. Modules involved are*api *referencing *coverage *main *renderer *shaperenderer |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17460 | 2006-01-05 | desruisseaux | Added support classes for GO-1 implementation. Partial Maven 2 fixes for the new module/renderer module. |
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. |
16205 | 2005-10-11 | desruisseaux | Cleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691) |
16172 | 2005-10-10 | desruisseaux | Moved a JTS dependency from the CRS class to the JTS class (GEOT-716) |
15736 | 2005-09-19 | desruisseaux | Added convenience methods or constructors |
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 |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13046 | 2005-04-10 | desruisseaux | First "should be working" (translation: "not yet tested") version of CoverageStack. |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10167 | 2005-01-02 | desruisseaux | Improved console: added distance computation |
8796 | 2004-10-22 | desruisseaux | Cleaning referencing's operation basic package |
7848 | 2004-09-08 | jgarnett | round 2 of sync with geoapi |
6536 | 2004-06-25 | desruisseaux | Added SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point |
6333 | 2004-06-06 | desruisseaux | Continuing CRS implementation |