geotrellis

Raster

case class Raster(data: RasterData, rasterExtent: RasterExtent) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Raster
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Raster(data: RasterData, rasterExtent: RasterExtent)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def asciiDraw(): String

    Return ascii art of this raster.

  8. def asciiDrawRange(colMin: Int, colMax: Int, rowMin: Int, rowMax: Int): String

    Return ascii art of a range from this raster.

  9. def canEqual(arg0: Any): Boolean

    Definition Classes
    Raster → Equals
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def cols: Int

  12. def combine(r2: Raster)(f: (Int, Int) ⇒ Int): Raster

  13. def combineDouble(r2: Raster)(f: (Double, Double) ⇒ Double): Raster

  14. def compare(other: Raster): Int

    Test RasterExtent of other raster w/ our own geographic attributes.

  15. def convert(typ: RasterType): Raster

  16. def copy(): Raster

    Clone this raster.

  17. val data: RasterData

  18. def defer: Raster

  19. def dualCombine(r2: Raster)(f: (Int, Int) ⇒ Int)(g: (Double, Double) ⇒ Double): Raster

  20. def dualForeach(f: (Int) ⇒ Unit)(g: (Double) ⇒ Unit): Unit

  21. def dualMap(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Raster

  22. def dualMapIfSet(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Raster

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    Raster → Equals → AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def findMinMax: (Int, Int)

    Return tuple of highest and lowest value in raster.

  27. def force: Raster

  28. def foreach(f: (Int) ⇒ Unit): Unit

  29. def foreachDouble(f: (Double) ⇒ Unit): Unit

  30. def get(col: Int, row: Int): Int

    Get value at given coordinates.

  31. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  32. def getDouble(col: Int, row: Int): Double

    Get value at given coordinates.

  33. def getTileList: List[Raster]

  34. def getTileOpList: List[Op[Raster]]

  35. def getTiles: Array[Raster]

  36. def hashCode(): Int

    Definition Classes
    Raster → AnyRef → Any
  37. def isFloat: Boolean

  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def length: Int

  40. def map(f: (Int) ⇒ Int): Raster

  41. def mapDouble(f: (Double) ⇒ Double): Raster

  42. def mapIfSet(f: (Int) ⇒ Int): Raster

  43. def mapIfSetDouble(f: (Double) ⇒ Double): Raster

  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def normalize(zmin: Int, zmax: Int, gmin: Int, gmax: Int): Raster

  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def productArity: Int

    Definition Classes
    Raster → Product
  49. def productElement(arg0: Int): Any

    Definition Classes
    Raster → Product
  50. def productIterator: Iterator[Any]

    Definition Classes
    Product
  51. def productPrefix: String

    Definition Classes
    Raster → Product
  52. val rasterExtent: RasterExtent

  53. def rows: Int

  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toArray: Array[Int]

  56. def toArrayDouble: Array[Double]

  57. def toString(): String

    Definition Classes
    Raster → AnyRef → Any
  58. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any