case class Options(classBoundaryType: ClassBoundaryType = LessThanOrEqualTo, noDataColor: Int = 0x00000000, fallbackColor: Int = 0x00000000, strict: Boolean = false) 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(classBoundaryType: ClassBoundaryType = LessThanOrEqualTo, noDataColor: Int = 0x00000000, fallbackColor: Int = 0x00000000, strict: Boolean = false)
Value Members
- val classBoundaryType: ClassBoundaryType
- val fallbackColor: Int
- val noDataColor: Int
-
def
strategy: MapStrategy[Int]
Conversion to a MapStrategy to be used by a BreakMap.
- val strict: Boolean