case class TileToLayout(resampleMethod: PointResampleMethod = ..., tileSize: Option[Int] = scala.None, cellType: Option[CellType] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileToLayout
- Serializable
- Serializable
- Product
- Equals
- Transform
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TileToLayout(resampleMethod: PointResampleMethod = ..., tileSize: Option[Int] = scala.None, cellType: Option[CellType] = scala.None, type: PipelineExprType)
Value Members
- val cellType: Option[CellType]
- val resampleMethod: PointResampleMethod
- val tileSize: Option[Int]
-
val
type: PipelineExprType
- Definition Classes
- TileToLayout → PipelineExpr
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr