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, tileLayout: Option[TileLayout] = None, bufferSize: 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, tileLayout: Option[TileLayout] = None, bufferSize: 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 bufferSize: Option[Int]

    Permalink
  8. val cellSize: Option[CellSize]

    Permalink
  9. val cellType: Option[CellType]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. val encoding: Option[String]

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

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

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

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

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

    Permalink
  18. def getLayoutDefinition: LayoutDefinition

    Permalink
  19. def getLayoutScheme: LayoutScheme

    Permalink
  20. def getPyramidOptions: Options

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val keyIndexMethod: IngestKeyIndexMethod

    Permalink
  23. val layoutExtent: Option[Extent]

    Permalink
  24. val layoutScheme: Option[String]

    Permalink
  25. val maxZoom: Option[Int]

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

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

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

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

    Permalink
  30. val pyramid: Boolean

    Permalink
  31. val reprojectMethod: ReprojectMethod

    Permalink
  32. val resampleMethod: PointResampleMethod

    Permalink
  33. val resolutionThreshold: Option[Double]

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

    Permalink
    Definition Classes
    AnyRef
  35. val tileLayout: Option[TileLayout]

    Permalink
  36. val tileSize: Int

    Permalink
  37. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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