c

geotrellis.store.cassandra

CassandraCollectionLayerProvider

class CassandraCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

Provides CassandraAttributeStore instance for URI with cassandra scheme. ex: cassandra://[user:password@]zookeeper[:port][/keyspace][?attributes=table1[&layers=table2]]

Metadata table name is optional, not provided default value will be used. Layers table name is required to instantiate a LayerWriter

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraCollectionLayerProvider
  2. CollectionLayerReaderProvider
  3. ValueReaderProvider
  4. AttributeStoreProvider
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraCollectionLayerProvider()

Value Members

  1. def attributeStore(uri: URI): AttributeStore
  2. def canProcess(uri: URI): Boolean
  3. def collectionLayerReader(uri: URI, store: AttributeStore): CollectionLayerReader[LayerId]
  4. def valueReader(uri: URI, store: AttributeStore): ValueReader[LayerId]