Packages

c

geotrellis.raster.io.geotiff

Int16UserDefinedNoDataGeoTiffSegment

class Int16UserDefinedNoDataGeoTiffSegment extends Int16GeoTiffSegment with UserDefinedShortNoDataConversions

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int16UserDefinedNoDataGeoTiffSegment
  2. UserDefinedShortNoDataConversions
  3. Int16GeoTiffSegment
  4. GeoTiffSegment
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Int16UserDefinedNoDataGeoTiffSegment(bytes: Array[Byte], userDefinedShortNoDataValue: Short)

Value Members

  1. def b2uds(n: Byte): Short
  2. val bytes: Array[Byte]

    represents all of the bytes in the segment

    represents all of the bytes in the segment

    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  3. 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
  4. def d2uds(n: Double): Short
  5. def f2uds(n: Float): Short
  6. def get(i: Int): Short
    Definition Classes
    Int16GeoTiffSegment
  7. def getDouble(i: Int): Double
  8. def getInt(i: Int): Int
  9. def i2uds(n: Int): Short
  10. def map(f: (Int) ⇒ Int): Array[Byte]
    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  11. def mapDouble(f: (Double) ⇒ Double): Array[Byte]
    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  12. def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  13. def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  14. def s2uds(n: Short): Short
  15. val size: Int
    Definition Classes
    Int16GeoTiffSegmentGeoTiffSegment
  16. def ub2uds(n: Byte): Short
  17. def uds2b(n: Short): Byte
  18. def uds2d(n: Short): Double
  19. def uds2f(n: Short): Float
  20. def uds2i(n: Short): Int
  21. def uds2s(n: Short): Short
  22. def uds2ub(n: Short): Byte
  23. def uds2us(n: Short): Short
  24. def udus2d(n: Short): Double
  25. def udus2f(n: Short): Float
  26. def udus2i(n: Short): Int
  27. def us2uds(n: Short): Short
  28. val userDefinedShortNoDataValue: Short