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/operation/AbstractCoordinateOperation.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 |
30313 | 2008-05-16 | desruisseaux | Changed 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. |
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 |
28107 | 2007-11-28 | desruisseaux | Updated for recent changes in GeoAPI interfaces. |
28106 | 2007-11-28 | jgarnett | Line up with GeoAPI crs change to getDomainOfValidity, remove DuplicatorFilterVistior |
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. |
28057 | 2007-11-26 | desruisseaux | More parameterized types, which revealed an other bug: getResults() should returns a Collection of Record, not Double. |
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). |
25711 | 2007-06-01 | desruisseaux | Aligned with latest GeoAPI snapshot. |
25485 | 2007-05-11 | desruisseaux | Added special cases for 'x' and 'y' axis names. |
25262 | 2007-04-23 | desruisseaux | Finished review of metadata and factory hints change. Fixed a potential glitch in parameter names handling (some code were disabled in AbstractIdentifiedObject apparently in order to avoid a ClassCastException caused by the spit of org.opengis.metadata.Identifier in two interfaces, Identifier and ReferenceIdentifier. Fixed the exception and reenabled the code). Not sure yet what the consequence was. It may help for the stereographic projection issue, but need to check. |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
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. |
23632 | 2006-12-29 | desruisseaux | GEOT-859: Refactored the URN syntax adapter for CRS factories. The adapter now apply to any factory. Some progress toward version management (but not yet there). NOTE: this new implementation forces axis order "as specified in the database", which is different from the original "URNEPSGAdapter" implementation which used (x,y) order. Various changes in many corners of "org.geotools.referencing.factory" as a side-effect of this work. Minor opportunist javadoc fixes in other modules. |
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. |
19557 | 2006-05-18 | desruisseaux | AuthorityBackedFactory now take inverse transform in account. Improved pseudo-WKT formatting for CoordinateOperation. |
17890 | 2006-02-06 | desruisseaux | First draft of a partial port of J2D-renderer to a GO-1 implementation. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
15983 | 2005-10-03 | desruisseaux | Partial set of pom.xml files (for Maven 2). The work is still in progress (module/main do not yet pass tests; I suspect that this is a ClassLoader issue). |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15331 | 2005-08-15 | desruisseaux | Added bridge to formulas for Sun elevation |
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 |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14602 | 2005-06-24 | desruisseaux | EPSG factory now have a standalone (and buffered) createOperationMethod (GEOT-596) |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
14550 | 2005-06-16 | desruisseaux | Removed deprecated fields and methods |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
14205 | 2005-06-09 | desruisseaux | Updated to GeoAPI 2.0 final release |
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' |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13762 | 2005-05-24 | desruisseaux | Added DefiningConversion |
12214 | 2005-03-15 | jmacgill | removed unicode char from constant |
11698 | 2005-02-28 | desruisseaux | Moved tests from legacy to main module |
11146 | 2005-02-07 | desruisseaux | CoordinateOperationFactory refactoring |
11144 | 2005-02-07 | desruisseaux | Fixed GEOT-400 (create appropriate instance of Operation subclasses) |
11140 | 2005-02-06 | desruisseaux | Work in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation) |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10469 | 2005-01-11 | desruisseaux | Replaced calls to 'getDim[Source|Target]' by 'get[Source|Target]Dimensions |
9267 | 2004-11-23 | desruisseaux | First draft of a coordinate transformation factory |
9220 | 2004-11-21 | desruisseaux | WKT bug fixes |
9203 | 2004-11-19 | desruisseaux | WKT debugging / cleaning |
8796 | 2004-10-22 | desruisseaux | Cleaning referencing's operation basic package |
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) |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |
6259 | 2004-05-31 | desruisseaux | Added more implementations for Coverage support |
6257 | 2004-05-31 | desruisseaux | First set of operation classes |