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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val bounds: Bounds[K]
- val cellType: CellType
- def combine(other: TileLayerMetadata[K])(implicit b: Boundable[K]): TileLayerMetadata[K]
- val crs: CRS
- val extent: Extent
- val layout: LayoutDefinition
-
def
layoutExtent: Extent
Full extent of the layout
-
def
mapTransform: MapKeyTransform
Transformations between tiling scheme and map references
-
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]