Packages

c

geotrellis.raster.io.geotiff

UInt16RawGeoTiffSegment

class UInt16RawGeoTiffSegment extends UInt16GeoTiffSegment

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

Instance Constructors

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