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/PropertyAuthorityFactory.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(). |
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 |
29113 | 2008-02-06 | desruisseaux | Re-inserted lines that was not intented to be removed since they are not a bug. Commented-out (for now) the one that discard the factory and added a comment saying that this line needs to be uncommented. |
29105 | 2008-02-06 | aaime | GEOT-1699 Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER breaks epsg-extension like factories |
29102 | 2008-02-06 | desruisseaux | Tuning with Java 5 type safety. |
29099 | 2008-02-06 | desruisseaux | Java 5 type safety. |
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 |
28393 | 2007-12-17 | desruisseaux | WKT formatting now includes the semi-major and semi-minor axis length if they differ from the datum. Applied Java 5 features. Uses WarpAffine when applicable during Raster reprojection. |
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. |
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. |
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 |
25668 | 2007-05-29 | desruisseaux | Fixed a bug that prevented EsriExtension to be chained with other EPSG factories. |
25451 | 2007-05-07 | desruisseaux | Fixed GEOT-1175 (epsg-extension do not work with FORCE_LONGITUDE_FIRST_AXIS_ORDER hint). |
25398 | 2007-05-02 | desruisseaux | Cleanup. Also renamed some classes in unsupported/epsg-extension. |
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. |
24385 | 2007-02-14 | desruisseaux | Fix attempt for GEOT-1161 (infinite recursivity in CRS.findMathTransform). Need more tests. |
24164 | 2007-02-03 | desruisseaux | Implemented the fallback for additional CRS beyong the ones defined in the EPSG database (GEOT-774) |
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'. |
21289 | 2006-08-30 | desruisseaux | First working version of ESRI authority factory. However, the fallback mechanism is not yet in place, and the corresponding test suite in plugin/epsg-ext-esri doesn't work yet (GEOT-774). |
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. |
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 |
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 |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13813 | 2005-05-26 | desruisseaux | Renamed EPSG factory implementations |
13376 | 2005-05-05 | desruisseaux | First working version of WarpTransform2D |
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. |
11510 | 2005-02-18 | desruisseaux | Ported the WKT-based EPSG factory from plugin/epsg |
11335 | 2005-02-11 | desruisseaux | Fixed compilation errors caused by a GeoAPI change |
11112 | 2005-02-04 | rgould | Added a hack providing automatic identifiers to EPSG codes that do not have a proper authority parameter in their WKT. |
11096 | 2005-02-04 | jgarnett | Updated AUTO, AUTO2 and EPSG metadata with appropriate identifier and contact info |
11006 | 2005-02-02 | jgarnett | CRS decode and FactoryFinder (Referencing) can now locate CRSEPSGAuthorityFactory |
10942 | 2005-02-01 | jgarnett | added enough hooks into FactoryFinder that testcases could be run |
10852 | 2005-01-29 | jgarnett | Starting to pass tests |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10744 | 2005-01-22 | rschulz | fixed a stupid mistake (forgot to declare thrown exception) |
10743 | 2005-01-22 | rschulz | implemented getDescriptionText() and getAuthorityCodes() methods |
10045 | 2004-12-18 | rschulz | new directory |