Packages

t

geotrellis.raster

ConstantNoData

sealed trait ConstantNoData[T] extends HasNoData[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantNoData
  2. HasNoData
  3. NoDataHandling
  4. AnyRef
  5. 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.

    Definition Classes
    HasNoData

Concrete Value Members

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