Formatter history

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
315312008-09-16desruisseauxJavadoc and bug fixes.
311482008-08-07desruisseauxRenamed GenericName.name() as tip(). The old method still around as a deprecated one.
311392008-08-06desruisseauxAvoid usage of deprecated methods from the org.opengis.util.GenericName interface.
311322008-08-05desruisseauxAs a side effect of "geotidy" work, ported a few bug fixes in metadata. Avoid usage of deprecated GeneralName.getScope() method, replaced by scope().
307602008-06-18desruisseauxUpgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process.
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
306392008-06-12acusterCopyright headers: cleanup library/referencing
305212008-06-05acusterCopyright: Update referencing headers
303132008-05-16desruisseauxChanged 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.
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
297762008-04-03desruisseauxMore predefined CRS constants, especially for TemporalCRS.
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
280812007-11-27desruisseauxJava 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.
280302007-11-23desruisseauxMore Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1.
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
254772007-05-10desruisseauxGEOT-1265: Tuned the factory chain.
247012007-03-07desruisseauxFixed a build failure on Java 6. Also fixed many small details in the referencing framework.
246832007-03-06desruisseauxGet 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.
246072007-02-26desruisseauxAvoid UnformattableObjectException for 'LOCAL_CS' and 'VERT_CS' WKT elements. Try to provides some hints about the cause for the other cases of unformattable WKT.
245392007-02-20desruisseauxExclude 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.
245382007-02-20desruisseauxAdded optional syntax coloring for CRS's WKT formatting. This is an attempt to make analysis of WKT a little bit easier.
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
208742006-08-07jgarnettip review
195572006-05-18desruisseauxAuthorityBackedFactory now take inverse transform in account. Improved pseudo-WKT formatting for CoordinateOperation.
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
169832005-11-25desruisseauxReplaced references to static fields and methods of CitationImpl.* by Citations.*
162052005-10-11desruisseauxCleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691)
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
153192005-08-12desruisseauxBug fix for GEOT-660 and GEOT-661: BursaWolfParameters now used even if Hints.LENIENT_DATUM_SHIFT is true
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
148342005-07-20desruisseauxReorganized I18N resources
142052005-06-09desruisseauxUpdated to GeoAPI 2.0 final release
139252005-05-30desruisseauxAdded @since javadoc tag
139072005-05-28desruisseauxMore additions of 'Default' prefix in CRS package
137732005-05-24desruisseauxRemoved old metadata implementations (they are now renamed with 'Impl' suffix) / Use OGC citation instead of OPEN_GIS
137522005-05-23desruisseauxAdded the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted).
131782005-04-19desruisseauxVarious bug fixed related to GridCoverage and the new-legacy API bridge
111402005-02-06desruisseauxWork in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation)
110012005-02-02desruisseauxFixed wrong encoding in main/src
109442005-02-01desruisseauxBug fix in ProjectedCRS: axis swapping and units conversion were not correctly handled
107962005-01-28dzwiersimports cleaned
101772005-01-03desruisseauxTuned JUnit tests for WKT parsing
101052004-12-30desruisseauxImproved Console implementation / Fixed erroneous conversion of dimensionless unit / Javadoc fixes
92432004-11-22desruisseauxTuned WKT parsing and formatting
92202004-11-21desruisseauxWKT bug fixes
92032004-11-19desruisseauxWKT debugging / cleaning
91462004-11-17desruisseauxWork on WKT parsing of CRS objects
91322004-11-16desruisseauxFactored out WKT symbols in a Symbols class
91202004-11-15desruisseauxNew metadata implementations
91172004-11-13desruisseauxAdded the capability to list all available MathTransforms
87962004-10-22desruisseauxCleaning referencing's operation basic package
87262004-10-21desruisseauxVarious bug fixes in parameter handling
85182004-10-11desruisseauxApply changes voted in OGC meeting at Southampton: use of Identifier and GenericName
78632004-09-09jgarnettUse getName().toString( null ) for name
78442004-09-08jgarnettFirst round of resync with geoapi
71302004-07-21desruisseauxNon-numerical parameter values formatted between quotes
70132004-07-19desruisseauxSlight adjustement after GeoAPI changes in metadata
69782004-07-19jgarnettuse of InternationalString
68882004-07-14desruisseauxUpdate for GeoAPI changes (Info --> IdentifiedObject)
65652004-06-26desruisseauxFirst draft of a MapProjection port
65082004-06-24desruisseauxBug fix in WKT formatting (missing separator between parameters)
64942004-06-23desruisseauxAvoid ParameterValue object creation when formatting WKT parameters
63872004-06-12desruisseauxPartial implementation of MathTransformFactory and WKT parser
63752004-06-10desruisseauxWork on parameters handling
63252004-06-04desruisseauxAdded MathTransform implementations
62542004-05-30desruisseauxAdded new CRS
61832004-05-26desruisseauxJavadoc fixes
61122004-05-24desruisseauxWKT tunning / Added test cases
61012004-05-23desruisseauxJavadoc fixes
60982004-05-23desruisseauxPartial implementation of GeoAPI referencing package