Package

geotrellis.spark.pipeline.json

transform

Permalink

package transform

Visibility
  1. Public
  2. All

Type Members

  1. case class Group(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable

    Permalink

    Rename Inputs into groups

  2. case class Map(func: String, tag: Option[String] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable

    Permalink
  3. case class Merge(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable

    Permalink

    Merge inputs into a single Multiband RDD

  4. case class Pyramid(startZoom: Option[Int] = scala.None, endZoom: Option[Int] = scala.Some.apply[Int](0), resampleMethod: PointResampleMethod = ..., type: PipelineExprType) extends Transform with Product with Serializable

    Permalink
  5. case class Reproject(crs: String, scheme: Either[LayoutScheme, LayoutDefinition], resampleMethod: PointResampleMethod = ..., maxZoom: Option[Int] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable

    Permalink
  6. case class RetileToLayout(layoutDefinition: LayoutDefinition, resampleMethod: PointResampleMethod = ..., type: PipelineExprType) extends Transform with Product with Serializable

    Permalink
  7. case class TileToLayout(resampleMethod: PointResampleMethod = ..., tileSize: Option[Int] = scala.None, cellType: Option[CellType] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable

    Permalink
  8. trait Transform extends PipelineExpr

    Permalink

Value Members

  1. object Group extends Serializable

    Permalink
  2. object Map extends Serializable

    Permalink
  3. object Merge extends Serializable

    Permalink
  4. object Pyramid extends Serializable

    Permalink
  5. object Reproject extends Serializable

    Permalink
  6. object RetileToLayout extends Serializable

    Permalink
  7. object TileToLayout extends Serializable

    Permalink

Ungrouped