Packages

c

geotrellis.raster.io.geotiff

ByteGeoTiffSegment

abstract class ByteGeoTiffSegment extends GeoTiffSegment

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

Instance Constructors

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

Abstract Value Members

  1. abstract def getDouble(i: Int): Double
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  2. abstract def getInt(i: Int): Int
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment

Concrete 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
  4. def map(f: (Int) ⇒ Int): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  5. def mapDouble(f: (Double) ⇒ Double): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  6. def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  7. def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment
  8. val size: Int
    Definition Classes
    ByteGeoTiffSegmentGeoTiffSegment