| java.lang.Object org.geoserver.feature.DecoratingFeatureCollection
All known Subclasses: org.geoserver.feature.RetypingFeatureCollection, org.geoserver.feature.ReprojectingFeatureCollection,
DecoratingFeatureCollection | public class DecoratingFeatureCollection implements FeatureCollection(Code) | | Base class for a feature collection with decorates another feature collection.
Subclasses should override methods as needed to "decorate" .
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
Field Summary | |
protected FeatureCollection | delegate |
delegate | protected FeatureCollection delegate(Code) | | |
DecoratingFeatureCollection | public DecoratingFeatureCollection(FeatureCollection delegate)(Code) | | |
accepts | public void accepts(FeatureVisitor visitor, ProgressListener listener) throws IOException(Code) | | |
clear | public void clear()(Code) | | |
close | public void close(FeatureIterator iterator)(Code) | | |
features | public FeatureIterator features()(Code) | | |
getBounds | public ReferencedEnvelope getBounds()(Code) | | |
getDefaultGeometry | public Geometry getDefaultGeometry()(Code) | | |
getFeatureType | public FeatureType getFeatureType()(Code) | | |
getNumberOfAttributes | public int getNumberOfAttributes()(Code) | | |
getSchema | public FeatureType getSchema()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
purge | public void purge()(Code) | | |
setAttribute | public void setAttribute(String name, Object value) throws IllegalAttributeException(Code) | | |
setDefaultGeometry | public void setDefaultGeometry(Geometry geometry) throws IllegalAttributeException(Code) | | |
sort | public FeatureList sort(SortBy sortBy)(Code) | | |
subCollection | public FeatureCollection subCollection(Filter filter)(Code) | | |
|
|