Package

com.azavea.maml.eval

tile

Permalink

package tile

Visibility
  1. Public
  2. All

Type Members

  1. case class Classify(children: List[LazyRaster], f: (Double) ⇒ Int) extends UnaryBranch with Product with Serializable

    Permalink
  2. case class LazyMultibandRaster(bands: Map[String, LazyRaster]) extends Product with Serializable

    Permalink
  3. sealed trait LazyRaster extends AnyRef

    Permalink
  4. case class MaskingNode(children: List[LazyRaster], mask: MultiPolygon) extends UnaryBranch with Product with Serializable

    Permalink
  5. case class NeighboringTiles(tl: Tile, tm: Tile, tr: Tile, ml: Tile, mr: Tile, bl: Tile, bm: Tile, br: Tile) extends Product with Serializable

    Permalink
  6. case class TileWithNeighbors(centerTile: Tile, buffers: Option[NeighboringTiles]) extends Product with Serializable

    Permalink

Value Members

  1. object LazyMultibandRaster extends Serializable

    Permalink
  2. object LazyRaster

    Permalink
  3. object TileLayouts extends LazyLogging

    Permalink

    This interpreter handles resource resolution and compilation of MapAlgebra ASTs

Ungrouped