Package

com.rasterfoundry.tile

tool

Permalink

package tool

Visibility
  1. Public
  2. All

Type Members

  1. class TileResolver extends LazyLogging

    Permalink

    This interpreter handles resource resolution and compilation of MapAlgebra ASTs

  2. case class ToolParams(bands: Array[Int], breaks: Array[Double], ramp: ColorRamp) extends Product with Serializable

    Permalink

Value Members

  1. object NDVI extends (MultibandTile) ⇒ Tile

    Permalink

    Normalized Difference Vegetation Index Assumes that input MultibandTile has the following bands:

    Normalized Difference Vegetation Index Assumes that input MultibandTile has the following bands:

    Band 0 = Red Band 1 = Near Infrared

  2. object NDWI extends (MultibandTile) ⇒ Tile

    Permalink

    Normalized Difference Water Index Assumes that input MultibandTile has the following bands:

    Normalized Difference Water Index Assumes that input MultibandTile has the following bands:

    Band 0 = Green Band 1 = Near Infrared

  3. object RelabelAst

    Permalink
  4. object TileSources extends LazyLogging

    Permalink

    Interpreting a MapAlgebraAST requires providing a function from (at least) an RFMLRaster (the source/terminal-node type of the AST) to a Future[Option[Tile]].

    Interpreting a MapAlgebraAST requires providing a function from (at least) an RFMLRaster (the source/terminal-node type of the AST) to a Future[Option[Tile]]. This object provides instance of such functions.

  5. object ToolParams extends Serializable

    Permalink

Ungrouped