geotrellis.raster.io.geotiff

UByteUserDefinedNoDataGeoTiffSegment

class UByteUserDefinedNoDataGeoTiffSegment extends UByteGeoTiffSegment with UserDefinedByteNoDataConversions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UByteUserDefinedNoDataGeoTiffSegment
  2. UserDefinedByteNoDataConversions
  3. UByteGeoTiffSegment
  4. GeoTiffSegment
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UByteUserDefinedNoDataGeoTiffSegment(bytes: Array[Byte], userDefinedIntNoDataValue: Byte)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def convert(cellType: CellType): Array[Byte]

    Definition Classes
    GeoTiffSegment
  10. def d2udb(n: Double): Byte

  11. def doubleToUByteOut(v: Double): Byte

    Attributes
    protected
    Definition Classes
    UByteUserDefinedNoDataGeoTiffSegmentUByteGeoTiffSegment
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def f2udb(n: Float): Byte

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(i: Int): Int

    Definition Classes
    UByteGeoTiffSegment
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getDouble(i: Int): Double

  19. def getInt(i: Int): Int

  20. def getRaw(i: Int): Byte

    Definition Classes
    UByteGeoTiffSegment
  21. def hashCode(): Int

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

  23. def intToUByteOut(v: Int): Byte

    Attributes
    protected
    Definition Classes
    UByteUserDefinedNoDataGeoTiffSegmentUByteGeoTiffSegment
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def map(f: (Int) ⇒ Int): Array[Byte]

    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  26. def mapDouble(f: (Double) ⇒ Double): Array[Byte]

    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  27. def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]

    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  28. def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]

    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

  33. val size: Int

    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def ub2udb(n: Byte): Byte

  37. def udb2b(n: Byte): Byte

  38. def udb2d(n: Byte): Double

  39. def udb2f(n: Byte): Float

  40. def udb2i(n: Byte): Int

  41. def udb2s(n: Byte): Short

  42. def udb2ub(n: Byte): Byte

  43. def udb2us(n: Byte): Short

  44. def udub2d(n: Byte): Double

  45. def udub2f(n: Byte): Float

  46. def udub2i(n: Byte): Int

  47. def us2udb(n: Short): Byte

  48. val userDefinedByteNoDataValue: Byte

  49. val userDefinedIntNoDataValue: Byte

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UByteGeoTiffSegment

Inherited from GeoTiffSegment

Inherited from AnyRef

Inherited from Any

Ungrouped