sealed trait UserDefinedNoDataEncoding extends raster.CellTypeEncoding.CellTypeEncoding
Base trait for encoding CellTypes with user defined NoData values.
- Self Type
- UserDefinedNoDataEncoding
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserDefinedNoDataEncoding
- CellTypeEncoding
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
name: String
- Definition Classes
- UserDefinedNoDataEncoding → CellTypeEncoding
Concrete Value Members
-
def
apply[T](noData: T): SpecifiedUserDefinedNoDataEncoding[T]
Create a cell encoding for a specific noData value.
- val isFloatingPoint: Boolean
- def unapply(text: String): Option[WidenedNoData]