/[schmitzm]/branches/1.0-gt2-2.6/migration_to_gt2-2.6.txt
ViewVC logotype

Contents of /branches/1.0-gt2-2.6/migration_to_gt2-2.6.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328 - (show annotations)
Wed Aug 26 16:01:21 2009 UTC (15 years, 6 months ago) by mojays
File MIME type: text/plain
File size: 1831 byte(s)
FeatureCollecion and FeatureType parameterized with <SimpleFeatureType,SimpleFeature> at some points.
FactoryFinder replaces with CoverageFactoryFinder
GridRange replaced with GridEnvelope
1 MouseSelectionTracker
2 =====================
3 - not included in gt2-2.6
4 - copied from 2.4.5 to temporary mirgation package
5 gtmig.org.geotools.gui.swing
6 - Reference in MouseSelectionTracker_Public
7
8
9 TODO: if MouseSelectionTrackerPublic is no longer part of
10 Geotools, include MouseSelectionTracker in SCHMITZM
11 - include the old Tracker in the already extended
12 schmitzm.geotools.gui.MouseSelectionTracker
13 - remove MouseSelectionTracker_Public
14 - remove MouseSelectionTracker from gtmig.org.geot...
15
16
17 SubFeatureCollection
18 ====================
19 - "optimized" overwritten SubFeatureCollection removed from
20 SCHMITZM project
21 - hope that the 2.6 version works fine
22
23
24 GeoMouseEvent
25 =============
26 - replaced by MapMouseEvent
27 - .getMapCoordinate(.) replaced by .getMapPosition()
28
29
30
31 DefaultGeometry
32 ===============
33 - FeatureType.getDefaultGeometry().getCoordinateSystem()
34 replaced by getGeometryDescripot().getCoordinateReferenceSystem()
35
36
37 FeatureCollection
38 =================
39 FeatureCollection declaration replaced with FeatureCollection<SimpleFeatureType,SimpleFeature>
40 FeatureCollection.getFeatureType() replaced with .getSchema()
41
42
43 FeatureSource
44 =============
45 FeatureSource declaration replaced with FeatureSource<SimpleFeatureType,SimpleFeature>
46
47
48 GeneralGridRange
49 ================
50 - GeneralGridRange replaced with GeneralGridEnvelope
51 - GridRange2D replaced with GeneralEnvelope2D
52 - GridRange.getUpper/Lower(.) replaced with .getHigh/Low(.)
53
54
55 Attribute
56 =========
57 - FeatureType.getAttributeType(.).getLocalName() replaced with
58 FeatureType.getAttributeDescriptors().get(.).getLocalName()
59 - getNumberOfAttributes() replaced with getAttributeCount()
60
61
62 GridCoverage factory
63 ====================
64 - FactoryFinder replaced with CoverageFactoryFinder

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26