| org.geotools.feature.iso.collection.AbstractResourceCollection org.geotools.feature.iso.collection.AbstractFeatureCollection
All known Subclasses: org.geotools.feature.iso.FeatureCollectionImpl,
AbstractFeatureCollection | abstract public class AbstractFeatureCollection extends AbstractResourceCollection implements FeatureCollection(Code) | | Abstract feature collection to be used as base for FeatureCollection
implementations.
Subclasses must implement the following methods:
This implementation of FeatureCollection uses a delegate to satisfy the
methods of the
Feature interface.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
AbstractFeatureCollection | protected AbstractFeatureCollection(Collection values, AttributeDescriptor descriptor, String id)(Code) | | |
AbstractFeatureCollection | protected AbstractFeatureCollection(Collection values, FeatureCollectionType type, String id)(Code) | | |
accepts | public void accepts(FeatureVisitor visitor, ProgressListener progress)(Code) | | Accepts a visitor, which then visits each feature in the collection.
|
descriptor | public PropertyDescriptor descriptor()(Code) | | |
getBounds | public BoundingBox getBounds()(Code) | | |
getCRS | public CoordinateReferenceSystem getCRS()(Code) | | |
getDefaultGeometry | public GeometryAttribute getDefaultGeometry()(Code) | | |
getDescriptor | public AttributeDescriptor getDescriptor()(Code) | | |
getType | public AttributeType getType()(Code) | | |
nillable | public boolean nillable()(Code) | | |
setCRS | public void setCRS(CoordinateReferenceSystem crs)(Code) | | |
setDefaultGeometry | public void setDefaultGeometry(GeometryAttribute geom)(Code) | | |
sort | public FeatureCollection sort(org.opengis.filter.sort.SortBy order)(Code) | | |
subCollection | public FeatureCollection subCollection(org.opengis.filter.Filter filter)(Code) | | |
Fields inherited from org.geotools.feature.iso.collection.AbstractResourceCollection | final protected Set open(Code)(Java Doc)
|
|
|