Uses of Class
org.geotools.data.store.ContentState
Packages that use ContentState
Package
Description
-
Uses of ContentState in org.geotools.data.csv
Methods in org.geotools.data.csv that return ContentState -
Uses of ContentState in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ContentStateConstructors in org.geotools.data.geojson.store with parameters of type ContentState -
Uses of ContentState in org.geotools.data.memory
Subclasses of ContentState in org.geotools.data.memoryModifier and TypeClassDescriptionclass
State for MemoryDataStore providing FeatureType and stored features.Constructors in org.geotools.data.memory with parameters of type ContentState -
Uses of ContentState in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return ContentStateModifier and TypeMethodDescriptionprotected ContentState
MongoDataStore.createContentState
(ContentEntry entry) -
Uses of ContentState in org.geotools.data.property
Methods in org.geotools.data.property that return ContentStateConstructors in org.geotools.data.property with parameters of type ContentStateModifierConstructorDescriptionPropertyFeatureWriter
(ContentFeatureSource source, ContentState contentState, Query query, boolean append) -
Uses of ContentState in org.geotools.data.store
Fields in org.geotools.data.store declared as ContentStateModifier and TypeFieldDescriptionprotected ContentState
ContentFeatureCollection.state
state of the feature sourceprotected ContentState
DiffTransactionState.state
ContentState for this transaction used to hold information for FeatureReader implementationsMethods in org.geotools.data.store that return ContentStateModifier and TypeMethodDescriptionContentState.copy()
Copies the state.protected ContentState
ContentDataStore.createContentState
(ContentEntry entry) Instantiates a new content state for the entry.ContentEntry.getState
(Transaction transaction) Returns state for the entry for a particular transaction.ContentFeatureSource.getState()
The current state for the feature source.Constructors in org.geotools.data.store with parameters of type ContentStateModifierConstructorDescriptionprotected
ContentState
(ContentState state) Creates a new state from a previous one.DiffTransactionState
(ContentState state) Transaction state responsible for holding an in memoryDiff
.protected
DiffTransactionState
(ContentState state, Diff diff) Transaction state responsible for holding an in memoryDiff
. -
Uses of ContentState in org.geotools.data.vpf
Fields in org.geotools.data.vpf declared as ContentStateModifier and TypeFieldDescriptionprotected ContentState
VPFFeatureReader.state
State used when reading fileConstructors in org.geotools.data.vpf with parameters of type ContentStateModifierConstructorDescriptionVPFFeatureReader
(ContentState contentState, VPFFeatureType featureType) -
Uses of ContentState in org.geotools.data.vpf.file
Fields in org.geotools.data.vpf.file declared as ContentStateModifier and TypeFieldDescriptionprotected ContentState
VPFFileFeatureReader.state
State used when reading fileConstructors in org.geotools.data.vpf.file with parameters of type ContentState -
Uses of ContentState in org.geotools.data.wfs
Subclasses of ContentState in org.geotools.data.wfsMethods in org.geotools.data.wfs with parameters of type ContentStateModifier and TypeMethodDescriptionWFSDiff.batchModify
(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) -
Uses of ContentState in org.geotools.jdbc
Subclasses of ContentState in org.geotools.jdbcModifier and TypeClassDescriptionfinal class
State for jdbc datastore providing additional cached values such as primary key and database connection.Methods in org.geotools.jdbc that return ContentStateModifier and TypeMethodDescriptionJDBCState.copy()
Copies the state.protected ContentState
JDBCDataStore.createContentState
(ContentEntry entry) Creates an instanceofJDBCState
. -
Uses of ContentState in org.geotools.vectormosaic
Subclasses of ContentState in org.geotools.vectormosaicFields in org.geotools.vectormosaic declared as ContentStateMethods in org.geotools.vectormosaic that return ContentStateModifier and TypeMethodDescriptionprotected ContentState
VectorMosaicStore.createContentState
(ContentEntry entry) VectorMosaicFeatureSource.getState()