Packages

trait GeoTiffSegment extends AnyRef

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

Abstract Value Members

  1. abstract def bytes: Array[Byte]

    represents all of the bytes in the segment

  2. abstract def getDouble(i: Int): Double
  3. abstract def getInt(i: Int): Int
  4. abstract def map(f: (Int) ⇒ Int): Array[Byte]
  5. abstract def mapDouble(f: (Double) ⇒ Double): Array[Byte]
  6. abstract def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
  7. abstract def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
  8. abstract def size: Int

Concrete Value Members

  1. def convert(cellType: CellType): Array[Byte]

    Converts the segment to the given CellType

    Converts the segment to the given CellType

    returns

    An Array[Byte] that contains the new CellType values