Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reproject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Transform
  7. PipelineExpr
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reproject(crs: String, scheme: Either[LayoutScheme, LayoutDefinition], resampleMethod: PointResampleMethod = ..., maxZoom: Option[Int] = scala.None, type: PipelineExprType)

Value Members

  1. val crs: String
  2. val maxZoom: Option[Int]
  3. val resampleMethod: PointResampleMethod
  4. val scheme: Either[LayoutScheme, LayoutDefinition]
  5. val type: PipelineExprType
    Definition Classes
    ReprojectPipelineExpr
  6. def ~(other: Option[PipelineExpr]): PipelineConstructor
    Definition Classes
    PipelineExpr
  7. def ~(other: PipelineExpr): PipelineConstructor
    Definition Classes
    PipelineExpr