c

geotrellis.raster.density

IntKernelStamper

case class IntKernelStamper(tile: MutableArrayTile, k: Kernel) extends KernelStamper with Product with Serializable

A KernelStamper for integer-valued tiles.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntKernelStamper
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. KernelStamper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntKernelStamper(tile: MutableArrayTile, k: Kernel)

Value Members

  1. val cellType: CellType
  2. val cols: Int
  3. val k: Kernel
  4. val kernelcols: Int
  5. val kernelrows: Int
  6. val ktile: Tile
  7. def result: MutableArrayTile
    Definition Classes
    IntKernelStamperKernelStamper
  8. val rows: Int
  9. def stampKernel(col: Int, row: Int, z: Int): Unit

    Given a column, row, and value, apply the kernel at the given point.

    Given a column, row, and value, apply the kernel at the given point.

    Definition Classes
    IntKernelStamperKernelStamper
  10. def stampKernel(tup: (Int, Int), z: Int): Unit

    Given a (column, row) pair and a value, apply the kernel at the given point.

    Given a (column, row) pair and a value, apply the kernel at the given point.

    Definition Classes
    KernelStamper
  11. def stampKernelDouble(col: Int, row: Int, z: Double): Unit

    Given a column, row, and value, apply the kernel at the given point.

    Given a column, row, and value, apply the kernel at the given point.

    Definition Classes
    IntKernelStamperKernelStamper
  12. def stampKernelDouble(tup: (Int, Int), z: Double): Unit

    Given a (column, row) pair and a value, apply the kernel at the given point.

    Given a (column, row) pair and a value, apply the kernel at the given point.

    Definition Classes
    KernelStamper
  13. val tile: MutableArrayTile