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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cellType: CellType
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def combine(other: COGLayerMetadata[K])(implicit ev: Boundable[K]): COGLayerMetadata[K]
- val crs: CRS
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extent: Extent
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getReadDefinitions(queryKeyBounds: Seq[KeyBounds[K]], zoom: Int): Seq[(ZoomRange, Seq[(SpatialKey, Int, TileBounds, Seq[(GridBounds[Int], SpatialKey)])])]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyBoundsForZoom(zoom: Int): KeyBounds[K]
- def layoutForZoom(z: Int): LayoutDefinition
- val layoutScheme: ZoomedLayoutScheme
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tileLayerMetadata(zoom: Int): TileLayerMetadata[K]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- 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])]