geotrellis

raster

package raster

Linear Supertypes
Implicits, Implicits, Implicits, Implicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. raster
  2. Implicits
  3. Implicits
  4. Implicits
  5. Implicits
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type CellType = DataType with NoDataHandling

  2. type DI = DummyImplicit

  3. type DoubleTileMapper = macros.DoubleTileMapper

  4. type DoubleTileVisitor = macros.DoubleTileVisitor

  5. implicit class HillshadeTuple extends AnyRef

    Definition Classes
    Implicits
  6. type IntTileMapper = macros.IntTileMapper

  7. type IntTileVisitor = macros.IntTileVisitor

  8. type MultibandRaster = Raster[MultibandTile]

  9. type SinglebandRaster = Raster[Tile]

  10. implicit class withExtentCropMethods[T <: CellGrid] extends RasterCropMethods[T]

    Definition Classes
    Implicits
  11. implicit class withProjectedRasterReprojectMethods[T <: CellGrid] extends ProjectedRasterReprojectMethods[T]

    Definition Classes
    Implicits
  12. implicit class withRasterMergeMethods[T <: CellGrid] extends RasterMergeMethods[T]

    Definition Classes
    Implicits

Value Members

  1. final val NODATA: Int(-2147483648)

  2. def b2d(n: Byte): Double

    Annotations
    @macroImpl( ... )
  3. def b2f(n: Byte): Float

    Annotations
    @macroImpl( ... )
  4. def b2i(n: Byte): Int

    Annotations
    @macroImpl( ... )
  5. def b2s(n: Byte): Short

    Annotations
    @macroImpl( ... )
  6. def b2ub(n: Byte): Byte

    Annotations
    @macroImpl( ... )
  7. def b2us(n: Byte): Short

    Annotations
    @macroImpl( ... )
  8. final val byteNODATA: Byte(-128)

  9. def d2b(n: Double): Byte

    Annotations
    @macroImpl( ... )
  10. def d2f(n: Double): Float

    Annotations
    @macroImpl( ... )
  11. def d2i(n: Double): Int

    Annotations
    @macroImpl( ... )
  12. def d2s(n: Double): Short

    Annotations
    @macroImpl( ... )
  13. def d2ub(n: Double): Byte

    Annotations
    @macroImpl( ... )
  14. def d2us(n: Double): Short

    Annotations
    @macroImpl( ... )
  15. final val doubleNODATA: Double(NaN)

  16. def f2b(n: Float): Byte

    Annotations
    @macroImpl( ... )
  17. def f2d(n: Float): Double

    Annotations
    @macroImpl( ... )
  18. def f2i(n: Float): Int

    Annotations
    @macroImpl( ... )
  19. def f2s(n: Float): Short

    Annotations
    @macroImpl( ... )
  20. def f2ub(n: Float): Byte

    Annotations
    @macroImpl( ... )
  21. def f2us(n: Float): Short

    Annotations
    @macroImpl( ... )
  22. final val floatNODATA: Float(NaN)

  23. def i2b(n: Int): Byte

    Annotations
    @macroImpl( ... )
  24. def i2d(n: Int): Double

    Annotations
    @macroImpl( ... )
  25. def i2f(n: Int): Float

    Annotations
    @macroImpl( ... )
  26. def i2s(n: Int): Short

    Annotations
    @macroImpl( ... )
  27. def i2ub(n: Int): Byte

    Annotations
    @macroImpl( ... )
  28. def i2us(n: Int): Short

    Annotations
    @macroImpl( ... )
  29. def isData(d: Double): Boolean

    Annotations
    @macroImpl( ... )
  30. def isData(f: Float): Boolean

    Annotations
    @macroImpl( ... )
  31. def isData(i: Int): Boolean

    Annotations
    @macroImpl( ... )
  32. def isNoData(d: Double): Boolean

    Annotations
    @macroImpl( ... )
  33. def isNoData(f: Float): Boolean

    Annotations
    @macroImpl( ... )
  34. def isNoData(i: Int): Boolean

    Annotations
    @macroImpl( ... )
  35. def s2b(n: Short): Byte

    Annotations
    @macroImpl( ... )
  36. def s2d(n: Short): Double

    Annotations
    @macroImpl( ... )
  37. def s2f(n: Short): Float

    Annotations
    @macroImpl( ... )
  38. def s2i(n: Short): Int

    Annotations
    @macroImpl( ... )
  39. def s2ub(n: Short): Byte

    Annotations
    @macroImpl( ... )
  40. final val shortNODATA: Short(-32768)

  41. def ub2b(n: Byte): Byte

    Annotations
    @macroImpl( ... )
  42. def ub2d(n: Byte): Double

    Annotations
    @macroImpl( ... )
  43. def ub2f(n: Byte): Float

    Annotations
    @macroImpl( ... )
  44. def ub2i(n: Byte): Int

    Annotations
    @macroImpl( ... )
  45. def ub2s(n: Byte): Short

    Annotations
    @macroImpl( ... )
  46. def ub2us(n: Byte): Short

    Annotations
    @macroImpl( ... )
  47. final val ubyteNODATA: Byte

  48. implicit def unsignedIntIsFloat(uintCellType: UIntCells with NoDataHandling): FloatCells with Product with NoDataHandling

  49. def us2b(n: Short): Byte

    Annotations
    @macroImpl( ... )
  50. def us2d(n: Short): Double

    Annotations
    @macroImpl( ... )
  51. def us2f(n: Short): Float

    Annotations
    @macroImpl( ... )
  52. def us2i(n: Short): Int

    Annotations
    @macroImpl( ... )
  53. def us2s(n: Short): Short

    Annotations
    @macroImpl( ... )
  54. def us2ub(n: Short): Byte

    Annotations
    @macroImpl( ... )
  55. final val ushortNODATA: Short

Inherited from Implicits

Inherited from Implicits

Inherited from Implicits

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped