Parameters 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/parameter/Parameters.java
Rev. Date Author Message
314452008-09-07desruisseauxGEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord).
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
297532008-04-01desruisseauxApplied parameterized types as a side-effect of hunting for a DimensionMismatchException during reprojection.
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
285212007-12-27desruisseauxType safety.
282672007-12-06desruisseauxGeoTools trunk now build against GeoAPI 2.2-SNAPSHOT.
278562007-11-12desruisseauxReplaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545).
236352007-01-01desruisseauxUses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.
236322006-12-29desruisseauxGEOT-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.
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'.
208742006-08-07jgarnettip review
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
162052005-10-11desruisseauxCleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691)
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
147252005-07-06desruisseauxRefactoring of GridCoverage operations: moved to a processing sub-package, operations are first-level classes (not inner classes), implementations hiden when possible, GridCoverageProcessor renamed as Processor and generalized (accepts Coverage instead of GridCoverage).
145442005-06-14desruisseauxCompleted the initial port of OperationJAI - not yet tested
139252005-05-30desruisseauxAdded @since javadoc tag
139222005-05-29desruisseauxRenaming of remainding GeoAPI implementations. Renaming is now finished.
139062005-05-28desruisseauxRenamed some 'Default' prefix as 'Abstract'
138362005-05-26desruisseauxAdded 'Default' suffix to some CRS implementations: partial work
137622005-05-24desruisseauxAdded DefiningConversion
119102005-03-09desruisseauxMoved GridCoverage tests from legacy to main module
118652005-03-08desruisseauxMore GridCoverageProcessing work: added a separated class for managing WeakReferences to Coverage instances
110012005-02-02desruisseauxFixed wrong encoding in main/src
107962005-01-28dzwiersimports cleaned
91462004-11-17desruisseauxWork on WKT parsing of CRS objects
90922004-11-11desruisseauxSlight modification in the protected API for handling parameters
87292004-10-21desruisseauxAvoid use of deprecated method 'getParameter'
87012004-10-20desruisseauxAdded the 'remove' operation to ParameterValueGroup
86742004-10-19desruisseauxSupports List.add(...) operation in the list returned by ParameterValueGroup.values()
86102004-10-13desruisseauxChanged ParameterDescriptorGroup.descriptor(String) return type from 'ParameterValue' to 'GeneralParameterValue'
85182004-10-11desruisseauxApply changes voted in OGC meeting at Southampton: use of Identifier and GenericName
78462004-09-08jgarnettCleaned up opengis/geotools split
78362004-09-08jgarnettFirst round of resync with geoapi