Class

org.locationtech.rasterframes.tiles.InternalRowTile

ByteUDNDCellReader

Related Doc: package InternalRowTile

Permalink

case class ByteUDNDCellReader(t: InternalRowTile, userDefinedByteNoDataValue: Byte) extends CellReader with UserDefinedByteNoDataConversions with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, UserDefinedByteNoDataConversions, CellReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteUDNDCellReader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UserDefinedByteNoDataConversions
  7. CellReader
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteUDNDCellReader(t: InternalRowTile, userDefinedByteNoDataValue: Byte)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(i: Int): Int

    Permalink
    Definition Classes
    ByteUDNDCellReaderCellReader
  5. def applyDouble(i: Int): Double

    Permalink
    Definition Classes
    ByteUDNDCellReaderCellReader
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def b2udb(n: Byte): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def d2udb(n: Double): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def f2udb(n: Float): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def i2udb(n: Int): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def s2udb(n: Short): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. val t: InternalRowTile

    Permalink
  22. def ub2udb(n: Byte): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  23. def udb2b(n: Byte): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  24. def udb2d(n: Byte): Double

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  25. def udb2f(n: Byte): Float

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  26. def udb2i(n: Byte): Int

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  27. def udb2s(n: Byte): Short

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  28. def udb2ub(n: Byte): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  29. def udb2us(n: Byte): Short

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  30. def udub2d(n: Byte): Double

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  31. def udub2f(n: Byte): Float

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  32. def udub2i(n: Byte): Int

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  33. def us2udb(n: Short): Byte

    Permalink
    Definition Classes
    UserDefinedByteNoDataConversions
  34. val userDefinedByteNoDataValue: Byte

    Permalink
    Definition Classes
    ByteUDNDCellReader → UserDefinedByteNoDataConversions
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UserDefinedByteNoDataConversions

Inherited from CellReader

Inherited from AnyRef

Inherited from Any

Ungrouped