Packages

case class Options(rasterizerOptions: raster.rasterize.Rasterizer.Options = Rasterizer.Options.DEFAULT, filterEmptyTiles: Boolean = true) extends Product with Serializable

Options for masking tile RDDs.

rasterizerOptions

Options that dictate how to rasterize the masking geometries.

filterEmptyTiles

If true, tiles that are completely masked will be filtered out of the RDD. If not, the empty tiles will still be elements of the resulting RDD.

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

Instance Constructors

  1. new Options(rasterizerOptions: raster.rasterize.Rasterizer.Options = Rasterizer.Options.DEFAULT, filterEmptyTiles: Boolean = true)

    rasterizerOptions

    Options that dictate how to rasterize the masking geometries.

    filterEmptyTiles

    If true, tiles that are completely masked will be filtered out of the RDD. If not, the empty tiles will still be elements of the resulting RDD.

Value Members

  1. val filterEmptyTiles: Boolean
  2. val rasterizerOptions: raster.rasterize.Rasterizer.Options