Package | Description |
---|---|
org.geotools.appschema.jdbc | |
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.collection |
Implementations of FeatureCollection for different purposes.
|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.data.directory | |
org.geotools.data.gen | |
org.geotools.data.memory | |
org.geotools.data.mongodb | |
org.geotools.data.property | |
org.geotools.data.shapefile | |
org.geotools.data.simple | |
org.geotools.data.sort | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.data.wfs | |
org.geotools.feature | |
org.geotools.feature.collection |
Helper classes for implementing FeatureCollections.
|
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.geopkg | |
org.geotools.gml.producer | |
org.geotools.jdbc | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.xml.gml |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
ArcSDEFeatureReader
FeatureReader
|
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction)
Returns an
ArcSDEFeatureReader
Preconditions:
query ! |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction,
SimpleFeatureType featureType) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSdeFeatureSource.getfeatureReader(SimpleFeatureType targetSchema,
Query query) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSdeFeatureCollection.reader() |
Modifier and Type | Method and Description |
---|---|
void |
ArcSdeFeatureStore.setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingFeatureReader<T extends FeatureType,F extends Feature>
Interface for wrapping feature readers which delegate to another feature reader.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionFeatureReader
FeatureReader
|
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 FeatureReader
|
class |
FilteringFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReader
|
class |
MaxFeatureReader<T extends FeatureType,F extends Feature>
Basic support for a FeatureReader
|
class |
ReTypeFeatureReader
Supports on the fly retyping of FeatureReader
|
Modifier and Type | Field and Description |
---|---|
protected FeatureReader<T,F> |
FilteringFeatureReader.featureReader |
protected FeatureReader<T,F> |
MaxFeatureReader.featureReader |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
DiffFeatureWriter.reader |
Modifier and Type | Method and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
DefaultFeatureResults.boundsReader()
Retrieve a FeatureReader
|
FeatureReader |
ReTypeFeatureReader.getDelegate() |
FeatureReader<T,F> |
FilteringFeatureReader.getDelegate() |
FeatureReader<T,F> |
DelegatingFeatureReader.getDelegate() |
FeatureReader<T,F> |
MaxFeatureReader.getDelegate() |
FeatureReader<SimpleFeatureType,SimpleFeature> |
FileDataStore.getFeatureReader() |
FeatureReader<SimpleFeatureType,SimpleFeature> |
DataStore.getFeatureReader(Query query,
Transaction transaction)
Gets a
FeatureReader for features selected by the given Query . |
FeatureReader<SimpleFeatureType,SimpleFeature> |
DefaultFeatureResults.reader()
Retrieve a FeatureReader
|
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(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)
Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).
|
static FeatureReader<SimpleFeatureType,SimpleFeature> |
DataUtilities.reader(SimpleFeature[] features)
Creates a FeatureReader
|
Modifier and Type | Method and 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.
|
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.
|
static SimpleFeatureReader |
DataUtilities.simple(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Constructor and 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 AbstractFeatureReader
Please don't call this method with Filter.INCLUDE or Filter.EXCLUDE (consider not
filtering and EmptyFeatureReader instead)
|
MaxFeatureReader(FeatureReader<T,F> featureReader,
int maxFeatures)
Creates a new instance of MaxFeatureReader
|
ReTypeFeatureReader(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.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateFeatureReader<T extends FeatureType,F extends Feature>
A FeatureReader that wraps up a normal FeatureIterator.
|
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
TreeSetFeatureCollection.reader() |
Modifier and Type | Class and Description |
---|---|
class |
ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureReader provides a CoordinateReferenceSystem for FeatureTypes.
|
class |
ReprojectFeatureReader
ReprojectFeatureReader provides a reprojection for FeatureTypes.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
ForceCoordinateSystemFeatureReader.reader |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ReprojectFeatureReader.getDelegate() |
Constructor and Description |
---|
ForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
CoordinateReferenceSystem cs)
Builds a new ForceCoordinateSystemFeatureReader
|
ForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
CoordinateReferenceSystem cs,
boolean forceOnlyMissing)
Builds a new ForceCoordinateSystemFeatureReader
|
ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
CoordinateReferenceSystem cs)
Constructor that will generate schema and mathTransform for the results.
|
ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
SimpleFeatureType schema,
MathTransform transform)
Direct constructor reprojecting the provided reader into the schema indicated (using the
supplied math transformation).
|
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DirectoryDataStore.getFeatureReader(Query query,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryFeatureStore.setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Modifier and Type | Class and Description |
---|---|
class |
PreGeneralizedFeatureReader |
Modifier and Type | Field and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
PreGeneralizedFeatureReader.backendReader |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
PreGeneralizedDataStore.getFeatureReader(Query query,
Transaction transaction) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
PreGeneralizedFeatureSource.getFeatureReader(Query query,
Transaction transaction) |
Constructor and Description |
---|
PreGeneralizedFeatureReader(SimpleFeatureType featureTyp,
int[] indexMapping,
FeatureReader<SimpleFeatureType,SimpleFeature> backendReader,
String geomPropertyName,
String backendGeomPropertyName) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureReader
Read contents from MemoryDataStore.
|
Modifier and Type | Method and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MemoryFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MemoryFeatureSource.getReaderInternal(Query query) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryDataStore.addFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Configures MemoryDataStore with FeatureReader.
|
Constructor and Description |
---|
MemoryDataStore(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Modifier and Type | Class and Description |
---|---|
class |
MongoFeatureReader |
Modifier and Type | Method and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MongoFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MongoFeatureSource.getReaderInternal(Query query) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFeatureReader
Read a property file directly.
|
Modifier and Type | Method and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
PropertyFeatureSource.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
PropertyFeatureStore.getReaderInternal(Query query) |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ShapefileDataStore.getFeatureReader() |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleFeatureReader
FeatureReader for SimpleFeature content.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateSimpleFeatureReader |
class |
EmptySimpleFeatureReader
SimpleFeatureReader with no content.
|
class |
FilteringSimpleFeatureReader
Filter simple reader content as it is being read.
|
Modifier and Type | Class and Description |
---|---|
class |
SortedFeatureReader
FeatureReader used to sort contents.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
DiffContentFeatureWriter.reader |
Modifier and Type | Method and 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(Filter filter)
Returns a reader for features specified by a particular filter.
|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ContentFeatureSource.getReader(Query query)
Returns a reader for the features specified by a query.
|
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<SimpleFeatureType,SimpleFeature> |
ReTypingFeatureCollection.reader() |
FeatureReader<T,F> |
MaxFeaturesFeatureCollection.reader() |
FeatureReader<T,F> |
FilteringFeatureCollection.reader() |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ReprojectingFeatureCollection.reader() |
Modifier and Type | Method and 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.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
SingleFeatureSourceDataStore.getFeatureReader(Query query,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
TransformFeatureStore.setFeatures(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope |
WFSDiff.batchModify(Name[] properties,
Object[] values,
Filter filter,
FeatureReader<SimpleFeatureType,SimpleFeature> oldFeatures,
ContentState contentState) |
Constructor and Description |
---|
WFSFeatureWriter(WFSFeatureStore store,
WFSLocalTransactionState localSate,
FeatureReader<SimpleFeatureType,SimpleFeature> reader,
boolean autoCommit) |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DefaultFeatureCollection.reader() |
Constructor and Description |
---|
FeatureReaderIterator(FeatureReader<? extends FeatureType,F> reader) |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
FilteringSimpleFeatureCollection.reader() |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DataStoreWrapper.getFeatureReader(Query query,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureReader |
Features.simple(FeatureReader r) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureTransformer.FeatureTranslator.handleFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCClosingFeatureReader |
class |
JDBCFeatureReader
Reader for jdbc datastore
|
class |
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 |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCJoiningFilteringFeatureReader.getDelegate() |
FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCClosingFeatureReader.getDelegate() |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCFeatureSource.getReaderInternal(Query query) |
Constructor and Description |
---|
JDBCClosingFeatureReader(FeatureReader reader) |
JDBCJoiningFilteringFeatureReader(FeatureReader delegate,
JoinInfo join) |
Modifier and Type | Method and Description |
---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
IndexedFeatureResults.reader() |
FeatureReader<SimpleFeatureType,SimpleFeature> |
IndexedFeatureResults.reader(Envelope envelope) |
Modifier and Type | Class and Description |
---|---|
class |
FCBuffer
Feature Buffer ... acts as a FeatureReader
|
Modifier and Type | Method and 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) |
Copyright © 1996–2019 Geotools. All rights reserved.