Packages

c

geotrellis.raster

SpecifiedUserDefinedNoDataEncoding

case class SpecifiedUserDefinedNoDataEncoding[N](base: UserDefinedNoDataEncoding, noData: N) extends UserDefinedNoDataEncoding with Product with Serializable

On-demand cell type encoding for specific user defined no data values.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpecifiedUserDefinedNoDataEncoding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UserDefinedNoDataEncoding
  7. CellTypeEncoding
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecifiedUserDefinedNoDataEncoding(base: UserDefinedNoDataEncoding, noData: N)

Value Members

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

    Create a cell encoding for a specific noData value.

    Create a cell encoding for a specific noData value.

    Definition Classes
    SpecifiedUserDefinedNoDataEncodingUserDefinedNoDataEncoding
  2. val base: UserDefinedNoDataEncoding
  3. val isFloatingPoint: Boolean
    Definition Classes
    UserDefinedNoDataEncoding
  4. val name: String
  5. val noData: N
  6. def unapply(text: String): Option[WidenedNoData]
    Definition Classes
    UserDefinedNoDataEncoding