package transform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Group(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable
Rename Inputs into groups
- case class Map(func: String, tag: Option[String] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
-
case class
Merge(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable
Merge inputs into a single Multiband RDD
- 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
- case class Reproject(crs: String, scheme: Either[LayoutScheme, LayoutDefinition], resampleMethod: PointResampleMethod = ..., maxZoom: Option[Int] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
- case class RetileToLayout(layoutDefinition: LayoutDefinition, resampleMethod: PointResampleMethod = ..., type: PipelineExprType) extends Transform with Product with Serializable
- case class TileToLayout(resampleMethod: PointResampleMethod = ..., tileSize: Option[Int] = scala.None, cellType: Option[CellType] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
- trait Transform extends PipelineExpr
Value Members
- object Group extends Serializable
- object Map extends Serializable
- object Merge extends Serializable
- object Pyramid extends Serializable
- object Reproject extends Serializable
- object RetileToLayout extends Serializable
- object TileToLayout extends Serializable