Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.feature.collection Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractFeatureCollection This implementation asks you to implement: openIterator()size()Classorg.geotools.feature.collectionGeoTools
AbstractFeatureVisitorAn abstract class to reduce the amount of work needed when working with FeatureVisitor.Classorg.geotools.feature.collectionGeoTools
AdaptorFeatureCollection You will need to implement the following methods: getBounds()size()closeIterator(Iterator)openIterator()Classorg.geotools.feature.collectionGeoTools
BaseFeatureCollection This implementation asks you to implement: This is the direct decentent of the origional AbstractFeatureCollectionClassorg.geotools.feature.collectionGeoTools
BaseSimpleFeatureCollectionClassorg.geotools.feature.collectionGeoTools
BridgeIteratorA closeable iterator wrapped around a provided feature iterator.Classorg.geotools.feature.collectionGeoTools
CollectionEventA simple event object to represent all events triggered by FeatureCollection instances (typically change events).Classorg.geotools.featureGeoTools
CollectionListenerInterface to be implemented by all listeners of CollectionEvents.Interfaceorg.geotools.featureGeoTools
ComplexFeatureIteratorImplDefines the complex feature iterator implementation class.Classorg.geotools.feature.collectionGeoTools
DecoratingFeatureCollectionA FeatureCollection which completely delegates to another FeatureCollection.Classorg.geotools.feature.collectionGeoTools
DecoratingFeatureIteratorA feature iterator that completely delegates to another FeatureIterator.Classorg.geotools.feature.collectionGeoTools
DecoratingSimpleFeatureCollectionA FeatureCollection which completely delegates to another FeatureCollection.Classorg.geotools.feature.collectionGeoTools
DecoratingSimpleFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
DelegateFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
DelegateSimpleFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
FeatureIteratorImplA convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator.Classorg.geotools.feature.collectionGeoTools
FilteredIteratorProvides an implementation of Iterator that will filter contents using the provided filter.Classorg.geotools.feature.collectionGeoTools
FilteringSimpleFeatureCollectionDecorates a feature collection with one that filters content.Classorg.geotools.feature.collectionGeoTools
FilteringSimpleFeatureIteratorExtension of FilteringFeatureIterator that type narrows to SimpleFeature.Classorg.geotools.feature.collectionGeoTools
MaxFeaturesSimpleFeatureIteratorSimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned features.Classorg.geotools.feature.collectionGeoTools
MaxSimpleFeatureCollectionSimpleFeatureCollection wrapper which limits the number of features returned.Classorg.geotools.feature.collectionGeoTools
RandomFeatureAccessAccess Feature content using Feature "Id".Interfaceorg.geotools.feature.collectionGeoTools
SimpleFeatureIteratorImplA convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection.Classorg.geotools.feature.collectionGeoTools
SortedSimpleFeatureCollectionA wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.Classorg.geotools.feature.collectionGeoTools
SubFeatureCollectionReasonable default implementation for subCollection making use of parent SimpleFeatureCollection.Classorg.geotools.feature.collectionGeoTools
SubFeatureListDefault implementation of FeatureCollection.Classorg.geotools.feature.collectionGeoTools