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
- Alphabetic
- By Inheritance
Inherited
- Options
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
- val filterEmptyTiles: Boolean
- val rasterizerOptions: raster.rasterize.Rasterizer.Options