case class COGLayerStorageMetadata[K](metadata: COGLayerMetadata[K], keyIndexes: Map[ZoomRange, KeyIndex[K]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayerStorageMetadata
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COGLayerStorageMetadata(metadata: COGLayerMetadata[K], keyIndexes: Map[ZoomRange, KeyIndex[K]])
Value Members
- def combine(other: COGLayerStorageMetadata[K])(implicit ev: Boundable[K]): COGLayerStorageMetadata[K]
- val keyIndexes: Map[ZoomRange, KeyIndex[K]]
- val metadata: COGLayerMetadata[K]