case class TileFeature[+T <: CellGrid[Int], D](tile: T, data: D) extends CellGrid[Int] with Product with Serializable
The TileFeature Type. This is used for packaging a CellGrid (a Tile or MultibandTile) together with some metadata.
- tile
The CellGrid-derived tile
- data
The additional metadata
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileFeature
- Product
- Equals
- CellGrid
- GridIntegral
- Grid
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TileFeature(tile: T, data: D)
- tile
The CellGrid-derived tile
- data
The additional metadata
Value Members
-
def
cellType: CellType
- Definition Classes
- TileFeature → CellGrid
-
def
cols: Int
- Definition Classes
- TileFeature → Grid
- val data: D
-
def
dimensions: Dimensions[Int]
- Definition Classes
- GridIntegral → Grid
-
def
rows: Int
- Definition Classes
- TileFeature → Grid
-
def
size: Int
- Definition Classes
- TileFeature → GridIntegral → Grid
- val tile: T