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 ContentStateCSVFeatureStore. 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 ContentStateGeoJSONFeatureStore. 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 classMemoryStateState 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 ContentStateMongoDataStore. 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 ContentStatePropertyFeatureStore. 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 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 ContentState Modifier and Type Method Description ContentStateContentState. copy()Copies the state.protected ContentStateContentDataStore. createContentState(ContentEntry entry)Instantiates a new content state for the entry.ContentStateContentEntry. getState(Transaction transaction)Returns state for the entry for a particular transaction.ContentStateContentFeatureSource. 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 ContentStateVPFFeatureReader. stateState 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 ContentStateVPFFileFeatureReader. stateState 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 classWFSContentStateMethods in org.geotools.data.wfs with parameters of type ContentState Modifier and Type Method Description ReferencedEnvelopeWFSDiff. 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 classJDBCStateState 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 ContentStateJDBCState. 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.vectormosaic Modifier and Type Class Description classVectorMosaicStateFields in org.geotools.vectormosaic declared as ContentState Modifier and Type Field Description protected ContentStateVectorMosaicFeatureSource. stateMethods in org.geotools.vectormosaic that return ContentState Modifier and Type Method Description protected ContentStateVectorMosaicStore. createContentState(ContentEntry entry)ContentStateVectorMosaicFeatureSource. getState()
-