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/referencing/wkt/Formattable.java
Rev. | Date | Author | Message |
---|---|---|---|
31531 | 2008-09-16 | desruisseaux | Javadoc and bug fixes. |
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30639 | 2008-06-12 | acuster | Copyright headers: cleanup library/referencing |
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 |
29825 | 2008-04-07 | desruisseaux | Added synchronized statements. While the old approach was not exactly the deprecated double-check idiom, it was too close of that. A few unsynchronized blocks still exist which may need to be revisited later. |
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 |
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. |
27995 | 2007-11-22 | desruisseaux | More generics type, and moved two methods from ReferencingFactoryContainer to GeoAPI MathTransformFactory interface. Note that the build fails in the arcsde module for a reason that seems unrelated to this work. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
24607 | 2007-02-26 | desruisseaux | Avoid UnformattableObjectException for 'LOCAL_CS' and 'VERT_CS' WKT elements. Try to provides some hints about the cause for the other cases of unformattable WKT. |
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. |
16983 | 2005-11-25 | desruisseaux | Replaced references to static fields and methods of CitationImpl.* by Citations.* |
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 |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13907 | 2005-05-28 | desruisseaux | More additions of 'Default' prefix in CRS package |
13869 | 2005-05-27 | desruisseaux | Added 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages |
13773 | 2005-05-24 | desruisseaux | Removed old metadata implementations (they are now renamed with 'Impl' suffix) / Use OGC citation instead of OPEN_GIS |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
11144 | 2005-02-07 | desruisseaux | Fixed GEOT-400 (create appropriate instance of Operation subclasses) |
11140 | 2005-02-06 | desruisseaux | Work in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation) |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10944 | 2005-02-01 | desruisseaux | Bug fix in ProjectedCRS: axis swapping and units conversion were not correctly handled |
10796 | 2005-01-28 | dzwiers | imports cleaned |
9243 | 2004-11-22 | desruisseaux | Tuned WKT parsing and formatting |
9203 | 2004-11-19 | desruisseaux | WKT debugging / cleaning |
9132 | 2004-11-16 | desruisseaux | Factored out WKT symbols in a Symbols class |
9117 | 2004-11-13 | desruisseaux | Added the capability to list all available MathTransforms |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
6536 | 2004-06-25 | desruisseaux | Added SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6112 | 2004-05-24 | desruisseaux | WKT tunning / Added test cases |
6101 | 2004-05-23 | desruisseaux | Javadoc fixes |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |