Packages

c

geotrellis.spark.store.file.cog

FileCOGSparkLayerProvider

class FileCOGSparkLayerProvider extends COGLayerReaderProvider with COGLayerWriterProvider with COGCollectionLayerReaderProvider

Provides FileLayerReader instance for URI with file scheme. The uri represents local path to catalog root. ex: file:/tmp/catalog

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileCOGSparkLayerProvider
  2. COGCollectionLayerReaderProvider
  3. COGLayerWriterProvider
  4. COGLayerReaderProvider
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileCOGSparkLayerProvider()

Value Members

  1. def attributeStore(uri: URI): AttributeStore
  2. def canProcess(uri: URI): Boolean
  3. def collectionLayerReader(uri: URI, store: AttributeStore): COGCollectionLayerReader[LayerId]
  4. def layerReader(uri: URI, store: AttributeStore, sc: SparkContext): COGLayerReader[LayerId]
  5. def layerWriter(uri: URI, store: AttributeStore): COGLayerWriter
  6. def valueReader(uri: URI, store: AttributeStore): COGValueReader[LayerId]