Uses of Interface
org.geotools.api.data.FeatureLocking
-
Packages that use FeatureLocking Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.csv org.geotools.data.directory org.geotools.data.geojson.store org.geotools.data.memory org.geotools.data.mongodb org.geotools.data.property org.geotools.data.store org.geotools.data.transform org.geotools.jdbc -
-
Uses of FeatureLocking in org.geotools.api.data
Subinterfaces of FeatureLocking in org.geotools.api.data Modifier and Type Interface Description interfaceSimpleFeatureLockingUsed to lock feature content to protect against other threads (or depending on the source of data other applications) making modifications when you are not looking. -
Uses of FeatureLocking in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureLocking Modifier and Type Method Description static SimpleFeatureLockingDataUtilities. simple(FeatureLocking locking)A safe cast to SimpleFeatureLocking; that will introduce a wrapper if it has to. -
Uses of FeatureLocking in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureLocking Modifier and Type Class Description classCSVFeatureStoreRead-write access to CSV File. -
Uses of FeatureLocking in org.geotools.data.directory
Classes in org.geotools.data.directory that implement FeatureLocking Modifier and Type Class Description classDirectoryFeatureLocking -
Uses of FeatureLocking in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureLocking Modifier and Type Class Description classGeoJSONFeatureStore -
Uses of FeatureLocking in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureLocking Modifier and Type Class Description classMemoryFeatureStore -
Uses of FeatureLocking in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureLocking Modifier and Type Class Description classMongoFeatureStore -
Uses of FeatureLocking in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureLocking Modifier and Type Class Description classPropertyFeatureStoreImplementation used for writeable property files. -
Uses of FeatureLocking in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureLocking Modifier and Type Class Description classContentFeatureStoreAbstract implementation of FeatureStore. -
Uses of FeatureLocking in org.geotools.data.transform
Classes in org.geotools.data.transform that implement FeatureLocking Modifier and Type Class Description classTransformFeatureLocking -
Uses of FeatureLocking in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureLocking Modifier and Type Class Description classJDBCFeatureStoreFeatureStore implementation for jdbc based relational database tables.
-