[Schmitzm-commits] r700 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Feb 13 18:02:50 CET 2010


Author: mojays
Date: 2010-02-13 18:02:50 +0100 (Sat, 13 Feb 2010)
New Revision: 700

Removed:
   trunk/migration_to_gt2-2.6.txt
Log:
migration_to_gt2-2.6.txt removed from trunk because migration is done

Deleted: trunk/migration_to_gt2-2.6.txt
===================================================================
--- trunk/migration_to_gt2-2.6.txt	2010-02-13 16:37:08 UTC (rev 699)
+++ trunk/migration_to_gt2-2.6.txt	2010-02-13 17:02:50 UTC (rev 700)
@@ -1,74 +0,0 @@
-MouseSelectionTracker
-=====================
-- not included in gt2-2.6
-- copied from 2.4.5 to temporary mirgation package
-  gtmig.org.geotools.gui.swing
-- Reference in MouseSelectionTracker_Public
-
-
-TODO: if MouseSelectionTrackerPublic is no longer part of
-      Geotools, include MouseSelectionTracker in SCHMITZM
-      - include the old Tracker in the already extended
-        schmitzm.geotools.gui.MouseSelectionTracker
-      - remove MouseSelectionTracker_Public
-      - remove MouseSelectionTracker from gtmig.org.geot...
-
-
-SubFeatureCollection
-====================
-- "optimized" overwritten SubFeatureCollection removed from
-  SCHMITZM project
-- hope that the 2.6 version works fine
-
-
-GeoMouseEvent
-=============
-- replaced by MapMouseEvent
-- .getMapCoordinate(.) replaced by .getMapPosition()
-
-
-
-DefaultGeometry
-===============
-- FeatureType.getDefaultGeometry().getCoordinateSystem()
-  replaced by getGeometryDescripot().getCoordinateReferenceSystem()
-
-
-FeatureCollection
-=================
-FeatureCollection declaration replaced with FeatureCollection<SimpleFeatureType,SimpleFeature>
-FeatureCollection.getFeatureType() replaced with .getSchema()
-
-
-FeatureSource
-=============
-FeatureSource declaration replaced with FeatureSource<SimpleFeatureType,SimpleFeature>
-
-
-GeneralGridRange
-================
-- GeneralGridRange replaced with GeneralGridEnvelope
-- GridRange2D replaced with GeneralEnvelope2D
-- GridRange.getUpper/Lower(.) replaced with .getHigh/Low(.)
-
-
-Attribute
-=========
-- FeatureType.getAttributeType(.).getLocalName() replaced with
-  FeatureType.getAttributeDescriptors().get(.).getLocalName()
-- getNumberOfAttributes() replaced with getAttributeCount()
-
-
-GridCoverage factory
-====================
-- FactoryFinder replaced with CoverageFactoryFinder
-
-Feature-Attributes
-====================
-- getAttributes(Object[]) replaced with List<Object> atts = f.getAttributes(); 
-
-
-FeatureTypeBuilder
-====================
-- builder.addTypes( ftype.getAttributeTypes() ) wird zu
-    



More information about the Schmitzm-commits mailing list