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/NamedIdentifier.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
31182 | 2008-08-13 | desruisseaux | Cheat with generic type for transition period. |
31179 | 2008-08-13 | desruisseaux | Make GenericName implementation tolerant to wildcard bounds in getParsedNames() return type. |
31148 | 2008-08-07 | desruisseaux | Renamed GenericName.name() as tip(). The old method still around as a deprecated one. |
31139 | 2008-08-06 | desruisseaux | Avoid usage of deprecated methods from the org.opengis.util.GenericName interface. |
31132 | 2008-08-05 | desruisseaux | As a side effect of "geotidy" work, ported a few bug fixes in metadata. Avoid usage of deprecated GeneralName.getScope() method, replaced by scope(). |
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30521 | 2008-06-05 | acuster | Copyright: Update referencing headers |
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 |
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. |
29776 | 2008-04-03 | desruisseaux | More predefined CRS constants, especially for TemporalCRS. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28790 | 2008-01-16 | desruisseaux | Renamed resources.i18n.Logging as resources.i18n.Loggings (with an s) for avoiding name clash with util.logging.Logging. The name clash would not have been an issue if those two classes were not typically used together... Also performed a few javadoc fixes in DirectPosition2D. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28521 | 2007-12-27 | desruisseaux | Type safety. |
28051 | 2007-11-26 | desruisseaux | More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings). |
28030 | 2007-11-23 | desruisseaux | More Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1. |
27856 | 2007-11-12 | desruisseaux | Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545). |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
27545 | 2007-10-18 | desruisseaux | More generic types. Note that the build is still falling in the main module for a reason apparently unrelated to this 'generic types' work; the failure seems to be related to other changes in the GeoAPI filter package (new abstract method in FilterFactory) that are not yet reflected in GeoTools. |
25389 | 2007-04-30 | desruisseaux | GEOT-1160: Make IdentifiedObjectFinder public, so we can keep AbstractAuthorityFactory a little bit simplier (less methods there). |
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. |
24990 | 2007-04-03 | chorner | Metadata; corrections after review of r24868 |
24973 | 2007-03-30 | chorner | GEO-93: GeoTools/GeoAPI ISO 19115 Metadata synchronization |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
24868 | 2007-03-22 | jgarnett | clean up metadata and referencing in response to GEO-93 |
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'. |
21154 | 2006-08-22 | desruisseaux | Moved around some GeoAPI 2.1 methods that were added, putting them close to related methods and adding javadoc. In the specific case of DefaultCoordinateSystemAxis, those new methods were fully implemented. For all other classes (related to naming), those new methods still empty stubs, but now throw UnsupportedOperationException instead of returning null. Those methods will need to be revisited and implemented when GeoAPI 2.1 will be ready. |
20874 | 2006-08-07 | jgarnett | ip review |
20816 | 2006-08-02 | jgarnett | pulled fixed from FM branch over to match geoapi 2.1-M0 |
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.* |
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 |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
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 |
14550 | 2005-06-16 | desruisseaux | Removed deprecated fields and methods |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13906 | 2005-05-28 | desruisseaux | Renamed some 'Default' prefix as 'Abstract' |
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 |
13762 | 2005-05-24 | desruisseaux | Added DefiningConversion |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
12952 | 2005-04-03 | desruisseaux | Updated metadata implementation for GeoAPI changes (GEO-51 and GEO-56) |
11698 | 2005-02-28 | desruisseaux | Moved tests from legacy to main module |
11144 | 2005-02-07 | desruisseaux | Fixed GEOT-400 (create appropriate instance of Operation subclasses) |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
9092 | 2004-11-11 | desruisseaux | Slight modification in the protected API for handling parameters |
8841 | 2004-10-26 | desruisseaux | org.geotools.referencing.Identifier implementation implements GenericName as well, for use as alias |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6383 | 2004-06-11 | desruisseaux | Search for parameters and operation methods by identifiers |
6376 | 2004-06-10 | desruisseaux | Added pre-defined citations |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6343 | 2004-06-07 | desruisseaux | More ports of legacy CTS to new CRS |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |