geotrellis

IntRaster

class IntRaster extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. IntRaster
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntRaster (data: RasterData, rasterExtent: RasterExtent, name: String)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asArray : Array[Int]

    Return data in this raster as a one-dimensional array (row by row).

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def asciiDraw (): String

    Return ascii art of this raster.

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

    Return ascii art of a range from this raster.

  10. def clone (): AnyRef

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

  12. def combine2 (r2: IntRaster)(f: (Int, Int) ⇒ Int): IntRaster

  13. def compare (other: IntRaster): Int

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

  14. def copy (): IntRaster

    Clone this raster.

  15. val data : RasterData

  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (other: Any): Boolean

    Definition Classes
    IntRaster → AnyRef → Any
  18. def finalize (): Unit

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

    Return tuple of highest and lowest value in raster.

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

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

    Get value at given coordinates.

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  23. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def length : Int

  26. def map (f: (Int) ⇒ Int): IntRaster

  27. def mapIfSet (f: (Int) ⇒ Int): IntRaster

  28. val name : String

  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def normalize (zmin: Int, zmax: Int, gmin: Int, gmax: Int): IntRaster

  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. val rasterExtent : RasterExtent

  34. def rows : Int

  35. def set (col: Int, row: Int, value: Int): Unit

    Set value at given coordinates.

  36. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  37. def toString (): String

    Definition Classes
    IntRaster → AnyRef → Any
  38. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any