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/transform/ProjectiveTransform.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) |
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 |
29825 | 2008-04-07 | desruisseaux | Added synchronized statements. While the old approach was not exactly the deprecated double-check idiom, it was too close of that. A few unsynchronized blocks still exist which may need to be revisited later. |
29782 | 2008-04-03 | desruisseaux | Formatting. |
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 |
28440 | 2007-12-20 | desruisseaux | Convenience methods in GeographicBoundingBoxImpl. |
28384 | 2007-12-15 | desruisseaux | Try to make Resample operation a little bit more tolerant to the reduction of CRS dimension. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
27154 | 2007-09-25 | jezekjan | ProjectiveTransform2D added (Thanks Martin :-) ). |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
24493 | 2007-02-17 | desruisseaux | Cleaning in 'isIdentity(double)' methods. Note that AbstractMathTransform.isIdentity(double) may move in the LinearTransform interface, so we are marking them as deprecated for now and will create a new LinearTransform.isIdentity(double) method in a next commit. |
24485 | 2007-02-16 | simboss | -first bunch of changes for the alignment of trunk with 2.3.x |
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. |
22711 | 2006-11-12 | desruisseaux | Moved the GeneralGridGeometry.getEnvelope(...) static method as a GeneralEnvelope constructor. |
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 |
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.* |
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 |
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 |
14657 | 2005-07-01 | desruisseaux | Ongoing work for the port of grid coverage operations from 'legacy' to 'main' (GEOT-413): ported SampleDimensionSelect |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
14570 | 2005-06-21 | desruisseaux | Addition of geocentric affine transform as of GEOT-591 |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
13853 | 2005-05-26 | desruisseaux | Bug fix: arrays must be NamedIndentifier[], because it implements two interfaces |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13773 | 2005-05-24 | desruisseaux | Removed old metadata implementations (they are now renamed with 'Impl' suffix) / Use OGC citation instead of OPEN_GIS |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
11140 | 2005-02-06 | desruisseaux | Work in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation) |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
11074 | 2005-02-03 | desruisseaux | Revisited CRSFactory.createProjectedCRS(...) API |
11007 | 2005-02-02 | desruisseaux | Fixed ArrayIndexOutOfBoundsException in transform(DirectPosition,DirectPosition) |
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 |
10228 | 2005-01-04 | desruisseaux | Renamed 'getDimSource' as 'getSourceDimension' |
9346 | 2004-11-30 | desruisseaux | First working version of CoordinateOperationFactory |
9266 | 2004-11-23 | desruisseaux | Last WKT tuning; parsing and formatting should now be functional |
9133 | 2004-11-16 | desruisseaux | Parameter formatting tuning |
9117 | 2004-11-13 | desruisseaux | Added the capability to list all available MathTransforms |
9103 | 2004-11-12 | desruisseaux | Fixed and enabled test cases |
9092 | 2004-11-11 | desruisseaux | Slight modification in the protected API for handling parameters |
8726 | 2004-10-21 | desruisseaux | Various bug fixes in parameter handling |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
7861 | 2004-09-09 | jgarnett | Make use of values() override for toWKT to pick up on (3 hour bug hunt) |
7843 | 2004-09-08 | jgarnett | First round of resync with geoapi |
6657 | 2004-06-30 | desruisseaux | Fine tuning getParameterValues() method |
6627 | 2004-06-29 | desruisseaux | Finished refactoring of WKT formatting for MathTransform |
6575 | 2004-06-27 | desruisseaux | MatrixParameters now uses ParameterRealValue / In providers, moved parameters in a static field. |
6565 | 2004-06-26 | desruisseaux | First draft of a MapProjection port |
6494 | 2004-06-23 | desruisseaux | Avoid ParameterValue object creation when formatting WKT parameters |
6387 | 2004-06-12 | desruisseaux | Partial implementation of MathTransformFactory and WKT parser |
6383 | 2004-06-11 | desruisseaux | Search for parameters and operation methods by identifiers |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6371 | 2004-06-09 | desruisseaux | Added test cases for parameters |
6362 | 2004-06-08 | desruisseaux | Initial work for an OperationProvider |