Uses of Interface
org.geotools.api.data.SimpleFeatureLocking
-
-
Uses of SimpleFeatureLocking in org.geotools.data
Methods in org.geotools.data that return SimpleFeatureLocking Modifier and Type Method Description static SimpleFeatureLocking
DataUtilities. simple(FeatureLocking locking)
A safe cast to SimpleFeatureLocking; that will introduce a wrapper if it has to. -
Uses of SimpleFeatureLocking in org.geotools.data.csv
Classes in org.geotools.data.csv that implement SimpleFeatureLocking Modifier and Type Class Description class
CSVFeatureStore
Read-write access to CSV File. -
Uses of SimpleFeatureLocking in org.geotools.data.directory
Classes in org.geotools.data.directory that implement SimpleFeatureLocking Modifier and Type Class Description class
DirectoryFeatureLocking
Methods in org.geotools.data.directory that return SimpleFeatureLocking Modifier and Type Method Description SimpleFeatureLocking
DirectoryFeatureLocking. unwrap()
Constructors in org.geotools.data.directory with parameters of type SimpleFeatureLocking Constructor Description DirectoryFeatureLocking(SimpleFeatureLocking locking)
-
Uses of SimpleFeatureLocking in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement SimpleFeatureLocking Modifier and Type Class Description class
GeoJSONFeatureStore
-
Uses of SimpleFeatureLocking in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureLocking Modifier and Type Class Description class
MemoryFeatureStore
-
Uses of SimpleFeatureLocking in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureLocking Modifier and Type Class Description class
MongoFeatureStore
-
Uses of SimpleFeatureLocking in org.geotools.data.property
Classes in org.geotools.data.property that implement SimpleFeatureLocking Modifier and Type Class Description class
PropertyFeatureStore
Implementation used for writeable property files. -
Uses of SimpleFeatureLocking in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureLocking Modifier and Type Class Description class
ContentFeatureStore
Abstract implementation of FeatureStore. -
Uses of SimpleFeatureLocking in org.geotools.data.transform
Classes in org.geotools.data.transform that implement SimpleFeatureLocking Modifier and Type Class Description class
TransformFeatureLocking
Constructors in org.geotools.data.transform with parameters of type SimpleFeatureLocking Constructor Description TransformFeatureLocking(SimpleFeatureLocking locking, Name name, List<Definition> definitions)
-
Uses of SimpleFeatureLocking in org.geotools.jdbc
Classes in org.geotools.jdbc that implement SimpleFeatureLocking Modifier and Type Class Description class
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
-