Packages

t

geotrellis.raster

UserDefinedNoDataEncoding

sealed trait UserDefinedNoDataEncoding extends raster.CellTypeEncoding.CellTypeEncoding

Base trait for encoding CellTypes with user defined NoData values.

Self Type
UserDefinedNoDataEncoding
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserDefinedNoDataEncoding
  2. CellTypeEncoding
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val name: String

Concrete Value Members

  1. def apply[T](noData: T): SpecifiedUserDefinedNoDataEncoding[T]

    Create a cell encoding for a specific noData value.

  2. val isFloatingPoint: Boolean
  3. def unapply(text: String): Option[WidenedNoData]