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/crs/DefaultGeographicCRS.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) |
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 |
29776 | 2008-04-03 | desruisseaux | More predefined CRS constants, especially for TemporalCRS. |
28937 | 2008-01-25 | desruisseaux | Reverted the whole trunk to revision 28921. |
28926 | 2008-01-24 | acuster | Revert geotools trunk to reversion 29822, hopefully. |
28923 | 2008-01-24 | acuster | Merge from gtbranches |
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 |
28267 | 2007-12-06 | desruisseaux | GeoTools trunk now build against GeoAPI 2.2-SNAPSHOT. |
28107 | 2007-11-28 | desruisseaux | Updated for recent changes in GeoAPI interfaces. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
24609 | 2007-02-26 | desruisseaux | Removed the package-private 'getTypeWKT()' method; it was not needed after all. |
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 |
19769 | 2006-06-02 | desruisseaux | Javadoc fix: replaced 'degrees' by 'decimal degrees' when relevant (GEOT-855) |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15299 | 2005-08-11 | desruisseaux | Added CRS.VALID.AREA formula in OpenOffice addin / Added convenience methods for fetching GeographicBoundingBox and for fetching coordinate operation accuracy / Bug fix for parameter using dimensionless unit in EPGS database |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
15231 | 2005-08-08 | desruisseaux | Added NodataFilter and GradientMagnitude operation / Various bug fixes |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14545 | 2005-06-15 | desruisseaux | Initial port of coverage I/O helper classes (work in progress) |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13907 | 2005-05-28 | desruisseaux | More additions of 'Default' prefix in CRS package |
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 |
11212 | 2005-02-09 | desruisseaux | Initial work on Z-values handling |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10167 | 2005-01-02 | desruisseaux | Improved console: added distance computation |
9220 | 2004-11-21 | desruisseaux | WKT bug fixes |
8596 | 2004-10-12 | desruisseaux | Redirected javadoc links toward org.opengis.* instead org.geotools.* when the discussion is general enough |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6536 | 2004-06-25 | desruisseaux | Added SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |
6254 | 2004-05-30 | desruisseaux | Added new CRS |
6244 | 2004-05-28 | desruisseaux | Added new GeoAPI implementations / deprecated legacy implementations |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |