Packages

c

geotrellis.raster.io.geotiff

UByteGeoTiffSegment

abstract class UByteGeoTiffSegment extends GeoTiffSegment

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

Instance Constructors

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

Abstract Value Members

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

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