ReferencingParser 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/Parser.java
Rev. Date Author Message
310002008-07-10desruisseauxAvoid usage of 2 deprecated constructors from CRSFactory. Their replacement were tricky and required more sophesticated code in ReferencingFactoryContainer.toGeodetic3D.
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
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
291022008-02-06desruisseauxTuning with Java 5 type safety.
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
283932007-12-17desruisseauxWKT formatting now includes the semi-major and semi-minor axis length if they differ from the datum. Applied Java 5 features. Uses WarpAffine when applicable during Raster reprojection.
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.
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
275252007-10-17desruisseauxMerged changes from 2.4 branch. Slight renaming in parameterized types. Removed deprecated Singleton class.
261682007-07-06jgarnettFix for GEOT-1239 enabling the SAX parser to stuff the SRS string into geoemtry.setUserData, a good effort is made to parse out an SRID number for the geometry.setSRID
259432007-06-20desruisseauxMinor cleaning (mainly reformating).
258902007-06-18jgarnettChanged from FactoryGroup to ReferencingFactoryContainer, GEOT-1338
250502007-04-06jgarnettexample of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry
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.
244362007-02-16desruisseauxMake the WKT parser tolerant to Oracle non-standard syntax (GEOT-1164).
239902007-01-21desruisseauxEPSG factories do not uses anymore a proxy that extended javax.sql.DataSource. It was a cause of trouble in JEE environment (GEOT-909). We still use javax.sql.DataSource, but in a more direct way.
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'.
212892006-08-30desruisseauxFirst working version of ESRI authority factory. However, the fallback mechanism is not yet in place, and the corresponding test suite in plugin/epsg-ext-esri doesn't work yet (GEOT-774).
208742006-08-07jgarnettip review
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
142352005-06-10desruisseauxReplaced _PROPERTY suffix by _KEY as of GEOT-577
139252005-05-30desruisseauxAdded @since javadoc tag
139062005-05-28desruisseauxRenamed some 'Default' prefix as 'Abstract'
138692005-05-27desruisseauxAdded 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages
138362005-05-26desruisseauxAdded 'Default' suffix to some CRS implementations: partial work
137522005-05-23desruisseauxAdded the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted).
131802005-04-19desruisseauxFixed NullPointerException in CoverageStack.evaluate(..., double[])
131782005-04-19desruisseauxVarious bug fixed related to GridCoverage and the new-legacy API bridge
129652005-04-05desruisseauxMerged 'factory-hints' branch r12393:12964 into the trunk. Added 'getImplementationHints()' method after the merge into Factory implementations, in order to get Geotools to compile with Maven.
123022005-03-16desruisseauxEnabled the refactored DatumAliases as a replacement of the initial version
122122005-03-15desruisseauxFirst working version of DatumAliases as a DatumFactory
121332005-03-13rschulzminor changes to DatumAliases method names, used in parseDatum()
120622005-03-11jeicharforgotten DatumAliases files
115102005-02-18desruisseauxPorted the WKT-based EPSG factory from plugin/epsg
113702005-02-13desruisseauxRefactored factories in an 'org.geotools.referencing.factory' package
113662005-02-12desruisseauxAlmost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names)
113332005-02-11desruisseauxFirst draft of an EPSG authority factory port
112482005-02-10desruisseauxLimited support for transformations between 3D CRS
112122005-02-09desruisseauxInitial work on Z-values handling
111742005-02-08desruisseauxCoordinateOperationFactory now make use of 'Molodenski' transform (GEOT-399)
111002005-02-04desruisseauxMore tests and bug fixes in CRS
110932005-02-03desruisseauxRoolback to createParameterizedTransform without classification parameter
110742005-02-03desruisseauxRevisited CRSFactory.createProjectedCRS(...) API
110082005-02-02desruisseauxAsk OperationMethod to be specified explicitly
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
104692005-01-11desruisseauxReplaced calls to 'getDim[Source|Target]' by 'get[Source|Target]Dimensions
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
91572004-11-18desruisseauxCompleted the WKT parser
91462004-11-17desruisseauxWork on WKT parsing of CRS objects
91322004-11-16desruisseauxFactored out WKT symbols in a Symbols class
68882004-07-14desruisseauxUpdate for GeoAPI changes (Info --> IdentifiedObject)
64402004-06-13desruisseauxAdded GeocentricTransform / Added registry service in TransformFactory / Refactored JUnit tests
63872004-06-12desruisseauxPartial implementation of MathTransformFactory and WKT parser
63622004-06-08desruisseauxInitial work for an OperationProvider
63432004-06-07desruisseauxMore ports of legacy CTS to new CRS