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/DefaultCoordinateOperationFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
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 |
29852 | 2008-04-08 | desruisseaux | The previous commit was about simplifying (in the sense of simplier MathTransform result, not simplier code) ConcatenatedTransform. This commit is about simplifying the ConcatenatedOperation which contains that ConcatenatedTransform. Related to GEOT-1419. |
29845 | 2008-04-08 | desruisseaux | More aggressive simplification of MathTransforms during concatenation. It is probably related to GEOT-1419, but I have not verified. This fix results in drastic performance improvement for the cases where DefaultConcatenatedTransform previously failed to see concatenation that could be simplified to identity transform. Those cases occured more often in 3D or 4D cases. It may have some benefit in the pure 2D case as well, but probably less often. |
29753 | 2008-04-01 | desruisseaux | Applied parameterized types as a side-effect of hunting for a DimensionMismatchException during reprojection. |
29698 | 2008-03-21 | desruisseaux | MosaicImageReader select preferably a ColorModel with transparency if available. A few Java 5 constructs in referencing module. |
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 |
28252 | 2007-12-04 | desruisseaux | More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations. |
28069 | 2007-11-27 | desruisseaux | Java 5 generics in org.geotools.image.io, and partially in org.geotools.parameters. |
28030 | 2007-11-23 | desruisseaux | More Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1. |
27995 | 2007-11-22 | desruisseaux | More generics type, and moved two methods from ReferencingFactoryContainer to GeoAPI MathTransformFactory interface. Note that the build fails in the arcsde module for a reason that seems unrelated to this work. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25755 | 2007-06-06 | desruisseaux | Avoid an UnsupportedOperationException with ConcatenatedTransform. Added more test point in the Stereographic projection test. |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
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. |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
24581 | 2007-02-26 | desruisseaux | Rewrote 'createLinearConversion' from scratch, since testing of 'South Oriented' cases of map projections show some issues with the old implementation. |
22482 | 2006-10-31 | desruisseaux | Fixed svn:ignore property and removed svn:executable. |
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'. |
21564 | 2006-09-23 | desruisseaux | Provide a BufferedCoordinateOperationFactory as a replacement of BufferedDefaultCoordinateOperationFactory. The new implementation work as a wrapper around an arbitrary CoordinateOperationFactory instead of extending DefaultCoordinateOperationFactory. This is especially important since the actual backing factory doesn't need to be DefaultCoordinateOperationFactory, but can also be a AuthorityBackedFactory. The new implementation is automatically registered for FactoryFinder use, so users doesn't need to create instance of it explicitly. |
20874 | 2006-08-07 | jgarnett | ip review |
19769 | 2006-06-02 | desruisseaux | Javadoc fix: replaced 'degrees' by 'decimal degrees' when relevant (GEOT-855) |
19755 | 2006-05-31 | desruisseaux | Added FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places. |
19643 | 2006-05-24 | desruisseaux | First fix attempt for GEOT-854: CRS with modified axis order now preserve the metadata, including the authority code. The dangerous thing is that two CRS may now have the same authority code while being really different CRS. It caused an infinite loop in AuthorityBackedFactory, which was fixed in this commit as well. However, there is a risk that similar problems appear in user's code as well. |
19557 | 2006-05-18 | desruisseaux | AuthorityBackedFactory now take inverse transform in account. Improved pseudo-WKT formatting for CoordinateOperation. |
19515 | 2006-05-17 | desruisseaux | Construction of transformation chain now query the database for intermediate steps. Revisited documentation. |
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) |
15325 | 2005-08-13 | desruisseaux | Created a matrix package on top of vecmath / Fixed 'getPositionalAccuracy' issues |
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 |
14934 | 2005-07-27 | desruisseaux | Transformations between 3D ProjectedCRS should propagate the height (GEOT-637, 638 and 639) |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14550 | 2005-06-16 | desruisseaux | Removed deprecated fields and methods |
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 |
13396 | 2005-05-07 | desruisseaux | Implemented MolodenskiTransform.inverse(). Merged AbridgedMolodenskiTransform with MolodenskiTransform as a side effect. |
13387 | 2005-05-06 | desruisseaux | Added Hints.LENIENT_DATUM_SHIFT and the necessary mechanic to honor it |
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. |
11370 | 2005-02-13 | desruisseaux | Refactored factories in an 'org.geotools.referencing.factory' package |
11333 | 2005-02-11 | desruisseaux | First draft of an EPSG authority factory port |
11249 | 2005-02-10 | desruisseaux | Moved axis framework from 'legacy' to 'migrate' |
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) |
11173 | 2005-02-08 | desruisseaux | Axis changes steps now collapsed (GEOT-402) |
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) |
11137 | 2005-02-05 | desruisseaux | Tune CRS tests (e.g. allow different tolerance level for assertions in different projections) |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
11093 | 2005-02-03 | desruisseaux | Roolback to createParameterizedTransform without classification parameter |
11075 | 2005-02-03 | desruisseaux | Fixed never-ending loop in CoordinateTransformationFactory |
11074 | 2005-02-03 | desruisseaux | Revisited CRSFactory.createProjectedCRS(...) API |
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 |
10228 | 2005-01-04 | desruisseaux | Renamed 'getDimSource' as 'getSourceDimension' |
10183 | 2005-01-03 | desruisseaux | Moved tests from legacy CTS to new CRS packages |
9346 | 2004-11-30 | desruisseaux | First working version of CoordinateOperationFactory |
9267 | 2004-11-23 | desruisseaux | First draft of a coordinate transformation factory |
8660 | 2004-10-17 | rschulz | updated for recent change from InternationalString to Identifier |
7848 | 2004-09-08 | jgarnett | round 2 of sync with geoapi |
6729 | 2004-07-06 | desruisseaux | Removed some deprecated classes |
6239 | 2004-05-28 | desruisseaux | Replaced org.geotools.[...].NoninvertibleTransformException by org.opengis.[...].NoninvertibleTransformException |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6149 | 2004-05-25 | desruisseaux | Moved image related resources in org.geotools.resources.image package |
5923 | 2004-05-23 | jgarnett | cts-coordtrans moved to main |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
5127 | 2004-03-08 | desruisseaux | Added PROMISCUOUS coordinate system / removed deprecated methods |
5125 | 2004-03-07 | aaime | Added partial support for CARTESIAN coordinate system that will be treated as a wildcard. |
3653 | 2003-08-07 | desruisseaux | Bug fix in prime meridian handling |
3606 | 2003-08-04 | desruisseaux | PMD fixes |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
2851 | 2003-05-12 | desruisseaux | Fixed 'createSubTransform' method |
2772 | 2003-04-29 | desruisseaux | RMI objects now extend 'UnicastRemoteObject' instead of 'RemoteObject' |
2148 | 2003-01-20 | desruisseaux | Added FittedCoordinateSystem / Overrided hashCode() / Use factories in Adapters |
2142 | 2003-01-18 | desruisseaux | Reorganized exception hierarchy |
2133 | 2003-01-15 | desruisseaux | Reorganized Adapters as an hierarchy for consistency with gcs-coverage |
1655 | 2002-10-13 | desruisseaux | Take vertical axis in account during transformations between ProjectedCS |
1653 | 2002-10-13 | desruisseaux | Take vertical axis in account during transformation between two geographic CS |
1650 | 2002-10-10 | desruisseaux | Javadoc fix |
1635 | 2002-10-09 | desruisseaux | Bug fix in CoordinateTransformationFactory |
1634 | 2002-10-09 | desruisseaux | Bug fix in CoordinateTransformationFactory |
1624 | 2002-10-07 | desruisseaux | Improved doc and added the OpenGIS test case |
1623 | 2002-10-07 | desruisseaux | Bug fix: units was not properly converted if their transformation were not on the matrix's diagonal |
1324 | 2002-07-31 | desruisseaux | Improved caching |
1040 | 2002-07-12 | desruisseaux | Removed use of a deprecated method |
619 | 2002-06-01 | desruisseaux | Initial CT implementation (moved from SEAGIS project) |