| org.geoserver.wfs.FeatureBoundsFeatureCollection
FeatureBoundsFeatureCollection | class FeatureBoundsFeatureCollection extends AbstractFeatureCollection (Code) | | A feature collection wrapping a base collection, returning features that do
conform to the specified type (which has have a subset of the attributes in the
original schema), and that do use the wrapped features to compute their bounds (so that
the Feature bounds can be computed even if the visible attributes do not include geometries)
author: Andrea Aime - TOPP |
Field Summary | |
FeatureCollection | wrapped |
wrapped | FeatureCollection wrapped(Code) | | |
FeatureBoundsFeatureCollection | public FeatureBoundsFeatureCollection(FeatureCollection wrapped, FeatureType targetSchema)(Code) | | Builds a new BoundsFeatureCollection
Parameters: wrapped - the wrapped feature collection Parameters: targetSchema - the target schema |
|
|