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/metadata/src/main/java/org/geotools/metadata/iso/extent/GeographicBoundingBoxImpl.java
Rev. | Date | Author | Message |
---|---|---|---|
31557 | 2008-09-19 | desruisseaux | Removed JAXB annotations. |
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
30313 | 2008-05-16 | desruisseaux | Changed my mind about Utilities.shallowEquals(Object,Object) and renamed it as equals, since a few tests show that the compiler always select the best overloaded flavor working on primitive types (except if an argument is a boolean and the other a different primitive type). Updated a few references. Fixed a few javadoc warnings by explicit declaration of parameter and return values. |
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 |
29685 | 2008-03-20 | cedricbr | Third part of the JAXB proposal, the annotations. |
29416 | 2008-02-21 | desruisseaux | Added a GeneralEnvelope.validate() method for restricting an envelope to its CRS or CS domain of validity, wraping around longitude if needed. Relaxed the transformations between GeographicBoundingBox and Envelope, accepting GeographicCRS that are not necessarly WGS84. |
29092 | 2008-02-05 | desruisseaux | Documentation updates. Java 5 type safety mostly in EPSG factories. LogarithmicTransform1D optimization by using the new (and presumably more accurate) Java 5 Math.log10(double) method. |
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 |
28508 | 2007-12-27 | desruisseaux | Applied a patch on GeographicImageReader for getting it to work despite the 'band=variable' versus 'band=depth' confusion. This patch really needs to be replaced by a better GeographicMetadata when we will have time. |
28440 | 2007-12-20 | desruisseaux | Convenience methods in GeographicBoundingBoxImpl. |
28429 | 2007-12-20 | desruisseaux | A few convenience methods. |
28057 | 2007-11-26 | desruisseaux | More parameterized types, which revealed an other bug: getResults() should returns a Collection of Record, not Double. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25175 | 2007-04-16 | desruisseaux | Removed 'equals', 'hashCode', 'toString' and 'freeze' methods from every metadata implementation. They are now implemented by generic methods inherited from AbstractMetadata, which perform their work using Java reflection. This way we avoid lot of redundancy, some errors introduced by maintenance ('equals' method not updated in the way they should), more systematic implementations (espcially for the 'toString' method, which was not implemented at all for a majority of metadata), more support for future introduction of other metadata standards than ISO 19115, etc. The cost is more runtime overhead, but it still possible to provide custom implementations for 'equals' and 'hashCode' only in the class that appear to be bottleneck, if we want. |
25098 | 2007-04-10 | desruisseaux | Review of metadata changes. |
25070 | 2007-04-09 | desruisseaux | Fixed usage of primitive wrappers in some method bodies. |
25001 | 2007-04-03 | chorner | switched back to geoapi 2.1-SNAPSHOT; reverted GeographicBoundingBox |
24973 | 2007-03-30 | chorner | GEO-93: GeoTools/GeoAPI ISO 19115 Metadata synchronization |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
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 |
18776 | 2006-03-22 | desruisseaux | CRS.getEnvelope(...) returns an envelope in terms of the specified CRS instead of WGS84 (GEOT-825). AbstractFactory.hints type downgrated from 'Hints' to Map, in order to accept null values as specified in Factory.getImplementationHints() contract. PostgreSQL dependency upgrated. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16172 | 2005-10-10 | desruisseaux | Moved a JTS dependency from the CRS class to the JTS class (GEOT-716) |
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 |
15231 | 2005-08-08 | desruisseaux | Added NodataFilter and GradientMagnitude operation / Various bug fixes |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14549 | 2005-06-16 | desruisseaux | Renamed PropertyParser as MetadataBuilder; renamed as well their related classes. |
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 |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
12985 | 2005-04-06 | desruisseaux | First draft of CoverageStack |
12958 | 2005-04-04 | desruisseaux | Constructor tuning in metadata |
12952 | 2005-04-03 | desruisseaux | Updated metadata implementation for GeoAPI changes (GEO-51 and GEO-56) |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
9120 | 2004-11-15 | desruisseaux | New metadata implementations |
8831 | 2004-10-25 | desruisseaux | Added the 'extent' subpackage |