Class/Object

org.locationtech.rasterframes.tiles

InternalRowTile

Related Docs: object InternalRowTile | package tiles

Permalink

class InternalRowTile extends DelegatingTile

Wrapper around a Tile encoded in a Catalyst InternalRow, for the purpose of providing compatible semantics over common operations.

Since

11/29/17

Linear Supertypes
DelegatingTile, Tile, MappableTile[Tile], MacroMappableTile[Tile], IterableTile, MacroIterableTile, CellGrid[Int], Grid[Int], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalRowTile
  2. DelegatingTile
  3. Tile
  4. MappableTile
  5. MacroMappableTile
  6. IterableTile
  7. MacroIterableTile
  8. CellGrid
  9. Grid
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalRowTile(mem: InternalRow)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(i: Int): Int

    Permalink

    Reads the cell value at the given index as an Int.

  5. def applyDouble(i: Int): Double

    Permalink

    Reads the cell value at the given index as a Double.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cellType: CellType

    Permalink

    Retrieve the cell type from the internal encoding.

    Retrieve the cell type from the internal encoding.

    Definition Classes
    InternalRowTile → DelegatingTile → CellGrid
  8. def clone(): AnyRef

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

    Permalink

    Retrieve the number of columns from the internal encoding.

    Retrieve the number of columns from the internal encoding.

    Definition Classes
    InternalRowTile → DelegatingTile → Grid
  10. def combine(r2: Tile)(f: (Int, Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  11. def combineDouble(r2: Tile)(f: (Double, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  12. def convert(cellType: CellType): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  13. def copy: InternalRowTile

    Permalink
  14. def delegate: Tile

    Permalink
    Attributes
    protected
    Definition Classes
    InternalRowTile → DelegatingTile
  15. def dimensions: Dimensions[Int]

    Permalink
    Definition Classes
    Grid
  16. def downsample(newCols: Int, newRows: Int)(f: (CellSet) ⇒ Int): Tile

    Permalink
    Definition Classes
    Tile
  17. def dualCombine(r2: Tile)(f: (Int, Int) ⇒ Int)(g: (Double, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  18. def dualForeach(f: (Int) ⇒ Unit)(g: (Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Tile
  19. def dualMap(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  20. def dualMapIfSet(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def findMinMax: (Int, Int)

    Permalink
    Definition Classes
    Tile
  25. def findMinMaxDouble: (Double, Double)

    Permalink
    Definition Classes
    Tile
  26. def foreach(f: (Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DelegatingTile → Tile
  27. macro def foreach(f: (Int, Int, Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IterableTile
  28. def foreachDouble(f: (Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DelegatingTile → Tile
  29. macro def foreachDouble(f: (Int, Int, Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IterableTile
  30. def foreachDoubleVisitor(visitor: DoubleTileVisitor): Unit

    Permalink
    Definition Classes
    DelegatingTile → MacroIterableTile
  31. def foreachIntVisitor(visitor: IntTileVisitor): Unit

    Permalink
    Definition Classes
    DelegatingTile → MacroIterableTile
  32. def get(col: Int, row: Int): Int

    Permalink
    Definition Classes
    DelegatingTile → Tile
  33. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    DelegatingTile → Tile
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def interpretAs(newCellType: CellType): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isNoDataTile: Boolean

    Permalink
    Definition Classes
    Tile
  39. def map(f: (Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  40. macro def map(f: (Int, Int, Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    MappableTile
  41. def mapDouble(f: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  42. macro def mapDouble(f: (Int, Int, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    MappableTile
  43. def mapDoubleMapper(mapper: DoubleTileMapper): Tile

    Permalink
    Definition Classes
    DelegatingTile → MacroMappableTile
  44. def mapIfSet(f: (Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    Tile
  45. def mapIfSetDouble(f: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  46. def mapIntMapper(mapper: IntTileMapper): Tile

    Permalink
    Definition Classes
    DelegatingTile → MacroMappableTile
  47. val mem: InternalRow

    Permalink
  48. def mutable: MutableArrayTile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  49. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  50. def normalize(oldMin: Double, oldMax: Double, newMin: Double, newMax: Double): Tile

    Permalink
    Definition Classes
    Tile
  51. def normalize(oldMin: Int, oldMax: Int, newMin: Int, newMax: Int): Tile

    Permalink
    Definition Classes
    Tile
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. lazy val realizedTile: Tile

    Permalink
  55. def rescale(newMin: Double, newMax: Double): Tile

    Permalink
    Definition Classes
    Tile
  56. def rescale(newMin: Int, newMax: Int): Tile

    Permalink
    Definition Classes
    Tile
  57. def rows: Int

    Permalink

    Retrieve the number of rows from the internal encoding.

    Retrieve the number of rows from the internal encoding.

    Definition Classes
    InternalRowTile → DelegatingTile → Grid
  58. def size: Int

    Permalink
    Definition Classes
    Grid
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toArray(): Array[Int]

    Permalink
    Definition Classes
    DelegatingTile → Tile
  61. def toArrayDouble(): Array[Double]

    Permalink
    Definition Classes
    DelegatingTile → Tile
  62. def toArrayTile(): ArrayTile

    Permalink
    Definition Classes
    InternalRowTile → DelegatingTile → Tile
  63. lazy val toBytes: Array[Byte]

    Permalink

    Get the internally encoded tile data cells.

    Get the internally encoded tile data cells.

    Definition Classes
    InternalRowTile → DelegatingTile → Tile
  64. def toString(): String

    Permalink
    Definition Classes
    InternalRowTile → DelegatingTile → AnyRef → Any
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def withNoData(noDataValue: Option[Double]): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile

Inherited from DelegatingTile

Inherited from Tile

Inherited from MappableTile[Tile]

Inherited from MacroMappableTile[Tile]

Inherited from IterableTile

Inherited from MacroIterableTile

Inherited from CellGrid[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped