Packages

t

geotrellis.raster

HasNoData

sealed trait HasNoData[T] extends NoDataHandling

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasNoData
  2. NoDataHandling
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val noDataValue: T

    The no data value as represented in the JVM in the underlying cell.

    The no data value as represented in the JVM in the underlying cell. If unsigned types are involved then this value may be an overflow representation, and widenedNoData should be used.

Concrete Value Members

  1. def widenedNoData(implicit ev: Numeric[T]): WidenedNoData