PropertyAuthorityFactory history

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
311482008-08-07desruisseauxRenamed GenericName.name() as tip(). The old method still around as a deprecated one.
311392008-08-06desruisseauxAvoid usage of deprecated methods from the org.opengis.util.GenericName interface.
311322008-08-05desruisseauxAs a side effect of "geotidy" work, ported a few bug fixes in metadata. Avoid usage of deprecated GeneralName.getScope() method, replaced by scope().
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
305212008-06-05acusterCopyright: Update referencing headers
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
291132008-02-06desruisseauxRe-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.
291052008-02-06aaimeGEOT-1699 Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER breaks epsg-extension like factories
291022008-02-06desruisseauxTuning with Java 5 type safety.
290992008-02-06desruisseauxJava 5 type safety.
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
283932007-12-17desruisseauxWKT 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.
282522007-12-04desruisseauxMore 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.
259722007-06-21desruisseauxReplaced 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.
259552007-06-20desruisseauxMinor formatting, javadoc and references to FactoryGroup replaced by FactoryContainer.
259402007-06-20jgarnettSet up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344
256682007-05-29desruisseauxFixed a bug that prevented EsriExtension to be chained with other EPSG factories.
254512007-05-07desruisseauxFixed GEOT-1175 (epsg-extension do not work with FORCE_LONGITUDE_FIRST_AXIS_ORDER hint).
253982007-05-02desruisseauxCleanup. Also renamed some classes in unsupported/epsg-extension.
244352007-02-16desruisseauxFirst 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.
243852007-02-14desruisseauxFix attempt for GEOT-1161 (infinite recursivity in CRS.findMathTransform). Need more tests.
241642007-02-03desruisseauxImplemented the fallback for additional CRS beyong the ones defined in the EPSG database (GEOT-774)
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
212892006-08-30desruisseauxFirst 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).
208742006-08-07jgarnettip review
197552006-05-31desruisseauxAdded 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.
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
146082005-06-25desruisseauxEPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes
139252005-05-30desruisseauxAdded @since javadoc tag
138132005-05-26desruisseauxRenamed EPSG factory implementations
133762005-05-05desruisseauxFirst working version of WarpTransform2D
129652005-04-05desruisseauxMerged '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.
115102005-02-18desruisseauxPorted the WKT-based EPSG factory from plugin/epsg
113352005-02-11desruisseauxFixed compilation errors caused by a GeoAPI change
111122005-02-04rgouldAdded a hack providing automatic identifiers to EPSG codes that do not have a proper authority parameter in their WKT.
110962005-02-04jgarnettUpdated AUTO, AUTO2 and EPSG metadata with appropriate identifier and contact info
110062005-02-02jgarnettCRS decode and FactoryFinder (Referencing) can now locate CRSEPSGAuthorityFactory
109422005-02-01jgarnettadded enough hooks into FactoryFinder that testcases could be run
108522005-01-29jgarnettStarting to pass tests
107962005-01-28dzwiersimports cleaned
107442005-01-22rschulzfixed a stupid mistake (forgot to declare thrown exception)
107432005-01-22rschulzimplemented getDescriptionText() and getAuthorityCodes() methods
100452004-12-18rschulznew directory