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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pyramid
- Serializable
- Serializable
- Product
- Equals
- Transform
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Pyramid(startZoom: Option[Int] = scala.None, endZoom: Option[Int] = scala.Some.apply[Int](0), resampleMethod: PointResampleMethod = ..., type: PipelineExprType)
Value Members
- val endZoom: Option[Int]
- val resampleMethod: PointResampleMethod
- val startZoom: Option[Int]
-
val
type: PipelineExprType
- Definition Classes
- Pyramid → PipelineExpr
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr