GeodeticObjectFactory 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/ReferencingObjectFactory.java
Rev. Date Author Message
310072008-07-11desruisseauxIn metadata, added Spanish resources and fixed the suffix from "sp" to "es". In referencing, changed the semantic of CRSFactory.createDerivedCRS(...) so that it use the MathTransform as-is instead of performing automatic unit conversions or axis swapping. In coverageio, make more attempt to get an ImageInputStream from a String.
310002008-07-10desruisseauxAvoid usage of 2 deprecated constructors from CRSFactory. Their replacement were tricky and required more sophesticated code in ReferencingFactoryContainer.toGeodetic3D.
307602008-06-18desruisseauxUpgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process.
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
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
280302007-11-23desruisseauxMore Java 5 generics. Added implementation for three new GeoAPI methods for alignment with RFC 07-073r1.
279952007-11-22desruisseauxMore 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.
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
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.
259482007-06-20desruisseauxFixed history. Build should be back.
254762007-05-09desruisseauxGEOT-1265: provides a way to print a tree of authority factory dependencies.
250502007-04-06jgarnettexample of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry
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'.
217802006-10-03desruisseauxRemoved methods from the referencing module that were deprecated in Geotools 2.3. This imply the replacement of 'CRS.transform' by 'CRS.findMathTransform' in the whole Geotools code base.
208742006-08-07jgarnettip review
197692006-06-02desruisseauxJavadoc fix: replaced 'degrees' by 'decimal degrees' when relevant (GEOT-855)
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.
155562005-08-30desruisseauxBug fix in 'createTransformedShape' / Clarification in the way a GridCoverage2D convenience constructor handle axis
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
145502005-06-16desruisseauxRemoved deprecated fields and methods
139252005-05-30desruisseauxAdded @since javadoc tag
139222005-05-29desruisseauxRenaming of remainding GeoAPI implementations. Renaming is now finished.
139072005-05-28desruisseauxMore additions of 'Default' prefix in CRS package
138692005-05-27desruisseauxAdded 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages
138362005-05-26desruisseauxAdded 'Default' suffix to some CRS implementations: partial work
138132005-05-26desruisseauxRenamed EPSG factory implementations
137622005-05-24desruisseauxAdded DefiningConversion
133872005-05-06desruisseauxAdded Hints.LENIENT_DATUM_SHIFT and the necessary mechanic to honor it
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.
123372005-03-16desruisseauxEnable DatumAliases in CRSFactory.createFromWKT(...)
113712005-02-14desruisseauxRenamed DefaultObjectFactory as GeotoolsFactory (GEOT-420, now closed)
113702005-02-13desruisseauxRefactored factories in an 'org.geotools.referencing.factory' package
113662005-02-12desruisseauxAlmost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names)
113652005-02-12desruisseauxEPSG authority factory milestone: now supports GeographicCRS and VerticalCRS
113632005-02-12desruisseauxMilestone in EPSG factory port: Datum now fully supported
112482005-02-10desruisseauxLimited support for transformations between 3D CRS
112122005-02-09desruisseauxInitial work on Z-values handling
111772005-02-08dzwiersCRS decode fix
111442005-02-07desruisseauxFixed GEOT-400 (create appropriate instance of Operation subclasses)
111402005-02-06desruisseauxWork in progres for GEOT-400 (CoordinateOperationFactory should create appropriate subclass of CoordinateOperation)
110932005-02-03desruisseauxRoolback to createParameterizedTransform without classification parameter
110742005-02-03desruisseauxRevisited CRSFactory.createProjectedCRS(...) API
110082005-02-02desruisseauxAsk OperationMethod to be specified explicitly
110012005-02-02desruisseauxFixed wrong encoding in main/src
109442005-02-01desruisseauxBug fix in ProjectedCRS: axis swapping and units conversion were not correctly handled
107962005-01-28dzwiersimports cleaned
102282005-01-04desruisseauxRenamed 'getDimSource' as 'getSourceDimension'
93462004-11-30desruisseauxFirst working version of CoordinateOperationFactory
92662004-11-23desruisseauxLast WKT tuning; parsing and formatting should now be functional
92432004-11-22desruisseauxTuned WKT parsing and formatting
92032004-11-19desruisseauxWKT debugging / cleaning
91462004-11-17desruisseauxWork on WKT parsing of CRS objects
90922004-11-11desruisseauxSlight modification in the protected API for handling parameters
85182004-10-11desruisseauxApply changes voted in OGC meeting at Southampton: use of Identifier and GenericName
68882004-07-14desruisseauxUpdate for GeoAPI changes (Info --> IdentifiedObject)
65362004-06-25desruisseauxAdded SingleCRS class / Renamed ObliqueCartesianCS as AffineCS / Moved Position as super-interface for DirectPosition and Point
64402004-06-13desruisseauxAdded GeocentricTransform / Added registry service in TransformFactory / Refactored JUnit tests
63872004-06-12desruisseauxPartial implementation of MathTransformFactory and WKT parser
63432004-06-07desruisseauxMore ports of legacy CTS to new CRS
63332004-06-06desruisseauxContinuing CRS implementation
62542004-05-30desruisseauxAdded new CRS
62102004-05-27desruisseauxJavadoc fixes / Added Id keyword property
60982004-05-23desruisseauxPartial implementation of GeoAPI referencing package