Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
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.store | |
org.geotools.data.transform | |
org.geotools.data.wfs | |
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.geopkg | |
org.geotools.jdbc |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingFeatureWriter<T extends FeatureType,F extends Feature>
Interface for wrapping feature writers which delegate to another feature writer.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffFeatureWriter
A FeatureWriter that captures modifications against a FeatureReader.
|
class |
EmptyFeatureWriter
Represents an Empty, Typed, FeatureWriter.
|
class |
FilteringFeatureWriter
Filtering is performed on this hasNext() method.
|
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
InProcessLockingManager.checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer,
Transaction transaction)
Provides a wrapper on the provided writer that checks locks.
|
FeatureWriter<T,F> |
DelegatingFeatureWriter.getDelegate() |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
FileDataStore.getFeatureWriter(Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction)
Gets a
FeatureWriter to modify features in this DataStore . |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStore.getFeatureWriter(String typeName,
Transaction transaction)
Gets a
FeatureWriter to modify features in this DataStore . |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
FileDataStore.getFeatureWriter(Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStore.getFeatureWriterAppend(String typeName,
Transaction transaction)
Gets a
FeatureWriter that can add new features to the DataStore . |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
FileDataStore.getFeatureWriterAppend(Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
InProcessLockingManager.checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer,
Transaction transaction)
Provides a wrapper on the provided writer that checks locks.
|
protected int |
DataTestCase.count(FeatureWriter<SimpleFeatureType,SimpleFeature> writer)
Counts the number of Features in the specified writer.
|
Constructor and Description |
---|
FilteringFeatureWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DirectoryDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DirectoryDataStore.getFeatureWriter(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DirectoryDataStore.getFeatureWriterAppend(String typeName,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
PreGeneralizedDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
PreGeneralizedDataStore.getFeatureWriter(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
PreGeneralizedDataStore.getFeatureWriterAppend(String typeName,
Transaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureWriter
Update contents of MemoryDataStore.
|
Modifier and Type | Method and Description |
---|---|
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
MemoryFeatureStore.getWriterInternal(Query query,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
MongoFeatureWriter |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
MongoDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction tx) |
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
MongoFeatureStore.getWriterInternal(Query query,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFeatureWriter
Uses PropertyAttributeWriter to generate a property file on disk.
|
Modifier and Type | Method and Description |
---|---|
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
PropertyFeatureStore.getWriterInternal(Query query,
int flags) |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ShapefileDataStore.getFeatureWriter(Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ShapefileDataStore.getFeatureWriter(Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ShapefileDataStore.getFeatureWriterAppend(Transaction transaction) |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingSimpleFeatureWriter |
interface |
SimpleFeatureWriter
FeatureWriter for updating SimpleFeature content.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffContentFeatureWriter
A FeatureWriter that captures modifications against a FeatureReader.
|
class |
EventContentFeatureWriter
FeatureWriter wrapper that issues events modifications as required.
|
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.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction tx)
Returns a feature writer for the specified query and transaction.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DecoratingDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentDataStore.getFeatureWriter(String typeName,
Transaction tx)
Returns a feature writer for the specified type name and transaction.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DecoratingDataStore.getFeatureWriter(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentDataStore.getFeatureWriterAppend(String typeName,
Transaction tx)
Returns an appending feature writer for the specified type name and transaction.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DecoratingDataStore.getFeatureWriterAppend(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Filter filter)
Returns a writer over features specified by a filter.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Filter filter,
int flags)
Returns a writer over features specified by a filter.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Query query)
Returns a writer over features specified by a query.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Query query,
int flags)
Returns a writer over features specified by a query.
|
protected abstract FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriterInternal(Query query,
int flags)
Subclass method for returning a native writer from the datastore.
|
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataFeatureCollection.writer()
Subclass may provide an implementation of this method to indicate that read/write support is
provided.
|
Constructor and Description |
---|
EventContentFeatureWriter(ContentFeatureStore store,
FeatureWriter<SimpleFeatureType,SimpleFeature> writer)
EventContentFeatureWriter construction.
|
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
SingleFeatureSourceDataStore.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
SingleFeatureSourceDataStore.getFeatureWriter(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
SingleFeatureSourceDataStore.getFeatureWriterAppend(String typeName,
Transaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
WFSFeatureWriter |
Modifier and Type | Method and Description |
---|---|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStoreWrapper.getFeatureWriter(String typeName,
Filter filter,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStoreWrapper.getFeatureWriter(String typeName,
Transaction transaction) |
FeatureWriter<SimpleFeatureType,SimpleFeature> |
DataStoreWrapper.getFeatureWriterAppend(String typeName,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureWriter |
Features.simple(FeatureWriter w) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCClosingFeatureWriter |
class |
JDBCInsertFeatureWriter
Inserts features in the database.
|
class |
JDBCUpdateFeatureWriter |
class |
JDBCUpdateInsertFeatureWriter |
Modifier and Type | Method and Description |
---|---|
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
JDBCFeatureStore.getWriterInternal(Query query,
int flags) |
Constructor and Description |
---|
JDBCClosingFeatureWriter(FeatureWriter writer) |
Copyright © 1996–2019 Geotools. All rights reserved.