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/i18n/Errors.properties
Rev. | Date | Author | Message |
---|---|---|---|
30364 | 2008-05-21 | acuster | metadata: assign properties files to OSGeo |
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). |
29356 | 2008-02-18 | desruisseaux | Bug fixes: new working version of TileBuilder. |
29165 | 2008-02-08 | desruisseaux | First draft of MosaicImageWriter and TileBuilder (not yet tested). |
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 |
28374 | 2007-12-14 | desruisseaux | Use some java 5 features. Added javadoc. Removed AbstractCoverage.dispose() deprecated method (replaced by dispose(boolean)). Cleaning. |
25596 | 2007-05-20 | desruisseaux | Moved HDF-related classes in their own coverageio-hdf module. Deployed netcdf-2.2.20.jar on Maven repository together with some of its dependencies. Some NetCDF ImageReader classes now compile, but not yet the whole coverageio-netcdf module (still excluded from Maven build for now). |
25098 | 2007-04-10 | desruisseaux | Review of metadata changes. |
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. |
24670 | 2007-03-04 | desruisseaux | Parse directions of the kind 'North along 90 deg East'. This is a step toward GEOT-936. |
24607 | 2007-02-26 | desruisseaux | Avoid UnformattableObjectException for 'LOCAL_CS' and 'VERT_CS' WKT elements. Try to provides some hints about the cause for the other cases of unformattable WKT. |
24097 | 2007-01-29 | desruisseaux | Implemented authority factory for codes of the form http://www.opengis.net/ (GEOT-1136) |
24082 | 2007-01-27 | desruisseaux | Partial work toward a trunk compilable with JSE 1.6. The remaining issues can not be made to compile on both JSE 1.4 and 1.6 without more redesign. |
23635 | 2007-01-01 | desruisseaux | Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory. |
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. |
22646 | 2006-11-08 | desruisseaux | Completed (but not yet tested) a first implementation of MathTransformBuilder.getTransformation(). |
22474 | 2006-10-31 | desruisseaux | Added a test script for Lambert Azimuthal Equal Area (actually Rueben's work). Bug fixes and minor cleaning in the projection package. |
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'. |
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 |
20652 | 2006-07-21 | desruisseaux | Renamed some resources. Changed exception type. |
20598 | 2006-07-18 | simboss | -committing first bunch of changes from the coverage branch. Modules involved are*api *referencing *coverage *main *renderer *shaperenderer |
20230 | 2006-06-29 | desruisseaux | GEOT-873: Ported more methods from ImageUtilities to ImageWorker. |
20002 | 2006-06-15 | desruisseaux | Initial commit of 'referencing-3D' plugin. Not yet finished, and not yet part of normal Maven 2 build. |
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. |
18679 | 2006-03-15 | desruisseaux | Removed a duplicated localized string. |
17964 | 2006-02-10 | desruisseaux | Slight simplification in the management of affine transform in ReferencedCanvas2D. |
17890 | 2006-02-06 | desruisseaux | First draft of a partial port of J2D-renderer to a GO-1 implementation. |
17696 | 2006-01-22 | desruisseaux | Added URL svn keyword in the whole Geotools source tree. This commit is just about file attributes; they keyword is not yet added in the source code. |
17449 | 2006-01-03 | desruisseaux | Added AllAuthoritiesFactory in referencing module. Maven 2 build fixes. Javadoc fixes. |
17432 | 2005-12-29 | desruisseaux | Maven 2 fixes for test executions (GEOT-691) |
16942 | 2005-11-23 | desruisseaux | First draft of OrderedAxisAuthorityFactory (GEOT-694) |
16526 | 2005-10-27 | desruisseaux | More responsabilities moved from GridCoverage2D to GridGeometry2D (GEOT-701). This refactoring had a significant impact on Resample2D; the rest of the code should stay neutral. |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
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 |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14959 | 2005-07-28 | desruisseaux | Added orthodromic distance computation to OpenOffice formulas |
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 |