Class

geotrellis.spark.etl.config

Output

Related Doc: package config

Permalink

case class Output(backend: Backend, resampleMethod: PointResampleMethod, reprojectMethod: ReprojectMethod, keyIndexMethod: IngestKeyIndexMethod, tileSize: Int = 256, pyramid: Boolean = true, partitions: Option[Int] = None, layoutScheme: Option[String] = None, layoutExtent: Option[Extent] = None, crs: Option[String] = None, resolutionThreshold: Option[Double] = None, cellSize: Option[CellSize] = None, cellType: Option[CellType] = None, encoding: Option[String] = None, breaks: Option[String] = None, maxZoom: Option[Int] = None) extends Serializable with Product

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Output(backend: Backend, resampleMethod: PointResampleMethod, reprojectMethod: ReprojectMethod, keyIndexMethod: IngestKeyIndexMethod, tileSize: Int = 256, pyramid: Boolean = true, partitions: Option[Int] = None, layoutScheme: Option[String] = None, layoutExtent: Option[Extent] = None, crs: Option[String] = None, resolutionThreshold: Option[Double] = None, cellSize: Option[CellSize] = None, cellType: Option[CellType] = None, encoding: Option[String] = None, breaks: Option[String] = None, maxZoom: Option[Int] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val backend: Backend

    Permalink
  6. val breaks: Option[String]

    Permalink
  7. val cellSize: Option[CellSize]

    Permalink
  8. val cellType: Option[CellType]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val crs: Option[String]

    Permalink
  11. val encoding: Option[String]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getCrs: Option[CRS]

    Permalink
  16. def getKeyIndexMethod[K]: KeyIndexMethod[K]

    Permalink
  17. def getLayoutDefinition: LayoutDefinition

    Permalink
  18. def getLayoutScheme: LayoutScheme

    Permalink
  19. def getPyramidOptions: Options

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val keyIndexMethod: IngestKeyIndexMethod

    Permalink
  22. val layoutExtent: Option[Extent]

    Permalink
  23. val layoutScheme: Option[String]

    Permalink
  24. val maxZoom: Option[Int]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val partitions: Option[Int]

    Permalink
  29. val pyramid: Boolean

    Permalink
  30. val reprojectMethod: ReprojectMethod

    Permalink
  31. val resampleMethod: PointResampleMethod

    Permalink
  32. val resolutionThreshold: Option[Double]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val tileSize: Int

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped