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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. COGLayerMetadata
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new COGLayerMetadata(cellType: CellType, zoomRangeInfos: Vector[(ZoomRange, KeyBounds[K])], layoutScheme: ZoomedLayoutScheme, extent: Extent, crs: CRS)(implicit arg0: SpatialComponent[K])

Value Members

  1. val cellType: CellType
  2. def combine(other: COGLayerMetadata[K])(implicit ev: Boundable[K]): COGLayerMetadata[K]
  3. val crs: CRS
  4. val extent: Extent
  5. def getReadDefinitions(queryKeyBounds: Seq[KeyBounds[K]], zoom: Int): Seq[(ZoomRange, Seq[(SpatialKey, Int, TileBounds, Seq[(GridBounds[Int], SpatialKey)])])]
  6. def keyBoundsForZoom(zoom: Int): KeyBounds[K]
  7. def layoutForZoom(z: Int): LayoutDefinition
  8. val layoutScheme: ZoomedLayoutScheme
  9. def tileLayerMetadata(zoom: Int): TileLayerMetadata[K]
  10. def zoomRangeFor(zoom: Int): ZoomRange
  11. def zoomRangeInfoFor(zoom: Int): (ZoomRange, KeyBounds[K])
  12. val zoomRangeInfos: Vector[(ZoomRange, KeyBounds[K])]
  13. def zoomRanges: Vector[ZoomRange]
  14. val zoomRangesInfosSorted: Vector[(ZoomRange, KeyBounds[K])]