org.geotools.feature
Class DefaultFeatureCollections
Object
FeatureCollections
DefaultFeatureCollections
- All Implemented Interfaces:
- Factory
public class DefaultFeatureCollections
- extends FeatureCollections
Concrete extension to FeatureCollections to create
DefaultFeatureCollections.
- Author:
- Ian Schneider
- Module:
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFeatureCollections
public DefaultFeatureCollections()
- Creates a new instance of DefaultFeatureCollections
createCollection
protected FeatureCollection<SimpleFeatureType,SimpleFeature> createCollection()
- Creates a new DefaultFeatureCollection.
- Specified by:
createCollection
in class FeatureCollections
- Returns:
- A new, empty DefaultFeatureCollection.
createCollection
protected FeatureCollection<SimpleFeatureType,SimpleFeature> createCollection(String id)
- Description copied from class:
FeatureCollections
- Subclasses must implement this to return a new FeatureCollection object
with a particular id.
- Specified by:
createCollection
in class FeatureCollections
- Parameters:
id
- The identification of the feature collection.
- Returns:
- A new FeatureCollection with the specified id.
createCollection
protected FeatureCollection<SimpleFeatureType,SimpleFeature> createCollection(String id,
SimpleFeatureType ft)
Copyright © 1996-2009 Geotools. All Rights Reserved.