case class TileLayerMetadata[K](cellType: CellType, layout: LayoutDefinition, extent: Extent, crs: CRS, bounds: Bounds[K]) extends Product with Serializable
- cellType
value type of each cell
- layout
definition of the tiled raster layout
- extent
Extent covering the source data
- crs
CRS of the raster projection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileLayerMetadata
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TileLayerMetadata(cellType: CellType, layout: LayoutDefinition, extent: Extent, crs: CRS, bounds: Bounds[K])
- cellType
value type of each cell
- layout
definition of the tiled raster layout
- extent
Extent covering the source data
- crs
CRS of the raster projection
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 bounds: Bounds[K]
- val cellType: CellType
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def combine(other: TileLayerMetadata[K])(implicit b: Boundable[K]): TileLayerMetadata[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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layout: LayoutDefinition
- def layoutExtent: Extent
Full extent of the layout
- def mapTransform: MapKeyTransform
Transformations between tiling scheme and map references
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tileBounds: TileBounds
GridBounds of data tiles in the layout
- def tileLayout: TileLayout
TileLayout of the layout
- def updateBounds(newBounds: Bounds[K])(implicit c: Component[K, SpatialKey]): TileLayerMetadata[K]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()