/[schmitzm]/branches/2.0-RC1/migration_to_gt2-2.6.txt
ViewVC logotype

Diff of /branches/2.0-RC1/migration_to_gt2-2.6.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 324 by mojays, Wed Aug 26 13:52:54 2009 UTC revision 325 by mojays, Wed Aug 26 15:32:54 2009 UTC
# Line 18  SubFeatureCollection Line 18  SubFeatureCollection
18  ====================  ====================
19  - "optimized" overwritten SubFeatureCollection removed from  - "optimized" overwritten SubFeatureCollection removed from
20    SCHMITZM project    SCHMITZM project
 - hope that the 2.6 version works fine  
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    
53    
54    Attribute's locale name
55    =======================
56    FeatureType.getAttributeType(.).getLocalName() replaced with
57    FeatureType.getAttributeDescriptors().get(.).getLocalName()

Legend:
Removed from v.324  
changed lines
  Added in v.325

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26