Packages

c

geotrellis.raster.io.geotiff

ByteRawGeoTiffSegment

class ByteRawGeoTiffSegment extends ByteGeoTiffSegment

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

Instance Constructors

  1. new ByteRawGeoTiffSegment(bytes: Array[Byte])

Value Members

  1. val bytes: Array[Byte]

    represents all of the bytes in the segment

    represents all of the bytes in the segment

    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  2. 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

    Definition Classes
    GeoTiffSegment
  3. def get(i: Int): Byte
    Definition Classes
    ByteGeoTiffSegment
  4. def getDouble(i: Int): Double
  5. def getInt(i: Int): Int
  6. def map(f: (Int) ⇒ Int): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  7. def mapDouble(f: (Double) ⇒ Double): Array[Byte]
  8. def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  9. def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  10. val size: Int
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment