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
- Alphabetic
- By Inheritance
Inherited
- Raster
- Product2
- Product
- Equals
- CellGrid
- GridIntegral
- Grid
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
_1: T
- Definition Classes
- Raster → Product2
-
def
_2: Extent
- Definition Classes
- Raster → Product2
-
def
asFeature(): PolygonFeature[T]
Return the PolygonFeature associated with the extent of this Raster.
- def cellSize: CellSize
- def cellType: CellType
- def cols: Int
-
def
dimensions: Dimensions[Int]
- Definition Classes
- GridIntegral → Grid
- val extent: Extent
- def mapTile[A <: CellGrid[Int]](f: (T) ⇒ A): Raster[A]
-
def
productArity: Int
- Definition Classes
- Product2 → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws( ... )
-
def
rasterExtent: RasterExtent
Return the RasterExtent that is correspondent to this Raster.
- def rows: Int
-
def
size: Int
- Definition Classes
- GridIntegral → Grid
- val tile: T