Packages

trait TileBuilders extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileBuilders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NaN: Double
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def byteNoDataRaster: ByteArrayTile

    14 x 9 raster with positive byte values

  7. def byteRaster: ByteArrayTile

    14 x 9 raster with positive byte values

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def createCompositeTile(arr: Array[Double], layout: TileLayout): Tile
  10. def createCompositeTile(arr: Array[Int], layout: TileLayout): Tile
  11. def createConsecutiveTile(cols: Int, rows: Int, startingFrom: Int = 1): Tile
  12. def createConsecutiveTile(d: Int): Tile
  13. def createNoData(cols: Int, rows: Int, t: CellType = IntConstantNoDataCellType): MutableArrayTile
  14. def createOnesTile(d: Int): Tile
  15. def createRaster(arr: Array[Double], cols: Int, rows: Int, cs: CellSize = CellSize(10, 1)): Raster[DoubleConstantNoDataArrayTile]
  16. def createTile(arr: Array[Double], cols: Int, rows: Int): DoubleConstantNoDataArrayTile
  17. def createTile(arr: Array[Int], cols: Int, rows: Int): IntConstantNoDataArrayTile
  18. def createTile(arr: Array[Double]): DoubleConstantNoDataArrayTile
  19. def createTile(arr: Array[Short]): ShortArrayTile
  20. def createTile(arr: Array[Byte]): ByteArrayTile
  21. def createTile(arr: Array[Float]): FloatArrayTile
  22. def createTile(arr: Array[Int]): IntConstantNoDataArrayTile
  23. def createValueTile(cols: Int, rows: Int, v: Double): Tile
  24. def createValueTile(cols: Int, rows: Int, v: Int): Tile
  25. def createValueTile(d: Int, v: Double): Tile
  26. def createValueTile(d: Int, v: Int): Tile
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getIntFilledRaster(n: Int): IntConstantNoDataArrayTile
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def injectNoData(num: Int)(t: Tile): Tile

    Return a copy of the given tile with num cells, at random indexes, replaced by the NoData value.

  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val nd: Int
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def positiveIntegerNoDataRaster: IntConstantNoDataArrayTile

    9x10 raster of 90 numbers between 1 - 100 in random order, with NoData values in every even column.

  40. def positiveIntegerRaster: IntConstantNoDataArrayTile

    9x10 raster of 90 numbers between 1 - 100 in random order.

  41. def printR(tile: Tile): Unit
  42. def probabilityNoDataRaster: DoubleConstantNoDataArrayTile

    9x10 DoubleConstantNoDataCellType raster with values between 0 and 1, exclusive, with Double.NaN values in every even column.

  43. def probabilityRaster: DoubleConstantNoDataArrayTile

    9x10 DoubleConstantNoDataCellType raster with values between 0 and 1, exclusive.

  44. def replaceValues(r: Tile, valueMap: Map[(Int, Int), Int]): IntConstantNoDataArrayTile
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped