Class

org.locationtech.rasterframes.tiles.InternalRowTile

IntUDNDCellReader

Related Doc: package InternalRowTile

Permalink

case class IntUDNDCellReader(t: InternalRowTile, userDefinedIntNoDataValue: Int) extends CellReader with UserDefinedIntNoDataConversions with Product with Serializable

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

Instance Constructors

  1. new IntUDNDCellReader(t: InternalRowTile, userDefinedIntNoDataValue: Int)

    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
    IntUDNDCellReaderCellReader
  5. def applyDouble(i: Int): Double

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  11. def f2udi(n: Float): Int

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  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 i2udi(n: Int): Int

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  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 s2udi(n: Short): Int

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

    Permalink
    Definition Classes
    AnyRef
  21. val t: InternalRowTile

    Permalink
  22. def ub2udi(n: Byte): Int

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  23. def udi2b(n: Int): Byte

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  24. def udi2d(n: Int): Double

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  25. def udi2f(n: Int): Float

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  26. def udi2i(n: Int): Int

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  27. def udi2s(n: Int): Short

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  28. def udi2ub(n: Int): Byte

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  29. def udi2us(n: Int): Short

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  30. def us2udi(n: Short): Int

    Permalink
    Definition Classes
    UserDefinedIntNoDataConversions
  31. val userDefinedIntNoDataValue: Int

    Permalink
    Definition Classes
    IntUDNDCellReader → UserDefinedIntNoDataConversions
  32. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 UserDefinedIntNoDataConversions

Inherited from CellReader

Inherited from AnyRef

Inherited from Any

Ungrouped