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/projection/PlateCarree.java
Rev. | Date | Author | Message |
---|---|---|---|
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 |
29723 | 2008-03-27 | desruisseaux | Added serialVersionIUD in MapProjection with values computed from the 2.4.1 release for cross-version compatibility. NewZealandMapGrid now creates Complex object in method body on the assumption that modern compilers can allocate on stack. Provides a way to reinitialize the warnings for every MapProjections in a JVM. Formatting. |
29711 | 2008-03-25 | desruisseaux | In MapProjection, provide more information in the logged warning (especially the projection name) in order to compensate for the loss of stack trace. In subclasses, replaced "Math." occurences by a static import for readability (there is a lot of sin(x), cos(x), sqrt(x) etc. calls in those classes). Also replaced sqrt(x*x + y*y) by hypot(x,y) and (exp(x)-exp(-x))/2 by sinh(x) which are new functions in Java 5 (hopefully more accurate and/or faster). Applied some Java 5 language syntax (generic types and @Override annotation). |
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 |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26541 | 2007-08-14 | desruisseaux | Merged recent bug fixes from 2.4 branch. |
24683 | 2007-03-06 | desruisseaux | Get the coordinate system (CS) framework to manage axis directions of the kind 'South along 90 deg East' (GEOT-936). The most significant implications were in DefaultCoordinateSystemAxis, AbstractCS and some package-privated helper classes. |
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. |
24333 | 2007-02-10 | desruisseaux | GEOT-786: Rearrange projection constructors and providers, especially in orthographic and stereographic projection. |
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'. |
22295 | 2006-10-20 | desruisseaux | Added Lambert Azimuthal Equal Area projection. Various minor cleaning in other projection related code. |
21289 | 2006-08-30 | desruisseaux | First working version of ESRI authority factory. However, the fallback mechanism is not yet in place, and the corresponding test suite in plugin/epsg-ext-esri doesn't work yet (GEOT-774). |
20874 | 2006-08-07 | jgarnett | ip review |
20539 | 2006-07-14 | desruisseaux | Relicensed the Proj.4 derived work under LGPL as permitted by Frank Warmerdam on geotools-devel mailing list on June 21, 2006. |
18048 | 2006-02-16 | desruisseaux | Replaced tabulations by spaces. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17241 | 2005-12-09 | desruisseaux | Initial round of MapProjection constructors simplification (GEOT-786) |
17229 | 2005-12-08 | desruisseaux | Refactored New Zealand Map Grid (NZMG) projection as a subclass of MapProjection. |
16983 | 2005-11-25 | desruisseaux | Replaced references to static fields and methods of CitationImpl.* by Citations.* |
16736 | 2005-11-15 | rschulz | Changed Lat_of_origin parameter to standard_parallel_1, added a separate Plate Carree provider and check that the crs is spherical |
16514 | 2005-10-25 | desruisseaux | Added a check if order to use an 'Equirectangular' parameter group without 'latitude of origin' parameter if the latitude of origin is 0. |
16513 | 2005-10-25 | desruisseaux | Added Equidistant Cylindrical projection. Added convenience method for data handling in OpenOffice addin. |