Trait

org.locationtech.rasterframes.util.ZeroSevenCompatibilityKit

RasterFunctions

Related Doc: package ZeroSevenCompatibilityKit

Permalink

trait RasterFunctions extends AnyRef

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def aggDataCells(col: Column): TypedColumn[Any, Long]

    Permalink

    Computes the number of non-NoData cells in a column.

    Computes the number of non-NoData cells in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  2. def aggHistogram(col: Column): TypedColumn[Any, CellHistogram]

    Permalink

    Compute the full column aggregate floating point histogram.

    Compute the full column aggregate floating point histogram.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  3. def aggMean(col: Column): TypedColumn[Any, Double]

    Permalink

    Computes the column aggregate mean.

    Computes the column aggregate mean.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  4. def aggNoDataCells(col: Column): TypedColumn[Any, Long]

    Permalink

    Computes the number of NoData cells in a column.

    Computes the number of NoData cells in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  5. def aggStats(col: Column): TypedColumn[Any, CellStatistics]

    Permalink

    Compute the full column aggregate floating point statistics.

    Compute the full column aggregate floating point statistics.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  6. def arrayToTile(arrayCol: Column, cols: Int, rows: Int): Column

    Permalink
    Annotations
    @Experimental() @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  7. def assembleTile(columnIndex: Column, rowIndex: Column, cellData: Column, tileCols: Column, tileRows: Column): TypedColumn[Any, Tile]

    Permalink

    Create a Tile from a column of cell data with location indexes.

    Create a Tile from a column of cell data with location indexes.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  8. def assembleTile(columnIndex: Column, rowIndex: Column, cellData: Column, tileCols: Int, tileRows: Int, ct: CellType): TypedColumn[Any, Tile]

    Permalink

    Create a Tile from a column of cell data with location indexes and preform cell conversion.

    Create a Tile from a column of cell data with location indexes and preform cell conversion.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  9. def boundsGeometry(bounds: Column): TypedColumn[Any, Geometry]

    Permalink

    Convert a bounding box structure to a Geometry type.

    Convert a bounding box structure to a Geometry type. Intented to support multiple schemas.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  10. def cellType(col: Column): TypedColumn[Any, CellType]

    Permalink

    Extract the Tile's cell type

    Extract the Tile's cell type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  11. def convertCellType(col: Column, cellTypeName: String): Column

    Permalink

    Change the Tile's cell type

    Change the Tile's cell type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  12. def convertCellType(col: Column, cellType: CellType): Column

    Permalink

    Change the Tile's cell type

    Change the Tile's cell type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  13. def dataCells(tile: Column): TypedColumn[Any, Long]

    Permalink

    Counts the number of non-NoData cells per Tile.

    Counts the number of non-NoData cells per Tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  14. def explodeTiles(cols: Column*): Column

    Permalink

    Create a row for each cell in Tile.

    Create a row for each cell in Tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  15. def explodeTilesSample(sampleFraction: Double, cols: Column*): Column

    Permalink

    Create a row for each cell in Tile with random sampling (no seed).

    Create a row for each cell in Tile with random sampling (no seed).

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  16. def explodeTilesSample(sampleFraction: Double, seed: Option[Long], cols: Column*): Column

    Permalink

    Create a row for each cell in Tile with random sampling and optional seed.

    Create a row for each cell in Tile with random sampling and optional seed.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  17. def inverseMask(sourceTile: Column, maskTile: Column): TypedColumn[Any, Tile]

    Permalink

    Where the mask tile DOES NOT contain NODATA, replace values in the source tile with NODATA

    Where the mask tile DOES NOT contain NODATA, replace values in the source tile with NODATA

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  18. def isNoDataTile(tile: Column): TypedColumn[Any, Boolean]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  19. def localAdd(left: Column, right: Column): Column

    Permalink

    Cellwise addition between two Tiles.

    Cellwise addition between two Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  20. def localAddScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise addition of a scalar to a tile.

    Cellwise addition of a scalar to a tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  21. def localAggDataCells(col: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the cellwise/local count of non-NoData cells for all Tiles in a column.

    Compute the cellwise/local count of non-NoData cells for all Tiles in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  22. def localAggMax(col: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the cell-wise/local max operation between Tiles in a column.

    Compute the cell-wise/local max operation between Tiles in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  23. def localAggMean(col: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the cellwise/local mean operation between Tiles in a column.

    Compute the cellwise/local mean operation between Tiles in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  24. def localAggMin(col: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the cellwise/local min operation between Tiles in a column.

    Compute the cellwise/local min operation between Tiles in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  25. def localAggNoDataCells(col: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the cellwise/local count of NoData cells for all Tiles in a column.

    Compute the cellwise/local count of NoData cells for all Tiles in a column.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  26. def localAggStats(col: Column): Column

    Permalink

    Compute cell-local aggregate descriptive statistics for a column of Tiles.

    Compute cell-local aggregate descriptive statistics for a column of Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  27. def localAlgebra(op: LocalTileBinaryOp, left: Column, right: Column): TypedColumn[Any, Tile]

    Permalink

    Perform an arbitrary GeoTrellis LocalTileBinaryOp between two Tile columns.

    Perform an arbitrary GeoTrellis LocalTileBinaryOp between two Tile columns.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  28. def localDivide(left: Column, right: Column): Column

    Permalink

    Cellwise division between two Tiles.

    Cellwise division between two Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  29. def localDivideScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise division of a tile by a scalar.

    Cellwise division of a tile by a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  30. def localEqual(left: Column, right: Column): Column

    Permalink

    Cellwise equal to value comparison between two tiles.

    Cellwise equal to value comparison between two tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  31. def localEqualScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise equal to value comparison between a tile and a scalar.

    Cellwise equal to value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  32. def localGreater(left: Column, right: Column): Column

    Permalink

    Cellwise greater than value comparison between two tiles.

    Cellwise greater than value comparison between two tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  33. def localGreaterEqual(left: Column, right: Column): Column

    Permalink

    Cellwise greater than or equal to value comparison between two tiles.

    Cellwise greater than or equal to value comparison between two tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  34. def localGreaterEqualScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise greater than or equal to value comparison between a tile and a scalar.

    Cellwise greater than or equal to value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  35. def localGreaterScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise greater than value comparison between a tile and a scalar.

    Cellwise greater than value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  36. def localLess(left: Column, right: Column): Column

    Permalink

    Cellwise less than value comparison between two tiles.

    Cellwise less than value comparison between two tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  37. def localLessEqual(left: Column, right: Column): Column

    Permalink

    Cellwise less than or equal to value comparison between a tile and a scalar.

    Cellwise less than or equal to value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  38. def localLessEqualScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise less than or equal to value comparison between a tile and a scalar.

    Cellwise less than or equal to value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  39. def localLessScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise less than value comparison between a tile and a scalar.

    Cellwise less than value comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  40. def localMultiply(left: Column, right: Column): Column

    Permalink

    Cellwise multiplication between two Tiles.

    Cellwise multiplication between two Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  41. def localMultiplyScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise multiplication of a tile by a scalar.

    Cellwise multiplication of a tile by a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  42. def localSubtract(left: Column, right: Column): Column

    Permalink

    Cellwise subtraction between two Tiles.

    Cellwise subtraction between two Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  43. def localSubtractScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise subtraction of a scalar from a tile.

    Cellwise subtraction of a scalar from a tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  44. def localUnequal(left: Column, right: Column): Column

    Permalink

    Cellwise inequality comparison between two tiles.

    Cellwise inequality comparison between two tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  45. def localUnequalScalar[T](tileCol: Column, value: T)(implicit arg0: Numeric[T]): Column

    Permalink

    Cellwise inequality comparison between a tile and a scalar.

    Cellwise inequality comparison between a tile and a scalar.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  46. def makeConstantTile(value: Number, cols: Int, rows: Int, cellType: String): TypedColumn[Any, Tile]

    Permalink

    Constructor for constant tile column

    Constructor for constant tile column

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  47. def maskByValue(sourceTile: Column, maskTile: Column, maskValue: Column): TypedColumn[Any, Tile]

    Permalink

    Where the mask tile equals the mask value, replace values in the source tile with NODATA

    Where the mask tile equals the mask value, replace values in the source tile with NODATA

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  48. def noDataCells(tile: Column): TypedColumn[Any, Long]

    Permalink

    Counts the number of NoData cells per Tile.

    Counts the number of NoData cells per Tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  49. def normalizedDifference(left: Column, right: Column): TypedColumn[Any, Tile]

    Permalink

    Compute the normalized difference of two tile columns

    Compute the normalized difference of two tile columns

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  50. def renderAscii(col: Column): TypedColumn[Any, String]

    Permalink

    Render Tile as ASCII string for debugging purposes.

    Render Tile as ASCII string for debugging purposes.

    Annotations
    @Experimental() @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  51. def reprojectGeometry(sourceGeom: Column, srcCRS: CRS, dstCRS: CRS): TypedColumn[Any, Geometry]

    Permalink

    Reproject a column of geometry from one CRS to another.

    Reproject a column of geometry from one CRS to another.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  52. def tileDimensions(col: Column): Column

    Permalink

    Query the number of (cols, rows) in a Tile.

    Query the number of (cols, rows) in a Tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  53. def tileHistogram(col: Column): TypedColumn[Any, CellHistogram]

    Permalink

    Compute TileHistogram of Tile values.

    Compute TileHistogram of Tile values.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  54. def tileMax(col: Column): TypedColumn[Any, Double]

    Permalink

    Compute the maximum cell value in tile.

    Compute the maximum cell value in tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  55. def tileMean(col: Column): TypedColumn[Any, Double]

    Permalink

    Compute the Tile-wise mean

    Compute the Tile-wise mean

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  56. def tileMin(col: Column): TypedColumn[Any, Double]

    Permalink

    Compute the minimum cell value in tile.

    Compute the minimum cell value in tile.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  57. def tileOnes(cols: Int, rows: Int, cellType: String = "float64"): TypedColumn[Any, Tile]

    Permalink

    Alias for column of constant tiles of one

    Alias for column of constant tiles of one

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  58. def tileStats(col: Column): TypedColumn[Any, CellStatistics]

    Permalink

    Compute statistics of Tile values.

    Compute statistics of Tile values.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  59. def tileSum(col: Column): TypedColumn[Any, Double]

    Permalink

    Compute the Tile-wise sum

    Compute the Tile-wise sum

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  60. def tileZeros(cols: Int, rows: Int, cellType: String = "float64"): TypedColumn[Any, Tile]

    Permalink

    Alias for column of constant tiles of zero

    Alias for column of constant tiles of zero

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

  61. def withNoData(col: Column, nodata: Double): Column

    Permalink

    Assign a NoData value to the Tiles.

    Assign a NoData value to the Tiles.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Part of 0.7.x compatibility kit, to be removed after 0.8.x. Please use "snake_case" variant instead.

Inherited from AnyRef

Inherited from Any

Ungrouped