Uses of Class
org.geotools.data.store.ContentState
-
-
Uses of ContentState in org.geotools.data.csv
Methods in org.geotools.data.csv that return ContentState Modifier and Type Method Description ContentState
CSVFeatureStore. getState()
-
Uses of ContentState in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ContentState Modifier and Type Method Description ContentState
GeoJSONFeatureStore. getState()
Constructors in org.geotools.data.geojson.store with parameters of type ContentState Constructor Description GeoJSONFeatureReader(ContentState contentState, Query query)
-
Uses of ContentState in org.geotools.data.memory
Subclasses of ContentState in org.geotools.data.memory Modifier and Type Class Description class
MemoryState
State for MemoryDataStore providing FeatureType and stored features.Constructors in org.geotools.data.memory with parameters of type ContentState Constructor Description MemoryFeatureReader(ContentState state, Query query)
-
Uses of ContentState in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return ContentState Modifier and Type Method Description protected ContentState
MongoDataStore. createContentState(ContentEntry entry)
-
Uses of ContentState in org.geotools.data.property
Methods in org.geotools.data.property that return ContentState Modifier and Type Method Description ContentState
PropertyFeatureStore. getState()
Constructors in org.geotools.data.property with parameters of type ContentState Constructor Description PropertyFeatureWriter(ContentFeatureSource source, ContentState contentState, Query query, boolean append)
-
Uses of ContentState in org.geotools.data.store
Fields in org.geotools.data.store declared as ContentState Modifier and Type Field Description protected 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 ContentState Modifier and Type Method Description ContentState
ContentState. copy()
Copies the state.protected ContentState
ContentDataStore. createContentState(ContentEntry entry)
Instantiates a new content state for the entry.ContentState
ContentEntry. getState(Transaction transaction)
Returns state for the entry for a particular transaction.ContentState
ContentFeatureSource. getState()
The current state for the feature source.Constructors in org.geotools.data.store with parameters of type ContentState Constructor Description ContentState(ContentState state)
Creates a new state from a previous one.DiffTransactionState(ContentState state)
Transaction state responsible for holding an in memoryDiff
.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 ContentState Modifier and Type Field Description protected ContentState
VPFFeatureReader. state
State used when reading fileConstructors in org.geotools.data.vpf with parameters of type ContentState Constructor Description VPFFeatureReader(ContentState contentState, VPFFeatureType featureType)
-
Uses of ContentState in org.geotools.data.vpf.file
Fields in org.geotools.data.vpf.file declared as ContentState Modifier and Type Field Description protected ContentState
VPFFileFeatureReader. state
State used when reading fileConstructors in org.geotools.data.vpf.file with parameters of type ContentState Constructor Description VPFFileFeatureReader(ContentState contentState, VPFFile file)
-
Uses of ContentState in org.geotools.data.wfs
Subclasses of ContentState in org.geotools.data.wfs Modifier and Type Class Description class
WFSContentState
Methods in org.geotools.data.wfs with parameters of type ContentState Modifier and Type Method Description ReferencedEnvelope
WFSDiff. 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.jdbc Modifier and Type Class Description class
JDBCState
State for jdbc datastore providing additional cached values such as primary key and database connection.Methods in org.geotools.jdbc that return ContentState Modifier and Type Method Description ContentState
JDBCState. 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.vectormosaic Modifier and Type Class Description class
VectorMosaicState
Fields in org.geotools.vectormosaic declared as ContentState Modifier and Type Field Description protected ContentState
VectorMosaicFeatureSource. state
Methods in org.geotools.vectormosaic that return ContentState Modifier and Type Method Description protected ContentState
VectorMosaicStore. createContentState(ContentEntry entry)
ContentState
VectorMosaicFeatureSource. getState()
-