trait OrMethods extends MethodExtensions[Tile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrMethods
  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 localOr(rs: Traversable[Tile]): Tile

    Or the values of each cell in each raster.

  2. def localOr(r: Tile): Tile

    Or the values of each cell in each raster.

  3. def localOr(i: Int): Tile

    Or a constant Int value to each cell.

  4. def |(rs: Traversable[Tile]): Tile

    Or the values of each cell in each raster.

  5. def |(r: Tile): Tile

    Or the values of each cell in each raster.

  6. def |(i: Int): Tile

    Or a constant Int value to each cell.

  7. def |:(i: Int): Tile

    Or a constant Int value to each cell.