|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureReader in org.geotools.arcsde.data |
---|
Classes in org.geotools.arcsde.data that implement FeatureReader | |
---|---|
class |
ArcSDEFeatureReader
FeatureReader |
Methods in org.geotools.arcsde.data that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction)
Returns an ArcSDEFeatureReader |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction,
org.opengis.feature.simple.SimpleFeatureType featureType)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSdeFeatureSource.getfeatureReader(org.opengis.feature.simple.SimpleFeatureType targetSchema,
Query query)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSdeFeatureCollection.reader()
|
Methods in org.geotools.arcsde.data with parameters of type FeatureReader | |
---|---|
void |
ArcSdeFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Uses of FeatureReader in org.geotools.caching.grid.featurecache.readers |
---|
Classes in org.geotools.caching.grid.featurecache.readers that implement FeatureReader | |
---|---|
class |
CombiningCachingFeatureReader
This feature reader reads features from two sources. |
class |
GridCacheFeatureReader
Feature Reader that reads features from a cache. |
Constructors in org.geotools.caching.grid.featurecache.readers with parameters of type FeatureReader | |
---|---|
CombiningCachingFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader1,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader2,
boolean cache1,
boolean cache2,
SpatialIndex cache,
org.opengis.filter.Filter postFilter)
Creates a new feature reader that combines the results from two feature reads and optionally caches the results. |
|
CombiningCachingFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader1,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader2,
boolean cache1,
boolean cache2,
SpatialIndex cache,
org.opengis.filter.Filter postFilter)
Creates a new feature reader that combines the results from two feature reads and optionally caches the results. |
Uses of FeatureReader in org.geotools.data |
---|
Subinterfaces of FeatureReader in org.geotools.data | |
---|---|
interface |
DelegatingFeatureReader<T extends FeatureType,F extends Feature>
Interface for wrapping feature readers which delegate to another feature reader. |
Classes in org.geotools.data that implement FeatureReader | |
---|---|
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 |
Fields in org.geotools.data declared as FeatureReader | |
---|---|
protected FeatureReader<T,F> |
FilteringFeatureReader.featureReader
|
protected FeatureReader<T,F> |
MaxFeatureReader.featureReader
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DiffFeatureWriter.reader
|
Methods in org.geotools.data that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureResults.boundsReader()
Retrieve a FeatureReader |
FeatureReader |
ReTypeFeatureReader.getDelegate()
|
FeatureReader<T,F> |
DelegatingFeatureReader.getDelegate()
|
FeatureReader<T,F> |
FilteringFeatureReader.getDelegate()
|
FeatureReader<T,F> |
MaxFeatureReader.getDelegate()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFileDataStore.getFeatureReader()
Singular version, which must be implemented to represent a Reader for the url being read. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FileDataStore.getFeatureReader()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractDataStore.getFeatureReader(Query query,
Transaction transaction)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataStore.getFeatureReader(Query query,
Transaction transaction)
Access a FeatureReader providing access to Feature information. |
protected abstract FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractDataStore.getFeatureReader(java.lang.String typeName)
Subclass must implement. |
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractDataStore.getFeatureReader(java.lang.String typeName,
Query query)
GR: this method is called from inside getFeatureReader(Query ,Transaction ) to allow subclasses return an optimized FeatureReader query |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureResults.reader()
Retrieve a FeatureReader |
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.reader(java.util.Collection<org.opengis.feature.simple.SimpleFeature> collection)
Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ). |
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.reader(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ). |
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.reader(org.opengis.feature.simple.SimpleFeature[] features)
Creates a FeatureReader |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
TransactionStateDiff.reader(java.lang.String typeName)
Convience Method for a Transaction based FeatureReader. |
Methods in org.geotools.data with parameters of type FeatureReader | |
---|---|
java.util.Set<java.lang.String> |
AbstractFeatureStore.addFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Add Features from reader to this FeatureStore. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Copies the provided reader into a FeatureCollection, reader will be closed. |
protected int |
DataTestCase.count(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Counts the number of Features returned by the specified reader. |
void |
AbstractFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Replace with contents of reader. |
void |
FeatureStore.setFeatures(FeatureReader<T,F> reader)
Deletes the all the current Features of this datasource and adds the new collection. |
Constructors in org.geotools.data with parameters of type FeatureReader | |
---|---|
DiffFeatureReader(FeatureReader<T,F> reader,
Diff diff2)
This constructor grabs a "copy" of the current diff. |
|
DiffFeatureReader(FeatureReader<T,F> reader,
Diff diff2,
org.opengis.filter.Filter filter)
This constructor grabs a "copy" of the current diff. |
|
DiffFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
Diff diff)
DiffFeatureWriter construction. |
|
DiffFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
Diff diff,
org.opengis.filter.Filter filter)
DiffFeatureWriter construction. |
|
FilteringFeatureReader(FeatureReader<T,F> featureReader,
org.opengis.filter.Filter filter)
Creates a new instance of AbstractFeatureReader |
|
MaxFeatureReader(FeatureReader<T,F> featureReader,
int maxFeatures)
Creates a new instance of MaxFeatureReader |
|
ReTypeFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.feature.simple.SimpleFeatureType featureType)
Constructs a FetureReader that will ReType streaming content. |
|
ReTypeFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.feature.simple.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 | |
---|---|
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 | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
CollectionDataStore.getFeatureReader(java.lang.String typeName)
Provides FeatureReader typeName . |
Uses of FeatureReader in org.geotools.data.crs |
---|
Classes in org.geotools.data.crs that implement FeatureReader | |
---|---|
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 | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ForceCoordinateSystemFeatureReader.reader
|
Methods in org.geotools.data.crs that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReprojectFeatureReader.getDelegate()
|
Constructors in org.geotools.data.crs with parameters of type FeatureReader | |
---|---|
ForceCoordinateSystemFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.referencing.crs.CoordinateReferenceSystem cs)
Builds a new ForceCoordinateSystemFeatureReader |
|
ForceCoordinateSystemFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.referencing.crs.CoordinateReferenceSystem cs,
boolean forceOnlyMissing)
Builds a new ForceCoordinateSystemFeatureReader |
|
ReprojectFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.referencing.crs.CoordinateReferenceSystem cs)
|
|
ReprojectFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
org.opengis.feature.simple.SimpleFeatureType schema,
org.opengis.referencing.operation.MathTransform transform)
|
Uses of FeatureReader in org.geotools.data.dir |
---|
Methods in org.geotools.data.dir that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DirectoryDataStore.getFeatureReader(Query query,
Transaction transaction)
Deprecated. |
Uses of FeatureReader in org.geotools.data.directory |
---|
Methods in org.geotools.data.directory that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DirectoryDataStore.getFeatureReader(Query query,
Transaction transaction)
|
Methods in org.geotools.data.directory with parameters of type FeatureReader | |
---|---|
void |
DirectoryFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Uses of FeatureReader in org.geotools.data.gen |
---|
Classes in org.geotools.data.gen that implement FeatureReader | |
---|---|
class |
PreGeneralizedFeatureReader
|
Fields in org.geotools.data.gen declared as FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureReader.backendReader
|
Methods in org.geotools.data.gen that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedDataStore.getFeatureReader(Query query,
Transaction transaction)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureSource.getFeatureReader(Query query,
Transaction transaction)
|
Constructors in org.geotools.data.gen with parameters of type FeatureReader | |
---|---|
PreGeneralizedFeatureReader(org.opengis.feature.simple.SimpleFeatureType featureTyp,
int[] indexMapping,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> backendReader,
java.lang.String geomPropertyName,
java.lang.String backendGeomPropertyName)
|
Uses of FeatureReader in org.geotools.data.jdbc |
---|
Classes in org.geotools.data.jdbc that implement FeatureReader | |
---|---|
class |
JDBCFeatureReader
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
Fields in org.geotools.data.jdbc declared as FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureWriter.reader
Deprecated. |
Methods in org.geotools.data.jdbc that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBC1DataStore.createFeatureReader(org.opengis.feature.simple.SimpleFeatureType schema,
org.opengis.filter.Filter postFilter,
QueryData queryData)
Deprecated. Create a new FeatureReader |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBC1DataStore.getFeatureReader(Query query,
Transaction trans)
Deprecated. The top level method for getting a FeatureReader. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBC1DataStore.getFeatureReader(org.opengis.feature.simple.SimpleFeatureType requestType,
org.opengis.filter.Filter filter,
Transaction transaction)
Deprecated. This is a public entry point to the DataStore. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureCollection.reader()
Deprecated. JDBCDataStore has a more direct query method |
Methods in org.geotools.data.jdbc with parameters of type FeatureReader | |
---|---|
java.util.Set |
JDBCFeatureStore.addFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Deprecated. Add Features from reader to this FeatureStore. |
protected JDBCFeatureWriter |
JDBC1DataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
QueryData queryData)
Deprecated. |
void |
JDBCFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Deprecated. Replace with contents of reader. |
Constructors in org.geotools.data.jdbc with parameters of type FeatureReader | |
---|---|
JDBCFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
QueryData queryData)
Deprecated. |
|
JDBCPSFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
Deprecated. Creates a new instance of JDBCFeatureWriter |
|
JDBCTextFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
Deprecated. Creates a new instance of JDBCFeatureWriter |
Uses of FeatureReader in org.geotools.data.memory |
---|
Methods in org.geotools.data.memory that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
MemoryDataStore.getFeatureReader(java.lang.String typeName)
Provides FeatureReader typeName . |
Methods in org.geotools.data.memory with parameters of type FeatureReader | |
---|---|
void |
MemoryDataStore.addFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Configures MemoryDataStore with FeatureReader. |
Constructors in org.geotools.data.memory with parameters of type FeatureReader | |
---|---|
MemoryDataStore(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Uses of FeatureReader in org.geotools.data.mysql |
---|
Methods in org.geotools.data.mysql with parameters of type FeatureReader | |
---|---|
protected JDBCFeatureWriter |
MySQLDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader,
QueryData queryData)
|
Constructors in org.geotools.data.mysql with parameters of type FeatureReader | |
---|---|
MySQLFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
|
Uses of FeatureReader in org.geotools.data.oracle |
---|
Methods in org.geotools.data.oracle with parameters of type FeatureReader | |
---|---|
protected JDBCFeatureWriter |
OracleDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
Returns a Oracle text based feature writer that just issues the sql statements directly, as text. |
Constructors in org.geotools.data.oracle with parameters of type FeatureReader | |
---|---|
OracleFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
|
Uses of FeatureReader in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisDataStore.getFeatureReader(Query query,
Transaction trans)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PostgisDataStore.getFeatureReader(org.opengis.feature.simple.SimpleFeatureType requestType,
org.opengis.filter.Filter filter,
Transaction transaction)
This is a public entry point to the DataStore. |
Methods in org.geotools.data.postgis with parameters of type FeatureReader | |
---|---|
protected JDBCFeatureWriter |
PostgisDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData)
DOCUMENT ME! |
void |
VersionedPostgisFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Constructors in org.geotools.data.postgis with parameters of type FeatureReader | |
---|---|
PostgisFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader,
QueryData queryData,
boolean WKBEnabled,
boolean byteaWKB,
PostgisSQLBuilder sqlBuilder)
|
Uses of FeatureReader in org.geotools.data.postgis.synch |
---|
Methods in org.geotools.data.postgis.synch that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SynchronizedPostgisDataStore.getFeatureReader(Query query,
Transaction trans)
|
Uses of FeatureReader in org.geotools.data.property |
---|
Classes in org.geotools.data.property that implement FeatureReader | |
---|---|
class |
PropertyFeatureReader
DOCUMENT ME! |
Methods in org.geotools.data.property that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PropertyDataStore.getFeatureReader(java.lang.String typeName)
|
Uses of FeatureReader in org.geotools.data.shapefile |
---|
Fields in org.geotools.data.shapefile declared as FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ShapefileFeatureWriter.featureReader
|
Methods in org.geotools.data.shapefile that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ShapefileDataStore.getFeatureReader()
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ShapefileDataStore.getFeatureReader(java.lang.String typeName)
Create a FeatureReader |
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ShapefileDataStore.getFeatureReader(java.lang.String typeName,
Query query)
Just like the basic version, but adds a small optimization: if no attributes are going to be read, don't uselessly open and read the dbf file. |
Constructors in org.geotools.data.shapefile with parameters of type FeatureReader | |
---|---|
ShapefileFeatureWriter(java.lang.String typeName,
ShpFiles shpFiles,
ShapefileAttributeReader attsReader,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureReader,
java.nio.charset.Charset charset)
|
Uses of FeatureReader in org.geotools.data.shapefile.indexed |
---|
Methods in org.geotools.data.shapefile.indexed that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
IndexedShapefileDataStore.createFeatureReader(java.lang.String typeName,
IndexedShapefileAttributeReader r,
org.opengis.feature.simple.SimpleFeatureType readerSchema)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
IndexedShapefileDataStore.getFeatureReader(java.lang.String typeName,
Query query)
Use the spatial index if available and adds a small optimization: if no attributes are going to be read, don't uselessly open and read the dbf file. |
Uses of FeatureReader in org.geotools.data.store |
---|
Methods in org.geotools.data.store that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ActiveTypeEntry.createReader()
Create a reader for this query. |
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ActiveTypeEntry.createReader(Query query)
GR: this method is called from inside getFeatureReader(Query ,Transaction ) to allow subclasses return an optimized FeatureReader query |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentDataStore.getFeatureReader(Query query,
Transaction tx)
Returns a feature reader for the specified query and transaction. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractDataStore2.getFeatureReader(Query query,
Transaction transaction)
Access a FeatureReader |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureSource.getReader()
Returns a feature reader for all features. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureSource.getReader(org.opengis.filter.Filter filter)
Returns a reader for features specified by a particular filter. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureSource.getReader(Query query)
Returns a reader for the features specified by a query. |
protected abstract FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureSource.getReaderInternal(Query query)
Subclass method for returning a native reader from the datastore. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataFeatureCollection.reader()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
TypeDiffState.reader()
Convience Method for a Transaction based FeatureReader. |
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReprojectingFeatureCollection.reader()
|
FeatureReader<T,F> |
FilteringFeatureCollection.reader()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReTypingFeatureCollection.reader()
|
FeatureReader<T,F> |
MaxFeaturesFeatureCollection.reader()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ActiveTypeEntry.reader(Query query,
Transaction transaction)
Access a FeatureReader |
Methods in org.geotools.data.store with parameters of type FeatureReader | |
---|---|
void |
ContentFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Sets the feature of the source. |
Constructors in org.geotools.data.store with parameters of type FeatureReader | |
---|---|
ContentFeatureCollection.WrappingFeatureIterator(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate)
|
|
ContentFeatureCollection.WrappingIterator(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate)
|
Uses of FeatureReader in org.geotools.data.vpf |
---|
Classes in org.geotools.data.vpf that implement FeatureReader | |
---|---|
class |
VPFFeatureReader
|
Methods in org.geotools.data.vpf that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VPFLibrary.getFeatureReader(java.lang.String typeName)
|
Uses of FeatureReader in org.geotools.data.vpf.file |
---|
Classes in org.geotools.data.vpf.file that implement FeatureReader | |
---|---|
class |
VPFFileFeatureReader
A feature reader for the VPFFile object |
Methods in org.geotools.data.vpf.file that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VPFFileStore.getFeatureReader(java.lang.String pathName)
|
Uses of FeatureReader in org.geotools.data.wfs.v1_0_0 |
---|
Classes in org.geotools.data.wfs.v1_0_0 that implement FeatureReader | |
---|---|
protected class |
MapServerWFSStrategy.MapServerWFSFeatureReader
|
class |
WFSFeatureReader
DOCUMENT ME! |
Methods in org.geotools.data.wfs.v1_0_0 that return FeatureReader | |
---|---|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
MapServerWFSStrategy.createFeatureReader(Transaction transaction,
Query query)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_0_0_DataStore.getFeatureReader(Query query,
Transaction transaction)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_0_0_DataStore.getFeatureReader(java.lang.String typeName)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_0_0_DataStore.getFeatureReader(java.lang.String typeName,
Query query)
|
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFSFeatureReader.getFeatureReader(java.net.URI document,
int capacity,
int timeout,
WFSTransactionState transaction,
org.opengis.feature.simple.SimpleFeatureType ft)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_0_0_DataStore.getFeatureReaderGet(Query request,
Transaction transaction)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_0_0_DataStore.getFeatureReaderPost(Query query,
Transaction transaction)
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFSFeatureSource.WFSFeatureResults.reader()
|
Methods in org.geotools.data.wfs.v1_0_0 with parameters of type FeatureReader | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
WFSFeatureStore.addFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
void |
WFSFeatureStore.setFeatures(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Uses of FeatureReader in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFS_1_1_0_DataStore.getFeatureReader(Query query,
Transaction transaction)
|
Uses of FeatureReader in org.geotools.feature |
---|
Methods in org.geotools.feature that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollection.reader()
|
Constructors in org.geotools.feature with parameters of type FeatureReader | |
---|---|
FeatureReaderIterator(FeatureReader<? extends org.opengis.feature.type.FeatureType,F> reader)
|
Uses of FeatureReader in org.geotools.feature.collection |
---|
Methods in org.geotools.feature.collection that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureCollection.reader()
|
Uses of FeatureReader in org.geotools.gml.producer |
---|
Methods in org.geotools.gml.producer with parameters of type FeatureReader | |
---|---|
void |
FeatureTransformer.FeatureTranslator.handleFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
|
Uses of FeatureReader in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement FeatureReader | |
---|---|
class |
JDBCClosingFeatureReader
|
class |
JDBCInsertFeatureWriter
|
class |
JDBCUpdateFeatureWriter
|
class |
JDBCUpdateInsertFeatureWriter
|
Methods in org.geotools.jdbc that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCClosingFeatureReader.getDelegate()
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureSource.getReaderInternal(Query query)
|
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureStore.getReaderInternal(Query query)
|
Constructors in org.geotools.jdbc with parameters of type FeatureReader | |
---|---|
JDBCClosingFeatureReader(FeatureReader reader)
|
Uses of FeatureReader in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite that return FeatureReader | |
---|---|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
IndexedFeatureResults.reader()
|
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
IndexedFeatureResults.reader(com.vividsolutions.jts.geom.Envelope envelope)
|
Uses of FeatureReader in org.geotools.xml.gml |
---|
Classes in org.geotools.xml.gml that implement FeatureReader | |
---|---|
class |
FCBuffer
Feature Buffer ... |
Methods in org.geotools.xml.gml that return FeatureReader | |
---|---|
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FCBuffer.getFeatureReader(java.net.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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FCBuffer.getFeatureReader(java.net.URI document,
int capacity,
int timeout)
|
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FCBuffer.getFeatureReader(java.net.URI document,
int capacity,
int timeout,
org.opengis.feature.simple.SimpleFeatureType ft)
|
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FCBuffer.getFeatureReader(java.net.URI document,
int capacity,
org.opengis.feature.simple.SimpleFeatureType ft)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |