Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1643) Upgrade to GeoTools 2.7

Upgrade to GeoTools 2.7
-----------------------

                 Key: UDIG-1643
                 URL: http://jira.codehaus.org/browse/UDIG-1643
             Project: uDIG
          Issue Type: Improvement
          Components: framework
    Affects Versions: UDIG 1.2.1
            Reporter: Jody Garnett
            Assignee: Jody Garnett
             Fix For: UDIG 1.2.1


Search replace:
- DefaultQuery with Query
- dataStore.getView( query ) with DataUtilities.createView( dataStore, query );
- FeatureCollection<SimpleFeatureType,SimpleFeature> with SimpleFeatureCollection
- FeatureSource<SimpleFeatureType,SimpleFeature> with SimpleFeatureSource
- FeatureStore<SimpleFeatureType,SimpleFeature> with SimpleFeatureStore
- FeatureIterator<SimpleFeature> with SimpleFeatureIterator

For more details track the following links:
- http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.7

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top