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