See: Description
| Interface | Description |
|---|---|
| RandomFeatureAccess |
Access Feature content using Feature "Id".
|
| Class | Description |
|---|---|
| AbstractFeatureCollection |
Implement a feature collection just based on provision of an
Iterator. |
| AbstractFeatureVisitor |
An abstract class to reduce the amount of work needed when working with FeatureVisitor.
|
| AdaptorFeatureCollection |
Implement a feature collection just based on provision of iterator.
|
| BaseFeatureCollection<T extends FeatureType,F extends Feature> |
Implement a feature collection just based on provision of a
FeatureIterator. |
| BaseSimpleFeatureCollection | |
| BridgeIterator<F extends Feature> |
A closeable iterator wrapped around a provided feature iterator.
|
| DecoratingFeatureCollection<T extends FeatureType,F extends Feature> |
A FeatureCollection which completely delegates to another FeatureCollection.
|
| DecoratingFeatureIterator<F extends Feature> |
A feature iterator that completely delegates to another FeatureIterator.
|
| DecoratingSimpleFeatureCollection |
A FeatureCollection which completely delegates to another FeatureCollection.
|
| DecoratingSimpleFeatureIterator |
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code
to escape the caste (sic) system.
|
| DelegateFeatureIterator<F extends Feature> |
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code
to escape the caste (sic) system.
|
| DelegateSimpleFeatureIterator |
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code
to escape the caste (sic) system.
|
| FeatureIteratorImpl<F extends Feature> |
A convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator.
|
| FilteredIterator<F extends Feature> |
Provides an implementation of Iterator that will filter contents using the provided filter.
|
| FilteringSimpleFeatureCollection |
Decorates a feature collection with one that filters content.
|
| FilteringSimpleFeatureIterator |
Extension of
FilteringFeatureIterator that type narrows to SimpleFeature. |
| MaxFeaturesSimpleFeatureIterator |
SimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned
features.
|
| MaxSimpleFeatureCollection |
SimpleFeatureCollection wrapper which limits the number of features returned.
|
| SimpleFeatureIteratorImpl |
A convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection.
|
| SortedSimpleFeatureCollection |
A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory
for small collections, using secondary memory otherwise.
|
| SubFeatureCollection |
Reasonable default implementation for subCollection making use of parent
SimpleFeatureCollection.features() and provided Filter. |
| SubFeatureList |
Default implementation of
FeatureCollection.sort(SortBy). |
Copyright © 1996–2019 Geotools. All rights reserved.