case class Options(maxTileSize: Int = DefaultMaxTileSize, resampleMethod: ResampleMethod = NearestNeighbor, compression: Compression = NoCompression) extends Product with Serializable
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(maxTileSize: Int = DefaultMaxTileSize, resampleMethod: ResampleMethod = NearestNeighbor, compression: Compression = NoCompression)
Value Members
- val compression: Compression
- val maxTileSize: Int
- val resampleMethod: ResampleMethod