object CellFeatures
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellFeatures
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Methods[R] extends MethodExtensions[R]
Value Members
- def apply[R, D](implicit ev: CellFeatures[R, D]): CellFeatures[R, D]
-
def
make[R, D](getGrid: (R) ⇒ GridExtent[Int], cellValue: (R, Int, Int) ⇒ D): CellFeatures[R, D]
Produce a CellFeatures instance given functions to retrieve a values and describe the cell grid.
Produce a CellFeatures instance given functions to retrieve a values and describe the cell grid. This function is suitable for use with rasters that fit entirely in memory.
- implicit def multibandRasterDoubleInstance[T <: MultibandTile]: CellFeatures[Raster[T], Array[Double]]
- implicit def multibandRasterIntInstance[T <: MultibandTile]: CellFeatures[Raster[T], Array[Int]]
- implicit def singlebandRasterDoubleInstance[T <: Tile]: CellFeatures[Raster[T], Double]
- implicit def singlebandRasterIntInstance[T <: Tile]: CellFeatures[Raster[T], Int]