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/Formatter.java
Rev. | Date | Author | Message |
---|---|---|---|
31531 | 2008-09-16 | desruisseaux | Javadoc and bug fixes. |
31148 | 2008-08-07 | desruisseaux | Renamed GenericName.name() as tip(). The old method still around as a deprecated one. |
31139 | 2008-08-06 | desruisseaux | Avoid usage of deprecated methods from the org.opengis.util.GenericName interface. |
31132 | 2008-08-05 | desruisseaux | As a side effect of "geotidy" work, ported a few bug fixes in metadata. Avoid usage of deprecated GeneralName.getScope() method, replaced by scope(). |
30760 | 2008-06-18 | desruisseaux | Upgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process. |
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 |
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 |
29776 | 2008-04-03 | desruisseaux | More predefined CRS constants, especially for TemporalCRS. |
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 |
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. |
28030 | 2007-11-23 | desruisseaux | More Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25477 | 2007-05-10 | desruisseaux | GEOT-1265: Tuned the factory chain. |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
24683 | 2007-03-06 | desruisseaux | Get the coordinate system (CS) framework to manage axis directions of the kind 'South along 90 deg East' (GEOT-936). The most significant implications were in DefaultCoordinateSystemAxis, AbstractCS and some package-privated helper classes. |
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. |
24539 | 2007-02-20 | desruisseaux | Exclude for now authority codes from syntax coloring, since they are not compared by CRS.equalsIgnoreMetadata(...). This is an attempt to stick to a simplier definition of what the syntax coloring means. |
24538 | 2007-02-20 | desruisseaux | Added optional syntax coloring for CRS's WKT formatting. This is an attempt to make analysis of WKT a little bit easier. |
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 |
19557 | 2006-05-18 | desruisseaux | AuthorityBackedFactory now take inverse transform in account. Improved pseudo-WKT formatting for CoordinateOperation. |
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.* |
16205 | 2005-10-11 | desruisseaux | Cleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691) |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15319 | 2005-08-12 | desruisseaux | Bug fix for GEOT-660 and GEOT-661: BursaWolfParameters now used even if Hints.LENIENT_DATUM_SHIFT is true |
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 |
14205 | 2005-06-09 | desruisseaux | Updated to GeoAPI 2.0 final release |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13907 | 2005-05-28 | desruisseaux | More additions of 'Default' prefix in CRS package |
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). |
13178 | 2005-04-19 | desruisseaux | Various bug fixed related to GridCoverage and the new-legacy API bridge |
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 |
10177 | 2005-01-03 | desruisseaux | Tuned JUnit tests for WKT parsing |
10105 | 2004-12-30 | desruisseaux | Improved Console implementation / Fixed erroneous conversion of dimensionless unit / Javadoc fixes |
9243 | 2004-11-22 | desruisseaux | Tuned WKT parsing and formatting |
9220 | 2004-11-21 | desruisseaux | WKT bug fixes |
9203 | 2004-11-19 | desruisseaux | WKT debugging / cleaning |
9146 | 2004-11-17 | desruisseaux | Work on WKT parsing of CRS objects |
9132 | 2004-11-16 | desruisseaux | Factored out WKT symbols in a Symbols class |
9120 | 2004-11-15 | desruisseaux | New metadata implementations |
9117 | 2004-11-13 | desruisseaux | Added the capability to list all available MathTransforms |
8796 | 2004-10-22 | desruisseaux | Cleaning referencing's operation basic package |
8726 | 2004-10-21 | desruisseaux | Various bug fixes in parameter handling |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
7863 | 2004-09-09 | jgarnett | Use getName().toString( null ) for name |
7844 | 2004-09-08 | jgarnett | First round of resync with geoapi |
7130 | 2004-07-21 | desruisseaux | Non-numerical parameter values formatted between quotes |
7013 | 2004-07-19 | desruisseaux | Slight adjustement after GeoAPI changes in metadata |
6978 | 2004-07-19 | jgarnett | use of InternationalString |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6565 | 2004-06-26 | desruisseaux | First draft of a MapProjection port |
6508 | 2004-06-24 | desruisseaux | Bug fix in WKT formatting (missing separator between parameters) |
6494 | 2004-06-23 | desruisseaux | Avoid ParameterValue object creation when formatting WKT parameters |
6387 | 2004-06-12 | desruisseaux | Partial implementation of MathTransformFactory and WKT parser |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6325 | 2004-06-04 | desruisseaux | Added MathTransform implementations |
6254 | 2004-05-30 | desruisseaux | Added new CRS |
6183 | 2004-05-26 | desruisseaux | Javadoc fixes |
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 |