public class WFSContentComplexFeatureCollection extends BaseFeatureCollection<FeatureType,Feature>
id
Constructor and Description |
---|
WFSContentComplexFeatureCollection(GetFeatureRequest request,
FeatureType schema,
QName name) |
WFSContentComplexFeatureCollection(GetFeatureRequest request,
FeatureType schema,
QName name,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
FeatureIterator<Feature> |
features()
Subclasses required to implement this method to traverse FeatureCollection contents.
|
FeatureType |
getSchema()
The schema for the child feature members of this collection.
|
FeatureCollection<FeatureType,Feature> |
subCollection(Filter filter)
Convenience implementation that just wraps this collection into a
FilteringFeatureCollection . |
public WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name) throws IOException
IOException
public WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name, Filter filter) throws IOException
IOException
public FeatureIterator<Feature> features()
BaseFeatureCollection
Note that FeatureIterator
is available to clean up after any resource
use required during traversal.
features
in interface FeatureCollection<FeatureType,Feature>
features
in class BaseFeatureCollection<FeatureType,Feature>
public FeatureType getSchema()
FeatureCollection
Represents the most general FeatureType in common to all the features in this collection.
getSchema
in interface FeatureCollection<FeatureType,Feature>
getSchema
in class BaseFeatureCollection<FeatureType,Feature>
public FeatureCollection<FeatureType,Feature> subCollection(Filter filter)
BaseFeatureCollection
FilteringFeatureCollection
. Subclasses might want to override this in case the filter can be
cascaded to their data sources.subCollection
in interface FeatureCollection<FeatureType,Feature>
subCollection
in class BaseFeatureCollection<FeatureType,Feature>
FeatureList
Copyright © 1996–2019 Geotools. All rights reserved.