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/DirectAuthorityFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
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 |
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). |
25955 | 2007-06-20 | desruisseaux | Minor formatting, javadoc and references to FactoryGroup replaced by FactoryContainer. |
25940 | 2007-06-20 | jgarnett | Set up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344 |
25477 | 2007-05-10 | desruisseaux | GEOT-1265: Tuned the factory chain. |
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 |
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 |