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 |
---|---|---|---|
31000 | 2008-07-10 | desruisseaux | Avoid usage of 2 deprecated constructors from CRSFactory. Their replacement were tricky and required more sophesticated code in ReferencingFactoryContainer.toGeodetic3D. |
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 |
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 |
29102 | 2008-02-06 | desruisseaux | Tuning with Java 5 type safety. |
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 |
28393 | 2007-12-17 | desruisseaux | WKT 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. |
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. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
27525 | 2007-10-17 | desruisseaux | Merged changes from 2.4 branch. Slight renaming in parameterized types. Removed deprecated Singleton class. |
26168 | 2007-07-06 | jgarnett | Fix 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 |
25943 | 2007-06-20 | desruisseaux | Minor cleaning (mainly reformating). |
25890 | 2007-06-18 | jgarnett | Changed from FactoryGroup to ReferencingFactoryContainer, GEOT-1338 |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
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. |
24436 | 2007-02-16 | desruisseaux | Make the WKT parser tolerant to Oracle non-standard syntax (GEOT-1164). |
23990 | 2007-01-21 | desruisseaux | EPSG 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. |
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'. |
21289 | 2006-08-30 | desruisseaux | First 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). |
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.* |
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 |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13906 | 2005-05-28 | desruisseaux | Renamed some 'Default' prefix as 'Abstract' |
13869 | 2005-05-27 | desruisseaux | Added 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
13180 | 2005-04-19 | desruisseaux | Fixed NullPointerException in CoverageStack.evaluate(..., double[]) |
13178 | 2005-04-19 | desruisseaux | Various bug fixed related to GridCoverage and the new-legacy API bridge |
12965 | 2005-04-05 | desruisseaux | Merged '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. |
12302 | 2005-03-16 | desruisseaux | Enabled the refactored DatumAliases as a replacement of the initial version |
12212 | 2005-03-15 | desruisseaux | First working version of DatumAliases as a DatumFactory |
12133 | 2005-03-13 | rschulz | minor changes to DatumAliases method names, used in parseDatum() |
12062 | 2005-03-11 | jeichar | forgotten DatumAliases files |
11510 | 2005-02-18 | desruisseaux | Ported the WKT-based EPSG factory from plugin/epsg |
11370 | 2005-02-13 | desruisseaux | Refactored factories in an 'org.geotools.referencing.factory' package |
11366 | 2005-02-12 | desruisseaux | Almost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names) |
11333 | 2005-02-11 | desruisseaux | First draft of an EPSG authority factory port |
11248 | 2005-02-10 | desruisseaux | Limited support for transformations between 3D CRS |
11212 | 2005-02-09 | desruisseaux | Initial work on Z-values handling |
11174 | 2005-02-08 | desruisseaux | CoordinateOperationFactory now make use of 'Molodenski' transform (GEOT-399) |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
11093 | 2005-02-03 | desruisseaux | Roolback to createParameterizedTransform without classification parameter |
11074 | 2005-02-03 | desruisseaux | Revisited CRSFactory.createProjectedCRS(...) API |
11008 | 2005-02-02 | desruisseaux | Ask OperationMethod to be specified explicitly |
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 |
10469 | 2005-01-11 | desruisseaux | Replaced calls to 'getDim[Source|Target]' by 'get[Source|Target]Dimensions |
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 |
9157 | 2004-11-18 | desruisseaux | Completed the WKT parser |
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 |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6440 | 2004-06-13 | desruisseaux | Added GeocentricTransform / Added registry service in TransformFactory / Refactored JUnit tests |
6387 | 2004-06-12 | desruisseaux | Partial implementation of MathTransformFactory and WKT parser |
6362 | 2004-06-08 | desruisseaux | Initial work for an OperationProvider |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |