package geotools
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- geotools
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
AtomicWriteTransaction extends Transaction
Transaction object that enforces atomic writes - this ensures that a feature is not modified between when it's read and when it's updated.
Transaction object that enforces atomic writes - this ensures that a feature is not modified between when it's read and when it's updated. Does not support normal transaction operations, such as commit or rollback, and instead operates like auto-commit.
- type GeoMeasBaseStore = DataStore with HasGeoMesaFeatureReader with HasGeoMesaStats
-
abstract
class
GeoMesaDataStore[DS <: GeoMesaDataStore[DS]] extends MetadataBackedDataStore with HasGeoMesaStats
Abstract base class for data store implementations on top of distributed databases
Abstract base class for data store implementations on top of distributed databases
- DS
type of this data store
-
class
GeoMesaFeatureCollection extends GeoMesaFeatureVisitingCollection
Feature collection implementation
- class GeoMesaFeatureReader extends AnyRef
- class GeoMesaFeatureSource extends SimpleFeatureSource with LazyLogging
- class GeoMesaFeatureStore extends GeoMesaFeatureSource with SimpleFeatureStore
- trait GeoMesaFeatureWriter[DS <: GeoMesaDataStore[DS]] extends SimpleFeatureWriter with Flushable with LazyLogging
-
abstract
class
MetadataBackedDataStore extends DataStore with HasGeoMesaMetadata[String] with HasGeoMesaFeatureReader with DistributedLocking with LazyLogging
Abstract base class for data store implementations using metadata to track schemas
Value Members
- object GeoMesaDataStore extends LazyLogging
- object GeoMesaDataStoreFactory
- object GeoMesaFeatureCollection extends LazyLogging
- object GeoMesaFeatureReader extends MethodProfiling
- object GeoMesaFeatureSource
- object GeoMesaFeatureWriter extends LazyLogging
- object MetadataBackedDataStore