public abstract class FeatureCollections extends Object implements Factory
Constructor and Description |
---|
FeatureCollections()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SimpleFeatureCollection |
createCollection()
Deprecated.
Subclasses must implement this to return a new SimpleFeatureCollection object.
|
protected abstract SimpleFeatureCollection |
createCollection(String id)
Deprecated.
Subclasses must implement this to return a new SimpleFeatureCollection object with a
particular id.
|
Map<RenderingHints.Key,Object> |
getImplementationHints()
Deprecated.
Returns the implementation hints.
|
static SimpleFeatureCollection |
newCollection()
Deprecated.
Use new DefaultFeatureCollection(null,null)
|
static SimpleFeatureCollection |
newCollection(String id)
Deprecated.
Use new DefaultFeatureCollection( id, null )
|
public static SimpleFeatureCollection newCollection()
public static SimpleFeatureCollection newCollection(String id)
id
- The id of the feature collection.protected abstract SimpleFeatureCollection createCollection()
protected abstract SimpleFeatureCollection createCollection(String id)
id
- The identification of the feature collection.public Map<RenderingHints.Key,Object> getImplementationHints()
getImplementationHints
in interface Factory
Copyright © 1996–2019 Geotools. All rights reserved.