Packages

c

geotrellis.raster.io.geotiff

UByteRawGeoTiffSegment

class UByteRawGeoTiffSegment extends UByteGeoTiffSegment

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

Instance Constructors

  1. new UByteRawGeoTiffSegment(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
    UByteGeoTiffSegmentGeoTiffSegment
  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): Int
    Definition Classes
    UByteGeoTiffSegment
  4. def getDouble(i: Int): Double
  5. def getInt(i: Int): Int
  6. def getRaw(i: Int): Byte
    Definition Classes
    UByteGeoTiffSegment
  7. def map(f: (Int) ⇒ Int): Array[Byte]
    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  8. def mapDouble(f: (Double) ⇒ Double): Array[Byte]
  9. def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  10. def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment
  11. val size: Int
    Definition Classes
    UByteGeoTiffSegmentGeoTiffSegment