Packages

t

geotrellis.raster

MappableTile

trait MappableTile[T <: MappableTile[T]] extends MacroMappableTile[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappableTile
  2. MacroMappableTile
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def mapDoubleMapper(mapper: macros.DoubleTileMapper): T
    Definition Classes
    MacroMappableTile
  2. abstract def mapIntMapper(mapper: macros.IntTileMapper): T
    Definition Classes
    MacroMappableTile

Concrete Value Members

  1. macro def map(f: (Int, Int, Int) ⇒ Int): T

    Map over the tiles using a function which accepts the column, row, and value at that position and returns an integer.

  2. macro def mapDouble(f: (Int, Int, Double) ⇒ Double): T

    Map over the tiles using a function which accepts the column, row, and value at that position and returns a double.