class S3COGCollectionLayerProvider extends AttributeStoreProvider with COGValueReaderProvider with COGCollectionLayerReaderProvider
Provides S3LayerReader instance for URI with s3
scheme.
The uri represents S3 bucket an prefix of catalog root.
ex: s3://<bucket>/<prefix-to-catalog>
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3COGCollectionLayerProvider
- COGCollectionLayerReaderProvider
- COGValueReaderProvider
- AttributeStoreProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new S3COGCollectionLayerProvider()
Value Members
-
def
attributeStore(uri: URI): AttributeStore
- Definition Classes
- S3COGCollectionLayerProvider → AttributeStoreProvider
-
def
canProcess(uri: URI): Boolean
- Definition Classes
- S3COGCollectionLayerProvider → COGCollectionLayerReaderProvider → COGValueReaderProvider → AttributeStoreProvider
-
lazy val
client: S3Client
- Annotations
- @transient()
-
def
collectionLayerReader(uri: URI, store: AttributeStore): COGCollectionLayerReader[LayerId]
- Definition Classes
- S3COGCollectionLayerProvider → COGCollectionLayerReaderProvider
-
def
valueReader(uri: URI, store: AttributeStore): COGValueReader[LayerId]
- Definition Classes
- S3COGCollectionLayerProvider → COGValueReaderProvider