Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:487 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/XMath.java
Rev. | Date | Author | Message |
---|---|---|---|
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30637 | 2008-06-12 | acuster | Copyright headers: lib/metadata, now normalized to LGPL v2.1 only |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
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 |
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). |
29342 | 2008-02-15 | desruisseaux | First attempt to make a more intelligent choice of subsamplings. Needs more work. |
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. |
27983 | 2007-11-22 | desruisseaux | Use more Java 5 constructs for safety. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
27500 | 2007-10-15 | desruisseaux | First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test). |
26709 | 2007-08-27 | desruisseaux | Merged the unsupported/coverageio work from the 2.4 branch. |
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. |
22710 | 2006-11-12 | desruisseaux | Review of coverage branch merge: In 'CategoryList', check for the 'no data' category name only if the geophysics value is some NaN value. Moved XAffineTransform to a public place and added methods for testing axis swapping, as a proposed replacement for 'GeneralGridGeometry.swapXY(CoordinateSystem)' (replacement not yet done; waiting for the okay from the mailing list). In GeneralGridGeometry, added methods for returning a math transform relative to some pixel corner instead of pixel center, as a proposed replacement for the 'getTransform(...)' public static methods (I would like to remove those static methods in order to keep the API a little bit more orthogonal). |
22443 | 2006-10-27 | desruisseaux | Splitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...). |
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. |
16205 | 2005-10-11 | desruisseaux | Cleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691) |
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 |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10177 | 2005-01-03 | desruisseaux | Tuned JUnit tests for WKT parsing |
8218 | 2004-09-27 | desruisseaux | Back to work: clean up |
6410 | 2004-06-12 | jgarnett | Added geoapi dependency to imagedatasource, and fixed spelling mistake in view. |
6207 | 2004-05-27 | desruisseaux | Javadoc fixes |
6050 | 2004-05-23 | jgarnett | merge resources into main |
6046 | 2004-05-23 | jgarnett | Moved over to main for manual merge |
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. |
3518 | 2003-07-29 | desruisseaux | Added operation on Number classes |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
2850 | 2003-05-12 | desruisseaux | Added a 'round' method |
2794 | 2003-05-03 | desruisseaux | Check the type even if 'amount=0' |
2791 | 2003-05-02 | desruisseaux | Added 'rool' method for org.geotools.util.NumberRange |
1357 | 2002-08-06 | desruisseaux | Added 'cbrt' (cubic root) function |
1118 | 2002-07-16 | desruisseaux | Added utility method for org.geotools.cv.Category |
486 | 2002-05-21 | jmacgill | readed Linda's javadoc improvements |
484 | 2002-05-21 | jmacgill | moved out of the swinggui module |
392 | 2002-05-10 | jmacgill | Support files for new zoompaneOnce needed by other modules these should be split out of swinggui and moved into their own support module I18N related files also need to move, but the exact structure is not yet clear. |