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 FeatureCollection.getFeatureType() replaced with .getSchema() FeatureSource ============= FeatureSource declaration replaced with FeatureSource 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 atts = f.getAttributes(); FeatureTypeBuilder ==================== - builder.addTypes( ftype.getAttributeTypes() ) wird zu