case class COGLayer[K, T <: CellGrid[Int]](layers: Map[ZoomRange, RDD[(K, GeoTiff[T])]], metadata: COGLayerMetadata[K]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayer
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COGLayer(layers: Map[ZoomRange, RDD[(K, GeoTiff[T])]], metadata: COGLayerMetadata[K])
Value Members
- val layers: Map[ZoomRange, RDD[(K, GeoTiff[T])]]
- val metadata: COGLayerMetadata[K]