Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileFeature
  2. Product
  3. Equals
  4. CellGrid
  5. GridIntegral
  6. Grid
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TileFeature(tile: T, data: D)

    tile

    The CellGrid-derived tile

    data

    The additional metadata

Value Members

  1. def cellType: CellType
    Definition Classes
    TileFeatureCellGrid
  2. def cols: Int
    Definition Classes
    TileFeatureGrid
  3. val data: D
  4. def dimensions: Dimensions[Int]
    Definition Classes
    GridIntegralGrid
  5. def rows: Int
    Definition Classes
    TileFeatureGrid
  6. def size: Int
    Definition Classes
    TileFeatureGridIntegralGrid
  7. val tile: T