Packages

package transform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    Rename Inputs into groups

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

    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
  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
  6. case class RetileToLayout(layoutDefinition: LayoutDefinition, resampleMethod: PointResampleMethod = ..., type: PipelineExprType) extends Transform with Product with Serializable
  7. case class TileToLayout(resampleMethod: PointResampleMethod = ..., tileSize: Option[Int] = scala.None, cellType: Option[CellType] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
  8. trait Transform extends PipelineExpr

Value Members

  1. object Group extends Serializable
  2. object Map extends Serializable
  3. object Merge extends Serializable
  4. object Pyramid extends Serializable
  5. object Reproject extends Serializable
  6. object RetileToLayout extends Serializable
  7. object TileToLayout extends Serializable

Ungrouped