Packages

c

geotrellis.spark.store.s3.cog

S3COGSparkLayerProvider

class S3COGSparkLayerProvider extends S3COGCollectionLayerProvider with COGLayerReaderProvider with COGLayerWriterProvider

Provides S3LayerReader instance for URI with s3 scheme. The uri represents S3 bucket an prefix of catalog root. ex: s3://<bucket>/<prefix-to-catalog>

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3COGSparkLayerProvider
  2. COGLayerWriterProvider
  3. COGLayerReaderProvider
  4. S3COGCollectionLayerProvider
  5. COGCollectionLayerReaderProvider
  6. COGValueReaderProvider
  7. AttributeStoreProvider
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3COGSparkLayerProvider()

Value Members

  1. def attributeStore(uri: URI): AttributeStore
  2. def canProcess(uri: URI): Boolean
  3. lazy val client: S3Client
    Definition Classes
    S3COGCollectionLayerProvider
    Annotations
    @transient()
  4. def collectionLayerReader(uri: URI, store: AttributeStore): COGCollectionLayerReader[LayerId]
  5. def layerReader(uri: URI, store: AttributeStore, sc: SparkContext): COGLayerReader[LayerId]
  6. def layerWriter(uri: URI, store: AttributeStore): COGLayerWriter
  7. def valueReader(uri: URI, store: AttributeStore): COGValueReader[LayerId]