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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileLayerMetadata
  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 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

  1. val bounds: Bounds[K]
  2. val cellType: CellType
  3. def combine(other: TileLayerMetadata[K])(implicit b: Boundable[K]): TileLayerMetadata[K]
  4. val crs: CRS
  5. val extent: Extent
  6. val layout: LayoutDefinition
  7. def layoutExtent: Extent

    Full extent of the layout

  8. def mapTransform: MapKeyTransform

    Transformations between tiling scheme and map references

  9. def tileBounds: TileBounds

    GridBounds of data tiles in the layout

  10. def tileLayout: TileLayout

    TileLayout of the layout

  11. def updateBounds(newBounds: Bounds[K])(implicit c: Component[K, SpatialKey]): TileLayerMetadata[K]