Packages

case class Raster[+T <: CellGrid[Int]](tile: T, extent: Extent) extends CellGrid[Int] with Product2[T, Extent] with Product with Serializable

The Raster type.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Raster
  2. Product2
  3. Product
  4. Equals
  5. CellGrid
  6. GridIntegral
  7. Grid
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Raster(tile: T, extent: Extent)

Value Members

  1. def _1: T
    Definition Classes
    Raster → Product2
  2. def _2: Extent
    Definition Classes
    Raster → Product2
  3. def asFeature(): PolygonFeature[T]

    Return the PolygonFeature associated with the extent of this Raster.

  4. def cellSize: CellSize

    Return the CellSize of this Raster.

  5. def cellType: CellType
    Definition Classes
    RasterCellGrid
  6. def cols: Int
    Definition Classes
    RasterGrid
  7. def dimensions: Dimensions[Int]
    Definition Classes
    GridIntegralGrid
  8. val extent: Extent
  9. def mapTile[A <: CellGrid[Int]](f: (T) ⇒ A): Raster[A]
  10. def productArity: Int
    Definition Classes
    Product2 → Product
  11. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  12. def rasterExtent: RasterExtent

    Return the RasterExtent that is correspondent to this Raster.

  13. def rows: Int
    Definition Classes
    RasterGrid
  14. def size: Int
    Definition Classes
    GridIntegralGrid
  15. val tile: T