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/AbstractDerivedCRS.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. |
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 |
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. |
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). |
25485 | 2007-05-11 | desruisseaux | Added special cases for 'x' and 'y' axis names. |
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. |
24384 | 2007-02-14 | desruisseaux | GEOT-1160: First working implementation of AbstractAuthorityFactory.find(IdentifiedObject). This includes a package-privated AuthorityFactoryProxy class, together with many fix in the code base in order to get CRS.equalsIgnoreCase to work in the ProjectedCRS case. |
22452 | 2006-10-28 | desruisseaux | Moved some methods from CRSUtilities to CRS (GEOT-547). |
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 |
19941 | 2006-06-13 | desruisseaux | Implemented CRS.decode(String) on top of AllAuthoritiesFactory. |
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) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14602 | 2005-06-24 | desruisseaux | EPSG factory now have a standalone (and buffered) createOperationMethod (GEOT-596) |
14545 | 2005-06-15 | desruisseaux | Initial port of coverage I/O helper classes (work in progress) |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
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 |
13762 | 2005-05-24 | desruisseaux | Added DefiningConversion |
12289 | 2005-03-16 | desruisseaux | Replaced 'CRSFactory.createProjectedCRS' call by call to the convenience method 'FactoryGroup.createProjectedCRS', which build itself the MathTransform in a more elaborated way (taking in account axis order and units, etc.) |
12215 | 2005-03-15 | dzwiers | Martin + unicode |
12214 | 2005-03-15 | jmacgill | removed unicode char from constant |
11698 | 2005-02-28 | desruisseaux | Moved tests from legacy to main module |
11140 | 2005-02-06 | desruisseaux | Work in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation) |
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 |
9266 | 2004-11-23 | desruisseaux | Last WKT tuning; parsing and formatting should now be functional |
9220 | 2004-11-21 | desruisseaux | WKT bug fixes |
9203 | 2004-11-19 | desruisseaux | WKT debugging / cleaning |
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 |
7848 | 2004-09-08 | jgarnett | round 2 of sync with geoapi |
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 |
6362 | 2004-06-08 | desruisseaux | Initial work for an OperationProvider |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |
6333 | 2004-06-06 | desruisseaux | Continuing CRS implementation |
6254 | 2004-05-30 | desruisseaux | Added new CRS |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |