trait MultiplyMethods extends MethodExtensions[Tile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiplyMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def *(rs: Traversable[Tile]): Tile

    Multiply the values of each cell in each raster.

  2. def *(r: Tile): Tile

    Multiply the values of each cell in each raster.

  3. def *(d: Double): Tile

    Multiply a double constant value from each cell.

  4. def *(i: Int): Tile

    Multiply a constant value from each cell.

  5. def *:(d: Double): Tile

    Multiply a double constant value from each cell.

  6. def *:(i: Int): Tile

    Multiply a constant value from each cell.

  7. def localMultiply(rs: Traversable[Tile]): Tile

    Multiply the values of each cell in each raster.

  8. def localMultiply(r: Tile): Tile

    Multiply the values of each cell in each raster.

  9. def localMultiply(d: Double): Tile

    Multiply a double constant value from each cell.

  10. def localMultiply(i: Int): Tile

    Multiply a constant value from each cell.