| org.geotools.feature.iso.collection.AbstractResourceCollection org.geotools.feature.iso.collection.AbstractResourceList org.geotools.feature.iso.collection.AbstractFeatureList
AbstractFeatureList | abstract public class AbstractFeatureList extends AbstractResourceList implements FeatureCollection(Code) | | Abstract feature list to be used as base for FeatureList implementations.
Subclasses must implement the following methods:
This implementation of FeatureList uses a delegate to satisfy the
methods of the
Feature interface.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
AbstractFeatureList | protected AbstractFeatureList(Collection values, AttributeDescriptor descriptor, String id)(Code) | | |
AbstractFeatureList | protected AbstractFeatureList(Collection values, FeatureCollectionType type, String id)(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.AbstractResourceList | protected transient int modCount(Code)(Java Doc)
|
Fields inherited from org.geotools.feature.iso.collection.AbstractResourceCollection | final protected Set open(Code)(Java Doc)
|
|
|