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/factory/AbstractAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
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(). |
30760 | 2008-06-18 | desruisseaux | Upgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process. |
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 |
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 |
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. |
27995 | 2007-11-22 | desruisseaux | More generics type, and moved two methods from ReferencingFactoryContainer to GeoAPI MathTransformFactory interface. Note that the build fails in the arcsde module for a reason that seems unrelated to this work. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26212 | 2007-07-12 | jgarnett | Took AuthorityFactory2 out of the way, extended AbstractAuthorityFactory the way martin intentended, and started hooking up Finder implementations that use a shared ObjectCache. Set up a Level1/Level2 ObjectCache chain in order to allow the finder's cache to pull in values from the real one. |
26174 | 2007-07-07 | jgarnett | Move ObjectCacheEntry into DefaultObjectCache, start working on AuthorityFactory2 in order to make IdentifiedObjectFinder available via an interface |
25668 | 2007-05-29 | desruisseaux | Fixed a bug that prevented EsriExtension to be chained with other EPSG factories. |
25477 | 2007-05-10 | desruisseaux | GEOT-1265: Tuned the factory chain. |
25476 | 2007-05-09 | desruisseaux | GEOT-1265: provides a way to print a tree of authority factory dependencies. |
25389 | 2007-04-30 | desruisseaux | GEOT-1160: Make IdentifiedObjectFinder public, so we can keep AbstractAuthorityFactory a little bit simplier (less methods there). |
25374 | 2007-04-27 | desruisseaux | More GEOT-1160 work: should now work with TransformedAuthorityFactory (not yet tested). |
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. |
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. |
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. |
23634 | 2007-01-01 | desruisseaux | Now supports the version information provided in the 'urn:ogc:def:type:authority:version:code' string. |
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. |
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 |
19941 | 2006-06-13 | desruisseaux | Implemented CRS.decode(String) on top of AllAuthoritiesFactory. |
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. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17449 | 2006-01-03 | desruisseaux | Added AllAuthoritiesFactory in referencing module. Maven 2 build fixes. Javadoc fixes. |
17038 | 2005-11-28 | desruisseaux | Copied the AutoTest. Tuned AutoCRSFactory implementation (GEOT-773) |
16983 | 2005-11-25 | desruisseaux | Replaced references to static fields and methods of CitationImpl.* by Citations.* |
16942 | 2005-11-23 | desruisseaux | First draft of OrderedAxisAuthorityFactory (GEOT-694) |
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 |
14911 | 2005-07-26 | desruisseaux | Fixed GEOT-627, 630, 631, 632 and 634 |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
14602 | 2005-06-24 | desruisseaux | EPSG factory now have a standalone (and buffered) createOperationMethod (GEOT-596) |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14550 | 2005-06-16 | desruisseaux | Removed deprecated fields and methods |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
12966 | 2005-04-05 | desruisseaux | Javadoc update following 'factory-hints' branch merge |
12965 | 2005-04-05 | desruisseaux | Merged 'factory-hints' branch r12393:12964 into the trunk. Added 'getImplementationHints()' method after the merge into Factory implementations, in order to get Geotools to compile with Maven. |
12302 | 2005-03-16 | desruisseaux | Enabled the refactored DatumAliases as a replacement of the initial version |
12143 | 2005-03-14 | desruisseaux | First draft of refactoring DatumAlias as a DatumFactory |
11526 | 2005-02-21 | desruisseaux | Attempt to workaround a NullPointerException in JDBC-ODBC bridge on Linux |
11510 | 2005-02-18 | desruisseaux | Ported the WKT-based EPSG factory from plugin/epsg |
11404 | 2005-02-15 | desruisseaux | EPSGFactory created only when first needed instead of in the DefaultFactory constructor |
11382 | 2005-02-14 | desruisseaux | Added BufferedAuthorityFactory |
11371 | 2005-02-14 | desruisseaux | Renamed DefaultObjectFactory as GeotoolsFactory (GEOT-420, now closed) |
11370 | 2005-02-13 | desruisseaux | Refactored factories in an 'org.geotools.referencing.factory' package |
11363 | 2005-02-12 | desruisseaux | Milestone in EPSG factory port: Datum now fully supported |
11333 | 2005-02-11 | desruisseaux | First draft of an EPSG authority factory port |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10943 | 2005-02-01 | desruisseaux | Added convenience method for NoSuchAuthorityCodeException creation |
10799 | 2005-01-28 | dzwiers | crs |
9346 | 2004-11-30 | desruisseaux | First working version of CoordinateOperationFactory |
6098 | 2004-05-23 | desruisseaux | Partial implementation of GeoAPI referencing package |