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/BufferedAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
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 |
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 |
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. |
28669 | 2008-01-09 | desruisseaux | Removed deprecated DataSource interface in order to simplify the EPSG factory code, for making debugging easier. Fixed a bug in the search for authority name as a side effect of GEOT-1659 investigation. Code formatting. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
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). |
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). |
26078 | 2007-06-28 | desruisseaux | Fixed a bug spotted by Jody in BufferedAuthorityFactory. Javadoc and reformating. |
25948 | 2007-06-20 | desruisseaux | Fixed history. Build should be back. |
25916 | 2007-06-19 | jgarnett | rollback so I can svn mv like a normal person; this will break the build |
25896 | 2007-06-19 | jgarnett | Grabbed out BufferedAuthorityFactory functionality into ThreadedAuthorityFactory as prep high volume crs services |
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. |
25397 | 2007-05-01 | desruisseaux | GEOT-1160: AllAuthoritiesFactory now work. It was the last step for making the connection with CRS.lookupIdentifier(...). |
25396 | 2007-05-01 | desruisseaux | GEOT-1160 now work with ordered axis (tests added). Added an implementation for fallback factories, but not yet tested. |
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). |
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. |
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'. |
21063 | 2006-08-18 | desruisseaux | Fixed GEOT-907 (suboptimal CRS buffering). |
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. |
18103 | 2006-02-20 | desruisseaux | Avoid to log a stack trace if there is no EPSG data source on the class path. |
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 |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14602 | 2005-06-24 | desruisseaux | EPSG factory now have a standalone (and buffered) createOperationMethod (GEOT-596) |
14581 | 2005-06-22 | desruisseaux | Implemented South-Orientated transverse mercator / more GEOT-589 work |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13823 | 2005-05-26 | desruisseaux | Unsuccesfull attempt for getting HSQL to work with EPSG database in a JAR |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
12212 | 2005-03-15 | desruisseaux | First working version of DatumAliases 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 |
11463 | 2005-02-17 | desruisseaux | Remplaced JDBC DriverManager by JDBC DataSource / Added EPSG FactoryForSQL |
11404 | 2005-02-15 | desruisseaux | EPSGFactory created only when first needed instead of in the DefaultFactory constructor |
11385 | 2005-02-14 | desruisseaux | Final working version of EPSG factory. Now registered in ServiceRegistry |
11382 | 2005-02-14 | desruisseaux | Added BufferedAuthorityFactory |