|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FeatureState | |
| org.geotools.feature.collection | Helper classes for implementing FeatureCollections. |
| Uses of FeatureState in org.geotools.feature.collection |
| Subclasses of FeatureState in org.geotools.feature.collection | |
class |
BaseFeatureState
This is *not* a Feature - it is a Delegate used by FeatureCollection implementations as "mix-in", provides implementation of featureCollection events, featureType, and attribute access. |
class |
SubFeatureState
This is *not* a Feature - it is a Delegate used by FeatureCollection implementations as "mix-in", provides implementation of featureCollection events, featureType, and attribute access backed by an origional FeatureCollection. |
| Fields in org.geotools.feature.collection declared as FeatureState | |
protected FeatureState |
SubFeatureCollection.state
|
| Constructors in org.geotools.feature.collection with parameters of type FeatureState | |
AbstractFeatureList(FeatureState state)
Feature methods will be delegated to provided state |
|
AbstractFeatureCollection(FeatureState state)
Feature methods will be delegated to provided state. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||