|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFeatureCollections
public abstract class FeatureCollections
A utility class for working with FeatureCollections. Provides a mechanism for obtaining a SimpleFeatureCollection instance.
| Constructor Summary | |
|---|---|
FeatureCollections()
Deprecated. |
|
| Method Summary | |
|---|---|
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 ) |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureCollections()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||