Uses of Interface
org.geotools.api.data.FeatureReader
Packages that use FeatureReader
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
Helper classes for implementing FeatureCollections.
A simple renderer implementation.
-
Uses of FeatureReader in org.geotools.api.data
Subinterfaces of FeatureReader in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterface
DelegatingFeatureReader<T extends FeatureType,
F extends Feature> Interface for wrapping feature readers which delegate to another feature reader.interface
FeatureReader for SimpleFeature content.Methods in org.geotools.api.data that return FeatureReaderModifier and TypeMethodDescriptionDelegatingFeatureReader.getDelegate()
DataStore.getFeatureReader
(Query query, Transaction transaction) Gets aFeatureReader
for features selected by the givenQuery
.FileDataStore.getFeatureReader()
Methods in org.geotools.api.data with parameters of type FeatureReaderModifier and TypeMethodDescriptionvoid
FeatureStore.setFeatures
(FeatureReader<T, F> reader) Deletes any existing features in the data source and then inserts new features provided by the given reader. -
Uses of FeatureReader in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc that return FeatureReaderModifier and TypeMethodDescriptionJoiningJDBCFeatureSource.getJoiningReaderInternal
(JdbcMultipleValue mv, JoiningQuery query) Gets a feature reader for a JDBC multivalued mapping.protected FeatureReader<SimpleFeatureType,
SimpleFeature> JoiningJDBCFeatureSource.getJoiningReaderInternal
(JoiningQuery query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> JoiningJDBCFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data
Classes in org.geotools.data that implement FeatureReaderModifier and TypeClassDescriptionclass
FeatureReader<SimpleFeatureType, SimpleFeature> that reads features from a java.util.collection of features, an array of features or a FeatureCollection.class
Basic support for reading Features from an AttributeReader.class
DiffFeatureReader<T extends FeatureType,
F extends Feature> A FeatureReader that considers differences.class
EmptyFeatureReader<T extends FeatureType,
F extends Feature> Represents an Empty, Typed, FeatureReader.class
Experimental FeatureReader<SimpleFeatureType, SimpleFeature> that always takes the first column of the attributeReader as the FeatureID.class
FilteringFeatureReader<T extends FeatureType,
F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that does filtering.class
MaxFeatureReader<T extends FeatureType,
F extends Feature> Basic support for a FeatureReader<SimpleFeatureType, SimpleFeature> that limits itself to the number of features passed in.class
Supports on the fly retyping of FeatureReader<SimpleFeatureType, SimpleFeature> contents.Fields in org.geotools.data declared as FeatureReaderModifier and TypeFieldDescriptionprotected final FeatureReader<T,
F> FilteringFeatureReader.featureReader
protected final FeatureReader<T,
F> MaxFeatureReader.featureReader
protected FeatureReader<SimpleFeatureType,
SimpleFeature> DiffFeatureWriter.reader
Methods in org.geotools.data that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> DefaultFeatureResults.boundsReader()
Retrieve a FeatureReader<SimpleFeatureType, SimpleFeature> for the geometry attributes only, designed for bounds computationFilteringFeatureReader.getDelegate()
MaxFeatureReader.getDelegate()
ReTypeFeatureReader.getDelegate()
DataUtilities.reader
(Collection<SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).DataUtilities.reader
(SimpleFeature... features) Creates a FeatureReader<SimpleFeatureType, SimpleFeature> for testing.DefaultFeatureResults.reader()
Retrieve a FeatureReader<SimpleFeatureType, SimpleFeature> for this QueryMethods in org.geotools.data with parameters of type FeatureReaderModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
DataUtilities.collection
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Copies the provided reader into a FeatureCollection, reader will be closed.protected int
DataTestCase.count
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Counts the number of Features returned by the specified reader.static SimpleFeatureReader
DataUtilities.simple
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Constructors in org.geotools.data with parameters of type FeatureReaderModifierConstructorDescriptionDiffFeatureReader
(FeatureReader<T, F> reader, Diff diff2) This constructor grabs a "copy" of the current diff.DiffFeatureReader
(FeatureReader<T, F> reader, Diff diff2, Filter filter) This constructor grabs a "copy" of the current diff.DiffFeatureWriter
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, Diff diff) DiffFeatureWriter construction.DiffFeatureWriter
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, Diff diff, Filter filter) DiffFeatureWriter construction.FilteringFeatureReader
(FeatureReader<T, F> featureReader, Filter filter) Creates a new instance of AbstractFeatureReaderMaxFeatureReader
(FeatureReader<T, F> featureReader, int maxFeatures) Creates a new instance of MaxFeatureReaderReTypeFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType featureType) Constructs a FetureReader that will ReType streaming content.ReTypeFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType featureType, boolean clone) Constructs a FetureReader that will ReType streaming content. -
Uses of FeatureReader in org.geotools.data.collection
Classes in org.geotools.data.collection that implement FeatureReaderModifier and TypeClassDescriptionclass
DelegateFeatureReader<T extends FeatureType,
F extends Feature> A FeatureReader that wraps up a normal FeatureIterator.Methods in org.geotools.data.collection that return FeatureReader -
Uses of FeatureReader in org.geotools.data.crs
Classes in org.geotools.data.crs that implement FeatureReaderModifier and TypeClassDescriptionclass
ForceCoordinateSystemFeatureReader provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureReader provides a reprojection for FeatureTypes.Fields in org.geotools.data.crs declared as FeatureReaderModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> ForceCoordinateSystemFeatureReader.reader
Methods in org.geotools.data.crs that return FeatureReaderConstructors in org.geotools.data.crs with parameters of type FeatureReaderModifierConstructorDescriptionForceCoordinateSystemFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs, boolean forceOnlyMissing) Builds a new ForceCoordinateSystemFeatureReaderReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema) Constructor that will generate mathTransforms for the results, based on target schema.ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema, MathTransform transform) Direct constructor reprojecting the provided reader into the schema indicated (using the supplied math transformation).ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Constructor that will generate schema and mathTransforms for the results. -
Uses of FeatureReader in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureReaderMethods in org.geotools.data.csv that return FeatureReaderModifier and TypeMethodDescriptionCSVDataStore.getFeatureReader()
protected FeatureReader<SimpleFeatureType,
SimpleFeature> CSVFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> CSVFeatureStore.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.directory
Methods in org.geotools.data.directory that return FeatureReaderModifier and TypeMethodDescriptionDirectoryDataStore.getFeatureReader
(Query query, Transaction transaction) Methods in org.geotools.data.directory with parameters of type FeatureReaderModifier and TypeMethodDescriptionvoid
DirectoryFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of FeatureReader in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureReaderFields in org.geotools.data.gen declared as FeatureReaderModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> PreGeneralizedFeatureReader.backendReader
Methods in org.geotools.data.gen that return FeatureReaderModifier and TypeMethodDescriptionPreGeneralizedDataStore.getFeatureReader
(Query query, Transaction transaction) PreGeneralizedFeatureSource.getFeatureReader
(Query query, Transaction transaction) Constructors in org.geotools.data.gen with parameters of type FeatureReaderModifierConstructorDescriptionPreGeneralizedFeatureReader
(SimpleFeatureType featureTyp, SimpleFeatureType returnedFeatureType, int[] indexMapping, FeatureReader<SimpleFeatureType, SimpleFeature> backendReader, String geomPropertyName, String backendGeomPropertyName) -
Uses of FeatureReader in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureReaderMethods in org.geotools.data.geojson.store that return FeatureReaderModifier and TypeMethodDescriptionGeoJSONDataStore.getFeatureReader()
protected FeatureReader<SimpleFeatureType,
SimpleFeature> GeoJSONFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> GeoJSONFeatureStore.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return FeatureReaderModifier and TypeMethodDescriptionForwardingDataStore.getFeatureReader
(Query query, Transaction transaction) -
Uses of FeatureReader in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement FeatureReaderMethods in org.geotools.data.graticule that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> GraticuleFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureReaderMethods in org.geotools.data.memory that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> MemoryFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> MemoryFeatureStore.getReaderInternal
(Query query) Methods in org.geotools.data.memory with parameters of type FeatureReaderModifier and TypeMethodDescriptionvoid
MemoryDataStore.addFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Configures MemoryDataStore with FeatureReader.Constructors in org.geotools.data.memory with parameters of type FeatureReaderModifierConstructorDescription -
Uses of FeatureReader in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureReaderMethods in org.geotools.data.mongodb that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> MongoFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> MongoFeatureStore.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureReaderMethods in org.geotools.data.property that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> PropertyFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> PropertyFeatureStore.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return FeatureReader -
Uses of FeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement FeatureReaderModifier and TypeClassDescriptionclass
class
SimpleFeatureReader with no content.class
Filter simple reader content as it is being read. -
Uses of FeatureReader in org.geotools.data.sort
Classes in org.geotools.data.sort that implement FeatureReader -
Uses of FeatureReader in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureReaderModifier and TypeFieldDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> DiffContentFeatureWriter.reader
Methods in org.geotools.data.store that return FeatureReaderModifier and TypeMethodDescriptionContentDataStore.getFeatureReader
(Query query, Transaction tx) Returns a feature reader for the specified query and transaction.DecoratingDataStore.getFeatureReader
(Query query, Transaction transaction) ContentFeatureSource.getReader()
Returns a feature reader for all features.Returns a reader for the features specified by a query.Returns a reader for features specified by a particular filter.protected abstract FeatureReader<SimpleFeatureType,
SimpleFeature> ContentFeatureSource.getReaderInternal
(Query query) Subclass method for returning a native reader from the datastore.DataFeatureCollection.reader()
FilteringFeatureCollection.reader()
MaxFeaturesFeatureCollection.reader()
ReprojectingFeatureCollection.reader()
ReTypingFeatureCollection.reader()
Methods in org.geotools.data.store with parameters of type FeatureReaderModifier and TypeMethodDescriptionDiffTransactionState.diffWriter
(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType, SimpleFeature> reader) Provides a wrapper on the provided reader which gives a diff writer.final void
ContentFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Sets the feature of the source.Constructors in org.geotools.data.store with parameters of type FeatureReaderModifierConstructorDescriptionDiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader) DiffFeatureWriter construction.DiffContentFeatureWriter
(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureBuilder builder) DiffFeatureWriter construction. -
Uses of FeatureReader in org.geotools.data.transform
Methods in org.geotools.data.transform that return FeatureReaderModifier and TypeMethodDescriptionSingleFeatureSourceDataStore.getFeatureReader
(Query query, Transaction transaction) Methods in org.geotools.data.transform with parameters of type FeatureReaderModifier and TypeMethodDescriptionvoid
TransformFeatureStore.setFeatures
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of FeatureReader in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement FeatureReaderMethods in org.geotools.data.vpf that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFCovFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFLibFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement FeatureReaderModifier and TypeClassDescriptionclass
A feature reader for the VPFFile objectMethods in org.geotools.data.vpf.file that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VPFFileFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type FeatureReaderModifier and TypeMethodDescriptionWFSDiff.batchModify
(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) Constructors in org.geotools.data.wfs with parameters of type FeatureReaderModifierConstructorDescriptionWFSFeatureWriter
(WFSFeatureStore store, WFSLocalTransactionState localSate, FeatureReader<SimpleFeatureType, SimpleFeature> reader, boolean autoCommit) -
Uses of FeatureReader in org.geotools.feature
Methods in org.geotools.feature that return FeatureReaderConstructors in org.geotools.feature with parameters of type FeatureReaderModifierConstructorDescriptionFeatureReaderIterator
(FeatureReader<? extends FeatureType, F> reader) -
Uses of FeatureReader in org.geotools.feature.collection
Methods in org.geotools.feature.collection that return FeatureReader -
Uses of FeatureReader in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureReaderModifier and TypeMethodDescriptionDataStoreWrapper.getFeatureReader
(Query query, Transaction transaction) -
Uses of FeatureReader in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type FeatureReader -
Uses of FeatureReader in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type FeatureReaderModifier and TypeMethodDescriptionvoid
FeatureTransformer.FeatureTranslator.handleFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) -
Uses of FeatureReader in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureReaderModifier and TypeClassDescriptionclass
class
Reader for jdbc datastoreclass
Inserts features in the database.class
Feature reader that wraps multiple feature readers in a join query.class
Feature reader that wraps multiple feature readers in a joining / post filtered query.class
class
Methods in org.geotools.jdbc that return FeatureReaderModifier and TypeMethodDescriptionJDBCClosingFeatureReader.getDelegate()
JDBCJoiningFilteringFeatureReader.getDelegate()
protected FeatureReader<SimpleFeatureType,
SimpleFeature> JDBCFeatureSource.getReaderInternal
(Query query) protected FeatureReader<SimpleFeatureType,
SimpleFeature> JDBCFeatureStore.getReaderInternal
(Query query) Constructors in org.geotools.jdbc with parameters of type FeatureReaderModifierConstructorDescriptionJDBCJoiningFilteringFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> delegate, JoinInfo join) -
Uses of FeatureReader in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return FeatureReader -
Uses of FeatureReader in org.geotools.stac.store
Classes in org.geotools.stac.store that implement FeatureReaderModifier and TypeClassDescriptionclass
Maps the "assets" extra property into a legit attribute (assumes theSTACFeatureSource.ASSETS
property is in the target typeclass
Gives aSimpleFeatureReader
interface to a feature collection, for compatibility withContentFeatureSource
.Methods in org.geotools.stac.store that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> STACFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return FeatureReaderModifier and TypeMethodDescriptionprotected FeatureReader<SimpleFeatureType,
SimpleFeature> VectorMosaicFeatureSource.getReaderInternal
(Query query) -
Uses of FeatureReader in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement FeatureReaderModifier and TypeClassDescriptionclass
Feature Buffer ... acts as a FeatureReader<SimpleFeatureType, SimpleFeature> by making itself as a seperate thread prior starting execution with the SAX Parser.Methods in org.geotools.xml.gml that return FeatureReaderModifier and TypeMethodDescriptionFCBuffer.getFeatureReader
(URI document, int capacity) The prefered method of using this class, this will return the Feature Reader for the document specified, using the specified buffer capacity.FCBuffer.getFeatureReader
(URI document, int capacity, int timeout) FCBuffer.getFeatureReader
(URI document, int capacity, int timeout, SimpleFeatureType ft) FCBuffer.getFeatureReader
(URI document, int capacity, SimpleFeatureType ft)