Uses of Interface
org.geotools.api.data.FeatureWriter
-
Packages that use FeatureWriter Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.csv org.geotools.data.directory org.geotools.data.gen org.geotools.data.geojson.store org.geotools.data.geoparquet 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 -
-
Uses of FeatureWriter in org.geotools.api.data
Subinterfaces of FeatureWriter in org.geotools.api.data Modifier and Type Interface Description interfaceDelegatingFeatureWriter<T extends FeatureType,F extends Feature>Interface for wrapping feature writers which delegate to another feature writer.interfaceSimpleFeatureWriterFeatureWriter for updating SimpleFeature content.Methods in org.geotools.api.data that return FeatureWriter Modifier and Type Method Description FeatureWriter<T,F>DelegatingFeatureWriter. getDelegate()FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriter(String typeName, Transaction transaction)Gets aFeatureWriterto modify features in thisDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)Gets aFeatureWriterto modify features in thisDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStore. getFeatureWriterAppend(String typeName, Transaction transaction)Gets aFeatureWriterthat can add new features to theDataStore.FeatureWriter<SimpleFeatureType,SimpleFeature>FileDataStore. getFeatureWriterAppend(Transaction transaction) -
Uses of FeatureWriter in org.geotools.data
Classes in org.geotools.data that implement FeatureWriter Modifier and Type Class Description classDiffFeatureWriterA FeatureWriter that captures modifications against a FeatureReader.classEmptyFeatureWriterRepresents an Empty, Typed, FeatureWriter.classFilteringFeatureWriterFiltering is performed on this hasNext() method.Methods in org.geotools.data that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>InProcessLockingManager. checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer, Transaction transaction)Provides a wrapper on the provided writer that checks locks.Methods in org.geotools.data with parameters of type FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>InProcessLockingManager. checkedWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer, Transaction transaction)Provides a wrapper on the provided writer that checks locks.protected intDataTestCase. count(FeatureWriter<SimpleFeatureType,SimpleFeature> writer)Counts the number of Features in the specified writer.Constructors in org.geotools.data with parameters of type FeatureWriter Constructor Description FilteringFeatureWriter(FeatureWriter<SimpleFeatureType,SimpleFeature> writer, Filter filter) -
Uses of FeatureWriter in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureWriter Modifier and Type Class Description classCSVFeatureWriterIterator supporting writing of feature content.Methods in org.geotools.data.csv that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>CSVDataStore. getFeatureWriterAppend(Transaction transaction)protected FeatureWriter<SimpleFeatureType,SimpleFeature>CSVFeatureStore. getWriterInternal(Query query, int flags) -
Uses of FeatureWriter in org.geotools.data.directory
Methods in org.geotools.data.directory that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureWriterAppend(String typeName, Transaction transaction) -
Uses of FeatureWriter in org.geotools.data.gen
Methods in org.geotools.data.gen that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureWriterAppend(String typeName, Transaction transaction) -
Uses of FeatureWriter in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureWriter Modifier and Type Class Description classGeoJSONFeatureWriterMethods in org.geotools.data.geojson.store that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONDataStore. getFeatureWriterAppend(Transaction transaction)protected FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONFeatureStore. getWriterInternal(Query query, int flags) -
Uses of FeatureWriter in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureWriterAppend(String typeName, Transaction transaction) -
Uses of FeatureWriter in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureWriter Modifier and Type Class Description classMemoryFeatureWriterUpdate contents of MemoryDataStore.Methods in org.geotools.data.memory that return FeatureWriter Modifier and Type Method Description protected FeatureWriter<SimpleFeatureType,SimpleFeature>MemoryFeatureStore. getWriterInternal(Query query, int flags) -
Uses of FeatureWriter in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureWriter Modifier and Type Class Description classMongoFeatureWriterMethods in org.geotools.data.mongodb that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>MongoDataStore. getFeatureWriter(String typeName, Filter filter, Transaction tx)protected FeatureWriter<SimpleFeatureType,SimpleFeature>MongoFeatureStore. getWriterInternal(Query query, int flags) -
Uses of FeatureWriter in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureWriter Modifier and Type Class Description classPropertyFeatureWriterUses PropertyAttributeWriter to generate a property file on disk.Methods in org.geotools.data.property that return FeatureWriter Modifier and Type Method Description protected FeatureWriter<SimpleFeatureType,SimpleFeature>PropertyFeatureStore. getWriterInternal(Query query, int flags) -
Uses of FeatureWriter in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriter(Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriter(Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>ShapefileDataStore. getFeatureWriterAppend(Transaction transaction) -
Uses of FeatureWriter in org.geotools.data.simple
Subinterfaces of FeatureWriter in org.geotools.data.simple Modifier and Type Interface Description interfaceDelegatingSimpleFeatureWriter -
Uses of FeatureWriter in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureWriter Modifier and Type Class Description classDiffContentFeatureWriterA FeatureWriter that captures modifications against a FeatureReader.classEventContentFeatureWriterFeatureWriter wrapper that issues events modifications as required.Methods in org.geotools.data.store that return FeatureWriter 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.FeatureWriter<SimpleFeatureType,SimpleFeature>ContentDataStore. getFeatureWriter(String typeName, Transaction tx)Returns a feature writer for the specified type name and transaction.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, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DecoratingDataStore. getFeatureWriter(String typeName, Filter filter, 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(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.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.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.Constructors in org.geotools.data.store with parameters of type FeatureWriter Constructor Description EventContentFeatureWriter(ContentFeatureStore store, FeatureWriter<SimpleFeatureType,SimpleFeature> writer)EventContentFeatureWriter construction. -
Uses of FeatureWriter in org.geotools.data.transform
Methods in org.geotools.data.transform that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureWriterAppend(String typeName, Transaction transaction) -
Uses of FeatureWriter in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement FeatureWriter Modifier and Type Class Description classWFSFeatureWriter -
Uses of FeatureWriter in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureWriter Modifier and Type Method Description FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriter(String typeName, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriter(String typeName, Filter filter, Transaction transaction)FeatureWriter<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureWriterAppend(String typeName, Transaction transaction) -
Uses of FeatureWriter in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type FeatureWriter Modifier and Type Method Description static SimpleFeatureWriterFeatures. simple(FeatureWriter w) -
Uses of FeatureWriter in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureWriter Modifier and Type Class Description classJDBCClosingFeatureWriterclassJDBCInsertFeatureWriterInserts features in the database.classJDBCUpdateFeatureWriterclassJDBCUpdateInsertFeatureWriterMethods in org.geotools.jdbc that return FeatureWriter Modifier and Type Method Description protected FeatureWriter<SimpleFeatureType,SimpleFeature>JDBCFeatureStore. getWriterInternal(Query query, int flags)Constructors in org.geotools.jdbc with parameters of type FeatureWriter Constructor Description JDBCClosingFeatureWriter(FeatureWriter writer)
-