public class DefaultFeatureCollections extends FeatureCollections
Constructor and Description |
---|
DefaultFeatureCollections()
Creates a new instance of DefaultFeatureCollections
|
Modifier and Type | Method and Description |
---|---|
protected SimpleFeatureCollection |
createCollection()
Creates a new DefaultFeatureCollection.
|
protected SimpleFeatureCollection |
createCollection(String id)
Subclasses must implement this to return a new SimpleFeatureCollection object with a
particular id.
|
protected SimpleFeatureCollection |
createCollection(String id,
SimpleFeatureType ft) |
getImplementationHints, newCollection, newCollection
public DefaultFeatureCollections()
protected SimpleFeatureCollection createCollection()
createCollection
in class FeatureCollections
protected SimpleFeatureCollection createCollection(String id)
FeatureCollections
createCollection
in class FeatureCollections
id
- The identification of the feature collection.protected SimpleFeatureCollection createCollection(String id, SimpleFeatureType ft)
Copyright © 1996–2019 Geotools. All rights reserved.