1 |
mojays |
321 |
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 |
mojays |
325 |
- 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 |
mojays |
328 |
- GeneralGridRange replaced with GeneralGridEnvelope |
51 |
|
|
- GridRange2D replaced with GeneralEnvelope2D |
52 |
|
|
- GridRange.getUpper/Lower(.) replaced with .getHigh/Low(.) |
53 |
mojays |
325 |
|
54 |
|
|
|
55 |
mojays |
328 |
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 |
alfonx |
341 |
- FactoryFinder replaced with CoverageFactoryFinder |
65 |
|
|
|
66 |
|
|
Feature-Attributes |
67 |
|
|
==================== |
68 |
|
|
- getAttributes(Object[]) replaced with List<Object> atts = f.getAttributes(); |
69 |
|
|
|
70 |
|
|
|
71 |
|
|
FeatureTypeBuilder |
72 |
|
|
==================== |
73 |
|
|
- builder.addTypes( ftype.getAttributeTypes() ) wird zu |
74 |
|
|
|