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, newCollectionpublic DefaultFeatureCollections()
protected SimpleFeatureCollection createCollection()
createCollection in class FeatureCollectionsprotected SimpleFeatureCollection createCollection(String id)
FeatureCollectionscreateCollection in class FeatureCollectionsid - The identification of the feature collection.protected SimpleFeatureCollection createCollection(String id, SimpleFeatureType ft)
Copyright © 1996–2019 Geotools. All rights reserved.