Packages

t

geotrellis.raster

FixedNoDataEncoding

sealed trait FixedNoDataEncoding extends raster.CellTypeEncoding.CellTypeEncoding

Base trait for encoding CellTypes with fixed or no NoData values.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixedNoDataEncoding
  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
    Definition Classes
    CellTypeEncoding

Concrete Value Members

  1. def unapplySeq(text: String): Option[Seq[_]]