case class COGLayerMetadata[K](cellType: CellType, zoomRangeInfos: Vector[(ZoomRange, KeyBounds[K])], layoutScheme: ZoomedLayoutScheme, extent: Extent, crs: CRS)(implicit evidence$1: SpatialComponent[K]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayerMetadata
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COGLayerMetadata(cellType: CellType, zoomRangeInfos: Vector[(ZoomRange, KeyBounds[K])], layoutScheme: ZoomedLayoutScheme, extent: Extent, crs: CRS)(implicit arg0: SpatialComponent[K])
Value Members
- val cellType: CellType
- def combine(other: COGLayerMetadata[K])(implicit ev: Boundable[K]): COGLayerMetadata[K]
- val crs: CRS
- val extent: Extent
- def getReadDefinitions(queryKeyBounds: Seq[KeyBounds[K]], zoom: Int): Seq[(ZoomRange, Seq[(SpatialKey, Int, TileBounds, Seq[(GridBounds[Int], SpatialKey)])])]
- def keyBoundsForZoom(zoom: Int): KeyBounds[K]
- def layoutForZoom(z: Int): LayoutDefinition
- val layoutScheme: ZoomedLayoutScheme
- def tileLayerMetadata(zoom: Int): TileLayerMetadata[K]
- def zoomRangeFor(zoom: Int): ZoomRange
- def zoomRangeInfoFor(zoom: Int): (ZoomRange, KeyBounds[K])
- val zoomRangeInfos: Vector[(ZoomRange, KeyBounds[K])]
- def zoomRanges: Vector[ZoomRange]
- val zoomRangesInfosSorted: Vector[(ZoomRange, KeyBounds[K])]