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/epsg/ThreadedEpsgFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
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 |
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 |
28267 | 2007-12-06 | desruisseaux | GeoTools trunk now build against GeoAPI 2.2-SNAPSHOT. |
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. |
27923 | 2007-11-18 | desruisseaux | Applying some more generic types, especially in the factory package. Required slight changes in the way FactoryRegistry is used, as documented in http://docs.codehaus.org/display/GEOTOOLS/Fixing+compilation+errors |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26786 | 2007-08-30 | jgarnett | update oracle profile to use -Doracle=true and remove some of the JNDI name tricky |
26703 | 2007-08-25 | jgarnett | Fix up Name creation so we can work with more JNDI systems |
26195 | 2007-07-10 | jgarnett | Remove the JNDI class and fold the configuration options into GeoTools, along with all other configuration options. GEOT-1366 |
26096 | 2007-06-29 | jgarnett | untangle the origional FactoryUsing code so it is out of the way |
25972 | 2007-06-21 | desruisseaux | Replaced usage of deprecated classes/methods by the new ones. A side effect is to restore the buffering in ThreadedEpsgFactory, which was partially disabled by class name changes. |
25957 | 2007-06-20 | desruisseaux | Javadoc (e.g. updating the @since tags) |
25928 | 2007-06-19 | jgarnett | Created ThreadedEpsgFactory from DefaultFactory, GEOT-1341 |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
25396 | 2007-05-01 | desruisseaux | GEOT-1160 now work with ordered axis (tests added). Added an implementation for fallback factories, but not yet tested. |
25392 | 2007-04-30 | saul.farber | nullpointerexceptions, etc are thrown by factories as they're shutting down. No need to worry about them, and besides they clutter logs and debugtraces. |
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. |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
24765 | 2007-03-15 | desruisseaux | Moved 'addFactoryIteratorProvider' method from FactoryRegistry to Factories (with global scope). Also added a EPSG_DATA_SOURCE hint. |
24435 | 2007-02-16 | desruisseaux | First draft of a CRS.main(String[]) method, as a more generic replacement of DefaultFactory.main(String[]). A bug in AllAuthorityFactory.getAuthorityCodes() has been resolved in the process. |
24093 | 2007-01-28 | desruisseaux | Disabled the automatic JNDI registration (GEOT-909). |
23990 | 2007-01-21 | desruisseaux | EPSG factories do not uses anymore a proxy that extended javax.sql.DataSource. It was a cause of trouble in JEE environment (GEOT-909). We still use javax.sql.DataSource, but in a more direct way. |
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'. |
20874 | 2006-08-07 | jgarnett | ip review |
19758 | 2006-06-01 | desruisseaux | Take in account the 'force.longitude.first.axis.order' system property (GEOT-858). |
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. |
19557 | 2006-05-18 | desruisseaux | AuthorityBackedFactory now take inverse transform in account. Improved pseudo-WKT formatting for CoordinateOperation. |
19303 | 2006-04-27 | desruisseaux | Added comment about Logger.setLevel(...) usage. Changed CoverageStack.coveragesAt return type from Set to List. |
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. |
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) |
15319 | 2005-08-12 | desruisseaux | Bug fix for GEOT-660 and GEOT-661: BursaWolfParameters now used even if Hints.LENIENT_DATUM_SHIFT is true |
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 |
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 |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14560 | 2005-06-17 | desruisseaux | Implemented the 'getAuthorityCodes()' and 'getDescriptionText(...)' methods in EPSG factory |
14060 | 2005-06-03 | desruisseaux | First working version of epsg-hsql plugin (including the EPSG database as SQL script) |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13813 | 2005-05-26 | desruisseaux | Renamed EPSG factory implementations |
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). |
13371 | 2005-05-04 | desruisseaux | Added a test cases for WarpTransform2D |
13119 | 2005-04-14 | desruisseaux | Moved connection parameters to the EPSG MS-Access database into a separated module: plugin/epsg-access |
13063 | 2005-04-12 | desruisseaux | Added convenience constructor for CoverageStack / Tuned the search for DataSource in default EPSG factory |
13049 | 2005-04-11 | desruisseaux | Search for custom DataSource in META-INF/services/ instead of preferences |
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. |
12212 | 2005-03-15 | desruisseaux | First working version of DatumAliases as a DatumFactory |
11718 | 2005-03-01 | desruisseaux | Replaced system preferences by user preferences, as of GEOT-450 |
11704 | 2005-02-28 | dzwiers | (no message) |
11694 | 2005-02-26 | desruisseaux | Replaced system preferences by user preferences, as of GEOT-450 |
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 |