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 TypeClassDescriptionclassState 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 ContentStateMongoDataStore.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 ContentStateContentFeatureCollection.statestate of the feature sourceprotected ContentStateDiffTransactionState.stateContentState 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 ContentStateContentDataStore.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 ContentStateModifierConstructorDescriptionprotectedContentState(ContentState state) Creates a new state from a previous one.DiffTransactionState(ContentState state) Transaction state responsible for holding an in memoryDiff.protectedDiffTransactionState(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 ContentStateVPFFeatureReader.stateState 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 ContentStateVPFFileFeatureReader.stateState 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 classState 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 ContentStateJDBCDataStore.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 ContentStateVectorMosaicStore.createContentState(ContentEntry entry) VectorMosaicFeatureSource.getState()