Packages

t

geotrellis.raster

UserDefinedByteNoDataConversions

trait UserDefinedByteNoDataConversions extends AnyRef

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

Abstract Value Members

  1. abstract val userDefinedByteNoDataValue: Byte

Concrete Value Members

  1. def b2udb(n: Byte): Byte
  2. def d2udb(n: Double): Byte
  3. def f2udb(n: Float): Byte
  4. def i2udb(n: Int): Byte
  5. def s2udb(n: Short): Byte
  6. def ub2udb(n: Byte): Byte
  7. def udb2b(n: Byte): Byte
  8. def udb2d(n: Byte): Double
  9. def udb2f(n: Byte): Float
  10. def udb2i(n: Byte): Int
  11. def udb2s(n: Byte): Short
  12. def udb2ub(n: Byte): Byte
  13. def udb2us(n: Byte): Short
  14. def udub2d(n: Byte): Double
  15. def udub2f(n: Byte): Float
  16. def udub2i(n: Byte): Int
  17. def us2udb(n: Short): Byte