Package org.geotools.data.store
package org.geotools.data.store
-
ClassesClassDescriptionAbstract base class for data stores.An entry for a type or feature source provided by a DataStore.A FeatureCollection that completely delegates to a backing FetaureSource#getReaderAbstract implementation of FeatureSource.Abstract implementation of FeatureStore.The state of an entry in a DataStore, maintained on a per-transaction basis.A starting point for implementing FeatureCollection's backed onto a FeatureReader.Delegates every method to the wrapped feature source.A FeatureWriter that captures modifications against a FeatureReader.Transaction state responsible for holding an in memory
Diff
of any modifications.An iterator that returns no content.FeatureWriter wrapper that issues events modifications as required.FeatureIteratorIterator<F extends Feature>AnIterator
which delegates to aFeatureIterator
.Decorates a feature collection with one that filters content.FilteringFeatureIterator<F extends Feature>Decorates a FeatureIterator with one that filters content.FilteringIterator<F extends Feature>Decorates aorg.geotools.feature.Feature
iterator with one that filters content.SimpleFeatureCollection wrapper which limits the number of features returned.MaxFeaturesIterator<F extends Feature>Iterator wrapper which caps the number of returned features.This iterator is used to indicate that contents could not be aquired.SimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.SimpleFeatureCollection decorator which decorates a feature collection "re-typing" its schema based on attributes specified in a query.FeatureIterator wrapper which re-types features on the fly based on a target feature type.