Uses of Interface
org.geotools.api.data.FeatureReader
-
-
Uses of FeatureReader in org.geotools.api.data
Subinterfaces of FeatureReader in org.geotools.api.data Modifier and Type Interface Description interface
DelegatingFeatureReader<T extends FeatureType,F extends Feature>
Interface for wrapping feature readers which delegate to another feature reader.interface
SimpleFeatureReader
FeatureReader for SimpleFeature content.Methods in org.geotools.api.data that return FeatureReader Modifier and Type Method Description FeatureReader<T,F>
DelegatingFeatureReader. getDelegate()
FeatureReader<SimpleFeatureType,SimpleFeature>
DataStore. getFeatureReader(Query query, Transaction transaction)
Gets aFeatureReader
for features selected by the givenQuery
.FeatureReader<SimpleFeatureType,SimpleFeature>
FileDataStore. getFeatureReader()
Methods in org.geotools.api.data with parameters of type FeatureReader Modifier and Type Method Description void
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 FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
JoiningJDBCFeatureSource. 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 FeatureReader Modifier and Type Class Description class
CollectionFeatureReader
FeatureReaderthat reads features from a java.util.collection of features, an array of features or a FeatureCollection. class
DefaultFeatureReader
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
FIDFeatureReader
Experimental FeatureReaderthat always takes the first column of the attributeReader as the FeatureID. class
FilteringFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReaderthat does filtering. class
MaxFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReaderthat limits itself to the number of features passed in. class
ReTypeFeatureReader
Supports on the fly retyping of FeatureReadercontents. Fields in org.geotools.data declared as FeatureReader Modifier and Type Field Description protected FeatureReader<T,F>
FilteringFeatureReader. featureReader
protected FeatureReader<T,F>
MaxFeatureReader. featureReader
protected FeatureReader<SimpleFeatureType,SimpleFeature>
DiffFeatureWriter. reader
Methods in org.geotools.data that return FeatureReader Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
DefaultFeatureResults. boundsReader()
Retrieve a FeatureReaderfor the geometry attributes only, designed for bounds computation FeatureReader<T,F>
FilteringFeatureReader. getDelegate()
FeatureReader<T,F>
MaxFeatureReader. getDelegate()
FeatureReader<SimpleFeatureType,SimpleFeature>
ReTypeFeatureReader. getDelegate()
static FeatureReader<SimpleFeatureType,SimpleFeature>
DataUtilities. reader(Collection<SimpleFeature> collection)
Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static FeatureReader<SimpleFeatureType,SimpleFeature>
DataUtilities. reader(SimpleFeature... features)
Creates a FeatureReaderfor testing. FeatureReader<SimpleFeatureType,SimpleFeature>
DefaultFeatureResults. reader()
Retrieve a FeatureReaderfor this Query Methods in org.geotools.data with parameters of type FeatureReader Modifier and Type Method Description static 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 FeatureReader Constructor Description DiffFeatureReader(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 FeatureReader Modifier and Type Class Description class
DelegateFeatureReader<T extends FeatureType,F extends Feature>
A FeatureReader that wraps up a normal FeatureIterator.Methods in org.geotools.data.collection that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
TreeSetFeatureCollection. reader()
-
Uses of FeatureReader in org.geotools.data.crs
Classes in org.geotools.data.crs that implement FeatureReader Modifier and Type Class Description class
ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureReader provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureReader
ReprojectFeatureReader provides a reprojection for FeatureTypes.Fields in org.geotools.data.crs declared as FeatureReader Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
ForceCoordinateSystemFeatureReader. reader
Methods in org.geotools.data.crs that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
ReprojectFeatureReader. getDelegate()
Constructors in org.geotools.data.crs with parameters of type FeatureReader Constructor Description ForceCoordinateSystemFeatureReader(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 FeatureReader Modifier and Type Class Description class
CSVFeatureReader
Methods in org.geotools.data.csv that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
CSVDataStore. 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 FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
DirectoryDataStore. getFeatureReader(Query query, Transaction transaction)
Methods in org.geotools.data.directory with parameters of type FeatureReader Modifier and Type Method Description void
DirectoryFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
-
Uses of FeatureReader in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureReader Modifier and Type Class Description class
PreGeneralizedFeatureReader
Fields in org.geotools.data.gen declared as FeatureReader Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
PreGeneralizedFeatureReader. backendReader
Methods in org.geotools.data.gen that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
PreGeneralizedDataStore. getFeatureReader(Query query, Transaction transaction)
FeatureReader<SimpleFeatureType,SimpleFeature>
PreGeneralizedFeatureSource. getFeatureReader(Query query, Transaction transaction)
Constructors in org.geotools.data.gen with parameters of type FeatureReader Constructor Description PreGeneralizedFeatureReader(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 FeatureReader Modifier and Type Class Description class
GeoJSONFeatureReader
Methods in org.geotools.data.geojson.store that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
GeoJSONDataStore. getFeatureReader()
protected FeatureReader<SimpleFeatureType,SimpleFeature>
GeoJSONFeatureSource. getReaderInternal(Query query)
protected FeatureReader<SimpleFeatureType,SimpleFeature>
GeoJSONFeatureStore. getReaderInternal(Query query)
-
Uses of FeatureReader in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureReader Modifier and Type Class Description class
MemoryFeatureReader
Read contents from MemoryDataStore.Methods in org.geotools.data.memory that return FeatureReader Modifier and Type Method Description protected 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 FeatureReader Modifier and Type Method Description void
MemoryDataStore. addFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Configures MemoryDataStore with FeatureReader.Constructors in org.geotools.data.memory with parameters of type FeatureReader Constructor Description MemoryDataStore(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
-
Uses of FeatureReader in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureReader Modifier and Type Class Description class
MongoFeatureReader
Methods in org.geotools.data.mongodb that return FeatureReader Modifier and Type Method Description protected 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 FeatureReader Modifier and Type Class Description class
PropertyFeatureReader
Read a property file directly.Methods in org.geotools.data.property that return FeatureReader Modifier and Type Method Description protected 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 Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
ShapefileDataStore. getFeatureReader()
-
Uses of FeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement FeatureReader Modifier and Type Class Description class
DelegateSimpleFeatureReader
class
EmptySimpleFeatureReader
SimpleFeatureReader with no content.class
FilteringSimpleFeatureReader
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 Modifier and Type Class Description class
SortedFeatureReader
FeatureReader used to sort contents. -
Uses of FeatureReader in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureReader Modifier and Type Field Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
DiffContentFeatureWriter. reader
Methods in org.geotools.data.store that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
ContentDataStore. getFeatureReader(Query query, Transaction tx)
Returns a feature reader for the specified query and transaction.FeatureReader<SimpleFeatureType,SimpleFeature>
DecoratingDataStore. getFeatureReader(Query query, Transaction transaction)
FeatureReader<SimpleFeatureType,SimpleFeature>
ContentFeatureSource. getReader()
Returns a feature reader for all features.FeatureReader<SimpleFeatureType,SimpleFeature>
ContentFeatureSource. getReader(Query query)
Returns a reader for the features specified by a query.FeatureReader<SimpleFeatureType,SimpleFeature>
ContentFeatureSource. getReader(Filter filter)
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.FeatureReader<SimpleFeatureType,SimpleFeature>
DataFeatureCollection. reader()
FeatureReader<T,F>
FilteringFeatureCollection. reader()
FeatureReader<T,F>
MaxFeaturesFeatureCollection. reader()
FeatureReader<SimpleFeatureType,SimpleFeature>
ReprojectingFeatureCollection. reader()
FeatureReader<SimpleFeatureType,SimpleFeature>
ReTypingFeatureCollection. reader()
Methods in org.geotools.data.store with parameters of type FeatureReader Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>
DiffTransactionState. diffWriter(ContentFeatureStore contentFeatureStore, FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Provides a wrapper on the provided reader which gives a diff writer.void
ContentFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Sets the feature of the source.Constructors in org.geotools.data.store with parameters of type FeatureReader Constructor Description DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader)
DiffFeatureWriter construction.DiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType,SimpleFeature> reader, SimpleFeatureBuilder builder)
DiffFeatureWriter construction.WrappingFeatureIterator(FeatureReader<SimpleFeatureType,SimpleFeature> delegate)
-
Uses of FeatureReader in org.geotools.data.transform
Methods in org.geotools.data.transform that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
SingleFeatureSourceDataStore. getFeatureReader(Query query, Transaction transaction)
Methods in org.geotools.data.transform with parameters of type FeatureReader Modifier and Type Method Description void
TransformFeatureStore. setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
-
Uses of FeatureReader in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement FeatureReader Modifier and Type Class Description class
VPFFeatureReader
Methods in org.geotools.data.vpf that return FeatureReader Modifier and Type Method Description protected 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 FeatureReader Modifier and Type Class Description class
VPFFileFeatureReader
A feature reader for the VPFFile objectMethods in org.geotools.data.vpf.file that return FeatureReader Modifier and Type Method Description protected 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 FeatureReader Modifier and Type Method Description ReferencedEnvelope
WFSDiff. batchModify(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures, ContentState contentState)
Constructors in org.geotools.data.wfs with parameters of type FeatureReader Constructor Description WFSFeatureWriter(WFSFeatureStore store, WFSLocalTransactionState localSate, FeatureReader<SimpleFeatureType,SimpleFeature> reader, boolean autoCommit)
-
Uses of FeatureReader in org.geotools.feature
Methods in org.geotools.feature that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
DefaultFeatureCollection. reader()
Constructors in org.geotools.feature with parameters of type FeatureReader Constructor Description FeatureReaderIterator(FeatureReader<? extends FeatureType,F> reader)
-
Uses of FeatureReader in org.geotools.feature.collection
Methods in org.geotools.feature.collection that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
FilteringSimpleFeatureCollection. reader()
-
Uses of FeatureReader in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
DataStoreWrapper. getFeatureReader(Query query, Transaction transaction)
-
Uses of FeatureReader in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type FeatureReader Modifier and Type Method Description static SimpleFeatureReader
Features. simple(FeatureReader r)
-
Uses of FeatureReader in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type FeatureReader Modifier and Type Method Description void
FeatureTransformer.FeatureTranslator. handleFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
-
Uses of FeatureReader in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureReader Modifier and Type Class Description class
JDBCClosingFeatureReader
class
JDBCFeatureReader
Reader for jdbc datastoreclass
JDBCInsertFeatureWriter
Inserts features in the database.class
JDBCJoiningFeatureReader
Feature reader that wraps multiple feature readers in a join query.class
JDBCJoiningFilteringFeatureReader
Feature reader that wraps multiple feature readers in a joining / post filtered query.class
JDBCUpdateFeatureWriter
class
JDBCUpdateInsertFeatureWriter
Methods in org.geotools.jdbc that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
JDBCClosingFeatureReader. getDelegate()
FeatureReader<SimpleFeatureType,SimpleFeature>
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 FeatureReader Constructor Description JDBCClosingFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
JDBCJoiningFilteringFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> delegate, JoinInfo join)
-
Uses of FeatureReader in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return FeatureReader Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>
IndexedFeatureResults. reader()
FeatureReader<SimpleFeatureType,SimpleFeature>
IndexedFeatureResults. reader(Envelope envelope)
-
Uses of FeatureReader in org.geotools.stac.store
Classes in org.geotools.stac.store that implement FeatureReader Modifier and Type Class Description class
AssetsMappingReader
Maps the "assets" extra property into a legit attribute (assumes theSTACFeatureSource.ASSETS
property is in the target typeclass
CollectionReader
Gives aSimpleFeatureReader
interface to a feature collection, for compatibility withContentFeatureSource
.Methods in org.geotools.stac.store that return FeatureReader Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
STACFeatureSource. getReaderInternal(Query query)
-
Uses of FeatureReader in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return FeatureReader Modifier and Type Method Description protected FeatureReader<SimpleFeatureType,SimpleFeature>
VectorMosaicFeatureSource. getReaderInternal(Query query)
-
Uses of FeatureReader in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement FeatureReader Modifier and Type Class Description class
FCBuffer
Feature Buffer ... acts as a FeatureReaderby making itself as a seperate thread prior starting execution with the SAX Parser. Methods in org.geotools.xml.gml that return FeatureReader Modifier and Type Method Description static FeatureReader<SimpleFeatureType,SimpleFeature>
FCBuffer. 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.static FeatureReader<SimpleFeatureType,SimpleFeature>
FCBuffer. getFeatureReader(URI document, int capacity, int timeout)
static FeatureReader<SimpleFeatureType,SimpleFeature>
FCBuffer. getFeatureReader(URI document, int capacity, int timeout, SimpleFeatureType ft)
static FeatureReader<SimpleFeatureType,SimpleFeature>
FCBuffer. getFeatureReader(URI document, int capacity, SimpleFeatureType ft)
-