Class

geotrellis.raster

withTileMethods

Related Doc: package raster

Permalink

implicit class withTileMethods extends MethodExtensions[Tile] with CostDistanceMethods with SinglebandTileCropMethods with HydrologyMethods with TileMaskMethods with SinglebandTileMergeMethods with LocalMethods with FocalMethods with ZonalMethods with HillshadeMethods with SinglebandTilePrototypeMethods with RegionGroupMethods with ColorMethods with JpgRenderMethods with PngRenderMethods with SinglebandTileReprojectMethods with SinglebandTileResampleMethods with SummaryMethods with PolygonalSummaryMethods with ViewshedMethods with VectorizeMethods

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withTileMethods
  2. VectorizeMethods
  3. ViewshedMethods
  4. PolygonalSummaryMethods
  5. SummaryMethods
  6. SinglebandTileResampleMethods
  7. TileResampleMethods
  8. SinglebandTileReprojectMethods
  9. TileReprojectMethods
  10. PngRenderMethods
  11. JpgRenderMethods
  12. ColorMethods
  13. RegionGroupMethods
  14. SinglebandTilePrototypeMethods
  15. TilePrototypeMethods
  16. HillshadeMethods
  17. ZonalMethods
  18. FocalMethods
  19. LocalMethods
  20. PowMethods
  21. MinorityMethods
  22. MajorityMethods
  23. LessOrEqualMethods
  24. LessMethods
  25. GreaterMethods
  26. GreaterOrEqualMethods
  27. UnequalMethods
  28. EqualMethods
  29. ConditionalMethods
  30. XorMethods
  31. OrMethods
  32. AndMethods
  33. MaxMethods
  34. MinMethods
  35. DivideMethods
  36. MultiplyMethods
  37. SubtractMethods
  38. AddMethods
  39. SinglebandTileMergeMethods
  40. TileMergeMethods
  41. TileMaskMethods
  42. HydrologyMethods
  43. SinglebandTileCropMethods
  44. TileCropMethods
  45. CropMethods
  46. CostDistanceMethods
  47. MethodExtensions
  48. Serializable
  49. Serializable
  50. AnyRef
  51. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withTileMethods(self: Tile)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the raster are not equal, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the raster are not equal, else 0.

    Definition Classes
    UnequalMethods
  3. def !==(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalMethods
  4. def !==(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalMethods
  5. def !==:(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalMethods
  6. def !==:(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalMethods
  7. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  8. def &(rs: Traversable[Tile]): Tile

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  9. def &(r: Tile): Tile

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  10. def &(i: Int): Tile

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  11. def &:(i: Int): Tile

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  12. def *(rs: Traversable[Tile]): Tile

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  13. def *(r: Tile): Tile

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  14. def *(d: Double): Tile

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  15. def *(i: Int): Tile

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  16. def **(rs: Traversable[Tile]): Tile

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  17. def **(r: Tile): Tile

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  18. def **(d: Double): Tile

    Permalink

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowMethods
  19. def **(i: Int): Tile

    Permalink

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowMethods
  20. def **:(d: Double): Tile

    Permalink

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowMethods
  21. def **:(i: Int): Tile

    Permalink

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  22. def *:(d: Double): Tile

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  23. def *:(i: Int): Tile

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  24. def +(rs: Traversable[Tile]): Tile

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  25. def +(r: Tile): Tile

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  26. def +(d: Double): Tile

    Permalink

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  27. def +(i: Int): Tile

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  28. def +:(d: Double): Tile

    Permalink

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  29. def +:(i: Int): Tile

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  30. def -(rs: Traversable[Tile]): Tile

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  31. def -(r: Tile): Tile

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  32. def -(d: Double): Tile

    Permalink

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractMethods
  33. def -(i: Int): Tile

    Permalink

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  34. def -:(d: Double): Tile

    Permalink

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractMethods
  35. def -:(i: Int): Tile

    Permalink

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractMethods
  36. def /(rs: Traversable[Tile]): Tile

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  37. def /(r: Tile): Tile

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  38. def /(d: Double): Tile

    Permalink

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideMethods
  39. def /(i: Int): Tile

    Permalink

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideMethods
  40. def /:(d: Double): Tile

    Permalink

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideMethods
  41. def /:(i: Int): Tile

    Permalink

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  42. def <(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessMethods
  43. def <(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessMethods
  44. def <(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessMethods
  45. def <<:(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  46. def <<:(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  47. def <=(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualMethods
  48. def <=(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualMethods
  49. def <=(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualMethods
  50. def <=:(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualMethods
  51. def <=:(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualMethods
  52. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  53. def >(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the raster are greater than the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the raster are greater than the next raster, else 0.

    Definition Classes
    GreaterMethods
  54. def >(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterMethods
  55. def >(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterMethods
  56. def >=(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualMethods
  57. def >=(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualMethods
  58. def >=(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualMethods
  59. def >=:(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualMethods
  60. def >=:(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualMethods
  61. def >>:(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  62. def >>:(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  63. def ^(rs: Seq[Tile]): Tile

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  64. def ^(r: Tile): Tile

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  65. def ^(i: Int): Tile

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  66. def ^:(i: Int): Tile

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  67. def accumulation(): Tile

    Permalink
    Definition Classes
    HydrologyMethods
  68. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  69. def aspect(cs: CellSize, bounds: Option[GridBounds] = None): Tile

    Permalink

    Calculates the aspect of each cell in a raster.

    Calculates the aspect of each cell in a raster.

    cs

    cellSize of the raster

    Definition Classes
    FocalMethods
    See also

    Aspect

  70. def classBreaks(numBreaks: Int): Array[Int]

    Permalink

    Generate quantile class breaks for a given raster.

    Generate quantile class breaks for a given raster.

    Definition Classes
    SummaryMethods
  71. def classBreaksDouble(numBreaks: Int): Array[Double]

    Permalink

    Generate quantile class breaks for a given raster.

    Generate quantile class breaks for a given raster.

    Definition Classes
    SummaryMethods
  72. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. def color(colorMap: ColorMap): Tile

    Permalink
    Definition Classes
    ColorMethods
  74. def convolve(kernel: Kernel): Tile

    Permalink

    Computes the convolution of the raster for the given kernl

    Computes the convolution of the raster for the given kernl

    Definition Classes
    FocalMethods
  75. def costDistance(points: Seq[(Int, Int)]): Tile

    Permalink

    Compute the cost-distance function over the present Tile and the given set of points.

    Compute the cost-distance function over the present Tile and the given set of points.

    Definition Classes
    CostDistanceMethods
  76. def costDistanceWithPaths(point: (Int, Int)): CostDistanceWithPathsResult

    Permalink

    Compute the cost-distance function over the present Tile and the given set of points.

    Compute the cost-distance function over the present Tile and the given set of points.

    Definition Classes
    CostDistanceMethods
  77. def crop(srcExtent: Extent, extent: Extent, options: Options): Tile

    Permalink

    Given a source Extent, a destination Extent, and some cropping options, produce a cropped Raster.

    Given a source Extent, a destination Extent, and some cropping options, produce a cropped Raster.

    Definition Classes
    SinglebandTileCropMethodsTileCropMethods
  78. def crop(gb: GridBounds, options: Options): Tile

    Permalink

    Given a GridBounds and some cropping options, produce a new Tile.

    Given a GridBounds and some cropping options, produce a new Tile.

    Definition Classes
    SinglebandTileCropMethodsCropMethods
  79. def crop(srcExtent: Extent, extent: Extent): Tile

    Permalink

    Given a source Extent and a destination extent produce a cropped Tile.

    Given a source Extent and a destination extent produce a cropped Tile.

    Definition Classes
    TileCropMethods
  80. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Tile

    Permalink

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

    Definition Classes
    CropMethods
  81. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int, options: Options): Tile

    Permalink

    Given the starting and stopping columns and rows and some cropping options, crop.

    Given the starting and stopping columns and rows and some cropping options, crop.

    Definition Classes
    CropMethods
  82. def crop(cols: Int, rows: Int): Tile

    Permalink

    Given a number of columns and rows for the desired output, crop.

    Given a number of columns and rows for the desired output, crop.

    Definition Classes
    CropMethods
  83. def crop(cols: Int, rows: Int, options: Options): Tile

    Permalink

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Definition Classes
    CropMethods
  84. def crop(gb: GridBounds): Tile

    Permalink

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  85. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  87. def fill(threshold: Double): Tile

    Permalink

    Fills sink values in a raster.

    Fills sink values in a raster. Returns a Tile of DoubleConstantNoDataCellType

    Definition Classes
    HydrologyMethods
    See also

    Fill

  88. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  89. def flowDirection(): Tile

    Permalink

    Operation to compute a flow direction raster from an elevation raster

    Operation to compute a flow direction raster from an elevation raster

    Definition Classes
    HydrologyMethods
    See also

    FlowDirection

  90. def focalConway(bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the next step of Conway's Game of Life

    Computes the next step of Conway's Game of Life

    Definition Classes
    FocalMethods
  91. def focalMax(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the maximum value of a neighborhood

    Computes the maximum value of a neighborhood

    Definition Classes
    FocalMethods
  92. def focalMean(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the mean of a neighborhood

    Computes the mean of a neighborhood

    Definition Classes
    FocalMethods
  93. def focalMedian(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the median of a neighborhood

    Computes the median of a neighborhood

    Definition Classes
    FocalMethods
  94. def focalMin(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the minimum value of a neighborhood

    Computes the minimum value of a neighborhood

    Definition Classes
    FocalMethods
  95. def focalMode(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the mode of a neighborhood

    Computes the mode of a neighborhood

    Definition Classes
    FocalMethods
  96. def focalStandardDeviation(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the standard deviation of a neighborhood

    Computes the standard deviation of a neighborhood

    Definition Classes
    FocalMethods
  97. def focalSum(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes the sum of a neighborhood

    Computes the sum of a neighborhood

    Definition Classes
    FocalMethods
  98. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  100. def hillshade(cs: CellSize, azimuth: Double = 315, altitude: Double = 45, zFactor: Double = 1.0, bounds: Option[GridBounds] = None): Tile

    Permalink

    Computes Hillshade (shaded relief) from a raster.

    Computes Hillshade (shaded relief) from a raster.

    Definition Classes
    HillshadeMethods
    See also

    Hillshade

  101. def histogram: Histogram[Int]

    Permalink

    Contains several different operations for building a histograms of a raster.

    Contains several different operations for building a histograms of a raster.

    Definition Classes
    SummaryMethods
    Note

    Tiles with a double type (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) will have their values rounded to integers when making the Histogram.

  102. def histogramDouble: Histogram[Double]

    Permalink

    Create a histogram from double values in a raster.

    Create a histogram from double values in a raster.

    Definition Classes
    SummaryMethods
  103. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  104. def localAbs(): Tile

    Permalink

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalMethods
  105. def localAcos(): Tile

    Permalink

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

    Definition Classes
    LocalMethods
  106. def localAdd(rs: Traversable[Tile]): Tile

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  107. def localAdd(r: Tile): Tile

    Permalink

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddMethods
  108. def localAdd(d: Double): Tile

    Permalink

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddMethods
  109. def localAdd(i: Int): Tile

    Permalink

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddMethods
  110. def localAnd(rs: Traversable[Tile]): Tile

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  111. def localAnd(r: Tile): Tile

    Permalink

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndMethods
  112. def localAnd(i: Int): Tile

    Permalink

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  113. def localAsin(): Tile

    Permalink

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalMethods
  114. def localAtan(): Tile

    Permalink

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

    Definition Classes
    LocalMethods
  115. def localAtan2(r: Tile): Tile

    Permalink

    Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values.

    Takes the Arc Tangent2 This raster holds the y - values, and the parameter holds the x values. The arctan is calculated from y / x.

    Definition Classes
    LocalMethods
  116. def localCeil(): Tile

    Permalink

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalMethods
  117. def localCos(): Tile

    Permalink

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalMethods
  118. def localCosh(): Tile

    Permalink

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
  119. def localDefined(): Tile

    Permalink

    Maps an integer typed Tile to 1 if the cell value is not NODATA, otherwise 0.

    Maps an integer typed Tile to 1 if the cell value is not NODATA, otherwise 0.

    Definition Classes
    LocalMethods
  120. def localDivide(rs: Traversable[Tile]): Tile

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  121. def localDivide(r: Tile): Tile

    Permalink

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideMethods
  122. def localDivide(d: Double): Tile

    Permalink

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideMethods
  123. def localDivide(i: Int): Tile

    Permalink

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideMethods
  124. def localDivideValue(d: Double): Tile

    Permalink

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideMethods
  125. def localDivideValue(i: Int): Tile

    Permalink

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideMethods
  126. def localEqual(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the provided raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the provided raster, else 0.

    Definition Classes
    EqualMethods
  127. def localEqual(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualMethods
  128. def localEqual(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualMethods
  129. def localFloor(): Tile

    Permalink

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

    Definition Classes
    LocalMethods
  130. def localGreater(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Definition Classes
    GreaterMethods
  131. def localGreater(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterMethods
  132. def localGreater(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterMethods
  133. def localGreaterOrEqual(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualMethods
  134. def localGreaterOrEqual(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualMethods
  135. def localGreaterOrEqual(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualMethods
  136. def localGreaterOrEqualRightAssociative(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualMethods
  137. def localGreaterOrEqualRightAssociative(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualMethods
  138. def localGreaterRightAssociative(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterMethods
  139. def localGreaterRightAssociative(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterMethods
  140. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  141. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  142. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  143. def localIf(r: Tile, cond: (Int, Int) ⇒ Boolean, trueValue: Int): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  144. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  145. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  146. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  147. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Tile

    Permalink
    Definition Classes
    ConditionalMethods
  148. def localInverseMask(r: Tile, readMask: Int, writeMask: Int): Tile

    Permalink

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be identical to the first raster.

    Definition Classes
    TileMaskMethods
  149. def localLess(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessMethods
  150. def localLess(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessMethods
  151. def localLess(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessMethods
  152. def localLessOrEqual(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualMethods
  153. def localLessOrEqual(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualMethods
  154. def localLessOrEqual(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualMethods
  155. def localLessOrEqualRightAssociative(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualMethods
  156. def localLessOrEqualRightAssociative(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualMethods
  157. def localLessRightAssociative(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessMethods
  158. def localLessRightAssociative(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessMethods
  159. def localLog(): Tile

    Permalink

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalMethods
  160. def localLog10(): Tile

    Permalink

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

    Definition Classes
    LocalMethods
  161. def localMajority(n: Int, rs: Tile*)(implicit d: DI): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityMethods
  162. def localMajority(n: Int, rs: Traversable[Tile]): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityMethods
  163. def localMajority(rs: Tile*)(implicit d: DI): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityMethods
  164. def localMajority(rs: Traversable[Tile]): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityMethods
  165. def localMask(r: Tile, readMask: Int, writeMask: Int): Tile

    Permalink

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.

    For example, if *all* cells in the second raster are set to the readMask value, the output raster will be empty -- all values set to NODATA.

    Definition Classes
    TileMaskMethods
  166. def localMax(rs: Traversable[Tile]): Tile

    Permalink

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxMethods
  167. def localMax(r: Tile): Tile

    Permalink

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxMethods
  168. def localMax(d: Double): Tile

    Permalink

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxMethods
  169. def localMax(i: Int): Tile

    Permalink

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxMethods
  170. def localMin(rs: Traversable[Tile]): Tile

    Permalink

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinMethods
  171. def localMin(r: Tile): Tile

    Permalink

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinMethods
  172. def localMin(d: Double): Tile

    Permalink

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinMethods
  173. def localMin(i: Int): Tile

    Permalink

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinMethods
  174. def localMinority(n: Int, rs: Tile*)(implicit d: DI): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityMethods
  175. def localMinority(n: Int, rs: Traversable[Tile]): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityMethods
  176. def localMinority(rs: Tile*)(implicit d: DI): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityMethods
  177. def localMinority(rs: Traversable[Tile]): Tile

    Permalink

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityMethods
  178. def localMultiply(rs: Traversable[Tile]): Tile

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  179. def localMultiply(r: Tile): Tile

    Permalink

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyMethods
  180. def localMultiply(d: Double): Tile

    Permalink

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyMethods
  181. def localMultiply(i: Int): Tile

    Permalink

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  182. def localNegate(): Tile

    Permalink

    Negate (multiply by -1) each value in a raster.

    Negate (multiply by -1) each value in a raster.

    Definition Classes
    LocalMethods
  183. def localNot(): Tile

    Permalink

    Bitwise negation of Tile.

    Bitwise negation of Tile.

    Definition Classes
    LocalMethods
    Note

    NotRaster does not currently support Double raster data. If you use a Tile with a Double CellType (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) the data values will be rounded to integers.

  184. def localOr(rs: Traversable[Tile]): Tile

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  185. def localOr(r: Tile): Tile

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  186. def localOr(i: Int): Tile

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  187. def localPow(rs: Traversable[Tile]): Tile

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  188. def localPow(r: Tile): Tile

    Permalink

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowMethods
  189. def localPow(d: Double): Tile

    Permalink

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowMethods
  190. def localPow(i: Int): Tile

    Permalink

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowMethods
  191. def localPowValue(d: Double): Tile

    Permalink

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowMethods
  192. def localPowValue(i: Int): Tile

    Permalink

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  193. def localRound(): Tile

    Permalink

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalMethods
  194. def localSin(): Tile

    Permalink

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalMethods
  195. def localSinh(): Tile

    Permalink

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalMethods
  196. def localSqrt(): Tile

    Permalink

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalMethods
  197. def localSubtract(rs: Traversable[Tile]): Tile

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  198. def localSubtract(r: Tile): Tile

    Permalink

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractMethods
  199. def localSubtract(d: Double): Tile

    Permalink

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractMethods
  200. def localSubtract(i: Int): Tile

    Permalink

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractMethods
  201. def localSubtractFrom(d: Double): Tile

    Permalink

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractMethods
  202. def localSubtractFrom(i: Int): Tile

    Permalink

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractMethods
  203. def localTan(): Tile

    Permalink

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalMethods
  204. def localTanh(): Tile

    Permalink

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
  205. def localUndefined(): Tile

    Permalink

    Maps an integer typed Tile to 1 if the cell value is NODATA, otherwise 0.

    Maps an integer typed Tile to 1 if the cell value is NODATA, otherwise 0.

    Definition Classes
    LocalMethods
  206. def localUnequal(r: Tile): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Definition Classes
    UnequalMethods
  207. def localUnequal(d: Double): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Definition Classes
    UnequalMethods
  208. def localUnequal(i: Int): Tile

    Permalink

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Tile with data of BitCellType, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalMethods
  209. def localXor(rs: Traversable[Tile]): Tile

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  210. def localXor(r: Tile): Tile

    Permalink

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorMethods
  211. def localXor(i: Int): Tile

    Permalink

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  212. def mask(ext: Extent, geoms: Traversable[Geometry], options: Options): Tile

    Permalink

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

    Definition Classes
    TileMaskMethods
  213. def mask(ext: Extent, geoms: Traversable[Geometry]): Tile

    Permalink

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry. Do not include polygon exteriors.

    Definition Classes
    TileMaskMethods
  214. def mask(ext: Extent, geom: Geometry, options: Options): Tile

    Permalink

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

    Definition Classes
    TileMaskMethods
  215. def mask(ext: Extent, geom: Geometry): Tile

    Permalink

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry. Do not include polygon exteriors.

    Definition Classes
    TileMaskMethods
  216. def merge(extent: Extent, otherExtent: Extent, other: Tile, method: ResampleMethod): Tile

    Permalink

    Merges this tile with another tile, given the extents both tiles.

    Merges this tile with another tile, given the extents both tiles.

    This method will replace the values of these cells with a resampled value taken from the tile's cells, if the source cell is of the transparent value. The transparent value is determined by the tile's cell type; if the cell type has a NoData value, then that is considered the transparent value. If there is no NoData value associated with the cell type, then a 0 value is considered the transparent value. If this is not the desired effect, the caller is required to change the cell type before using this method to an appropriate cell type that has the desired NoData value.

    extent

    The extent of this Tile

    otherExtent

    The extent of the other Tile

    other

    The other Tile

    method

    The resampling method

    returns

    A new Tile, the result of the merge

    Definition Classes
    SinglebandTileMergeMethodsTileMergeMethods
  217. def merge(other: Tile): Tile

    Permalink

    Merges this tile with another tile.

    Merges this tile with another tile.

    This method will replace the values of these cells with the values of the other tile's corresponding cells, if the source cell is of the transparent value. The transparent value is determined by the tile's cell type; if the cell type has a NoData value, then that is considered the transparent value. If there is no NoData value associated with the cell type, then a 0 value is considered the transparent value. If this is not the desired effect, the caller is required to change the cell type before using this method to an appropriate cell type that has the desired NoData value.

    other

    The other Tile

    returns

    A new Tile, the result of the merge

    Definition Classes
    SinglebandTileMergeMethodsTileMergeMethods
    Note

    This method requires that the dimensions be the same between the tiles, and assumes equal extents.

  218. def merge(extent: Extent, otherExtent: Extent, other: Tile): Tile

    Permalink

    Merge this Tile with the other one.

    Merge this Tile with the other one. All places in the present tile that contain NODATA and are in the intersection of the two given extents are filled-in with data from the other tile. A new Tile is returned.

    extent

    The extent of this Tile

    otherExtent

    The extent of the other Tile

    other

    The other Tile

    returns

    A new Tile, the result of the merge

    Definition Classes
    TileMergeMethods
  219. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  222. def polygonalHistogram(extent: Extent, geom: MultiPolygon): Histogram[Int]

    Permalink

    Given an extent and a MultiPolygon, compute the histogram of the tile values contained within.

    Given an extent and a MultiPolygon, compute the histogram of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  223. def polygonalHistogram(extent: Extent, geom: Polygon): Histogram[Int]

    Permalink

    Given an extent and a Polygon, compute the histogram of the tile values contained within.

    Given an extent and a Polygon, compute the histogram of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  224. def polygonalHistogramDouble(extent: Extent, geom: MultiPolygon): Histogram[Double]

    Permalink

    Given an extent and a MultiPolygon, compute the histogram of the tile values contained within.

    Given an extent and a MultiPolygon, compute the histogram of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  225. def polygonalHistogramDouble(extent: Extent, geom: Polygon): Histogram[Double]

    Permalink

    Given an extent and a [Polygon]], compute the histogram of the tile values contained within.

    Given an extent and a [Polygon]], compute the histogram of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  226. def polygonalMax(extent: Extent, geom: MultiPolygon): Int

    Permalink

    Given an extent and a MultiPolygon, compute the maximum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the maximum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  227. def polygonalMax(extent: Extent, geom: Polygon): Int

    Permalink

    Given an extent and a Polygon, compute the maximum of the tile values contained within.

    Given an extent and a Polygon, compute the maximum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  228. def polygonalMaxDouble(extent: Extent, geom: MultiPolygon): Double

    Permalink

    Given an extent and a MultiPolygon, compute the maximum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the maximum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  229. def polygonalMaxDouble(extent: Extent, geom: Polygon): Double

    Permalink

    Given an extent and a Polygon, compute the maximum of the tile values contained within.

    Given an extent and a Polygon, compute the maximum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  230. def polygonalMean(extent: Extent, geom: MultiPolygon): Double

    Permalink

    Given an extent and a MultiPolygon, compute the mean of the tile values contained within.

    Given an extent and a MultiPolygon, compute the mean of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  231. def polygonalMean(extent: Extent, geom: Polygon): Double

    Permalink

    Given an extent and a Polygon, compute the mean of the tile values contained within.

    Given an extent and a Polygon, compute the mean of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  232. def polygonalMin(extent: Extent, geom: MultiPolygon): Int

    Permalink

    Given an extent and a MultiPolygon, compute the minimum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the minimum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  233. def polygonalMin(extent: Extent, geom: Polygon): Int

    Permalink

    Given an extent and a Polygon, compute the minimum of the tile values contained within.

    Given an extent and a Polygon, compute the minimum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  234. def polygonalMinDouble(extent: Extent, geom: MultiPolygon): Double

    Permalink

    Given an extent and a MultiPolygon, compute the minimum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the minimum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  235. def polygonalMinDouble(extent: Extent, geom: Polygon): Double

    Permalink

    Given an extent and a Polygon, compute the minimum of the tile values contained within.

    Given an extent and a Polygon, compute the minimum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  236. def polygonalSum(extent: Extent, geom: MultiPolygon): Long

    Permalink

    Given an extent and a MultiPolygon, compute the sum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the sum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  237. def polygonalSum(extent: Extent, geom: Polygon): Long

    Permalink

    Given an extent and a Polygon, compute the sum of the tile values contained within.

    Given an extent and a Polygon, compute the sum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  238. def polygonalSumDouble(extent: Extent, geom: MultiPolygon): Double

    Permalink

    Given an extent and a MultiPolygon, compute the sum of the tile values contained within.

    Given an extent and a MultiPolygon, compute the sum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  239. def polygonalSumDouble(extent: Extent, geom: Polygon): Double

    Permalink

    Given an extent and a Polygon, compute the sum of the tile values contained within.

    Given an extent and a Polygon, compute the sum of the tile values contained within.

    Definition Classes
    PolygonalSummaryMethods
  240. def polygonalSummary[T](extent: Extent, multiPolygon: MultiPolygon, handler: TilePolygonalSummaryHandler[T]): T

    Permalink

    Given a MultiPolygon, an Extent, and a summary handler, generate the summary of a polygonal area with respect to the present tile.

    Given a MultiPolygon, an Extent, and a summary handler, generate the summary of a polygonal area with respect to the present tile.

    Definition Classes
    PolygonalSummaryMethods
  241. def polygonalSummary[T](extent: Extent, polygon: Polygon, handler: TilePolygonalSummaryHandler[T]): T

    Permalink

    Given a Polygon, an Extent, and a summary handler, generate the summary of a polygonal area with respect to the present tile.

    Given a Polygon, an Extent, and a summary handler, generate the summary of a polygonal area with respect to the present tile.

    Definition Classes
    PolygonalSummaryMethods
  242. def prototype(cols: Int, rows: Int): MutableArrayTile

    Permalink

    Given numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

    Given numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

    Definition Classes
    SinglebandTilePrototypeMethodsTilePrototypeMethods
  243. def prototype(cellType: CellType, cols: Int, rows: Int): MutableArrayTile

    Permalink

    Given a CellType and numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

    Given a CellType and numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

    Definition Classes
    SinglebandTilePrototypeMethodsTilePrototypeMethods
  244. def regionGroup(options: RegionGroupOptions = RegionGroupOptions.default): RegionGroupResult

    Permalink

    Compute the region groupings for the present Tile using the given options.

    Compute the region groupings for the present Tile using the given options.

    Definition Classes
    RegionGroupMethods
  245. def regionGroup: RegionGroupResult

    Permalink

    Compute the region groupings for the present Tile using the default options.

    Compute the region groupings for the present Tile using the default options.

    Definition Classes
    RegionGroupMethods
  246. def renderJpg(colorMap: ColorMap, settings: Settings): Jpg

    Permalink

    Generate a JPG image from a raster.

    Generate a JPG image from a raster.

    Use this operation when you have a raster of data that you want to visualize with an image.

    To render a data raster into an image, the operation needs to know which values should be painted with which colors. To that end, you'll need to generate a ColorBreaks object which represents the value ranges and the assigned color. One way to create these color breaks is to use the geotrellis.raster.stats.op.stat.GetClassBreaks operation to generate quantile class breaks.

    Definition Classes
    JpgRenderMethods
  247. def renderJpg(colorMap: ColorMap): Jpg

    Permalink
    Definition Classes
    JpgRenderMethods
  248. def renderJpg(colorRamp: ColorRamp, settings: Settings): Jpg

    Permalink
    Definition Classes
    JpgRenderMethods
  249. def renderJpg(colorRamp: ColorRamp): Jpg

    Permalink
    Definition Classes
    JpgRenderMethods
  250. def renderJpg(settings: Settings): Jpg

    Permalink

    Generate a JPG from a raster of RGBA integer values.

    Generate a JPG from a raster of RGBA integer values.

    Use this operation when you have created a raster whose values are already RGBA color values that you wish to render into a JPG. If you have a raster with data that you wish to render, you should use RenderJpg instead.

    An RGBA value is a 32 bit integer with 8 bits used for each component: the first 8 bits are the red value (between 0 and 255), then green, blue, and alpha (with 0 being transparent and 255 being opaque).

    Definition Classes
    JpgRenderMethods
  251. def renderJpg(): Jpg

    Permalink
    Definition Classes
    JpgRenderMethods
  252. def renderPng(colorRamp: ColorRamp): Png

    Permalink
    Definition Classes
    PngRenderMethods
  253. def renderPng(colorMap: ColorMap): Png

    Permalink
    Definition Classes
    PngRenderMethods
  254. def renderPng(): Png

    Permalink

    Generate a PNG from a raster of RGBA integer values.

    Generate a PNG from a raster of RGBA integer values.

    Use this operation when you have created a raster whose values are already RGBA color values that you wish to render into a PNG. If you have a raster with data that you wish to render, you should use RenderPng instead.

    An RGBA value is a 32 bit integer with 8 bits used for each component: the first 8 bits are the red value (between 0 and 255), then green, blue, and alpha (with 0 being transparent and 255 being opaque).

    Definition Classes
    PngRenderMethods
  255. def reproject(srcExtent: Extent, gridBounds: GridBounds, transform: Transform, inverseTransform: Transform, options: Options): Raster[Tile]

    Permalink
  256. def reproject(srcExtent: Extent, gridBounds: GridBounds, src: CRS, dest: CRS, options: Options): Raster[Tile]

    Permalink
  257. def reproject(srcExtent: Extent, src: CRS, dest: CRS, options: Options): Raster[Tile]

    Permalink
  258. def reproject(srcExtent: Extent, targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform, options: Options): Raster[Tile]

    Permalink
  259. def reproject(srcExtent: Extent, gridBounds: GridBounds, transform: Transform, inverseTransform: Transform): Raster[Tile]

    Permalink
    Definition Classes
    TileReprojectMethods
  260. def reproject(srcExtent: Extent, gridBounds: GridBounds, src: CRS, dest: CRS): Raster[Tile]

    Permalink
    Definition Classes
    TileReprojectMethods
  261. def reproject(srcExtent: Extent, src: CRS, dest: CRS): Raster[Tile]

    Permalink
    Definition Classes
    TileReprojectMethods
  262. def reproject(srcExtent: Extent, targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform): Raster[Tile]

    Permalink
    Definition Classes
    TileReprojectMethods
  263. def resample(extent: Extent, targetCols: Int, targetRows: Int, method: ResampleMethod): Tile

    Permalink
  264. def resample(extent: Extent, target: RasterExtent, method: ResampleMethod): Tile

    Permalink
  265. def resample(targetCols: Int, targetRows: Int): Tile

    Permalink
    Definition Classes
    TileResampleMethods
  266. def resample(targetCols: Int, targetRows: Int, method: ResampleMethod): Tile

    Permalink
    Definition Classes
    TileResampleMethods
  267. def resample(extent: Extent, targetCols: Int, targetRows: Int): Tile

    Permalink
    Definition Classes
    TileResampleMethods
  268. def resample(extent: Extent, target: RasterExtent): Tile

    Permalink
    Definition Classes
    TileResampleMethods
  269. def scalarMoransI(n: Neighborhood, bounds: Option[GridBounds] = None): Double

    Permalink

    Calculates global spatial autocorrelation of a raster based on the similarity to neighboring values.

    Calculates global spatial autocorrelation of a raster based on the similarity to neighboring values.

    Definition Classes
    FocalMethods
    See also

    ScalarMoransICalculation

  270. val self: Tile

    Permalink
    Definition Classes
    withTileMethodsMethodExtensions
  271. def slope(cs: CellSize, zFactor: Double = 1.0, bounds: Option[GridBounds] = None): Tile

    Permalink

    Calculates the slope of each cell in a raster.

    Calculates the slope of each cell in a raster.

    cs

    cellSize of the raster

    zFactor

    Number of map units to one elevation unit.

    Definition Classes
    FocalMethods
    See also

    Slope

  272. def standardDeviations(factor: Double = 1.0): Tile

    Permalink

    Calculate a raster in which each value is set to the standard deviation of that cell's value.

    Calculate a raster in which each value is set to the standard deviation of that cell's value.

    returns

    Tile of IntConstantNoDataCellType data

    Definition Classes
    SummaryMethods
    Note

    Currently only supports working with integer types. If you pass in a Tile with double type data (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) the values will be rounded to Ints.

  273. def statistics: Option[Statistics[Int]]

    Permalink

    Determine statistical data for the given histogram.

    Determine statistical data for the given histogram.

    This includes mean, median, mode, stddev, and min and max values.

    Definition Classes
    SummaryMethods
  274. def statisticsDouble: Option[Statistics[Double]]

    Permalink

    Determine statistical data for the given histogram.

    Determine statistical data for the given histogram.

    This includes mean, median, mode, stddev, and min and max values.

    Definition Classes
    SummaryMethods
  275. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  276. def tileMoransI(n: Neighborhood, bounds: Option[GridBounds] = None): Tile

    Permalink

    Calculates spatial autocorrelation of cells based on the similarity to neighboring values.

    Calculates spatial autocorrelation of cells based on the similarity to neighboring values.

    Definition Classes
    FocalMethods
    See also

    TileMoransICalculation

  277. def toBufferedImage: BufferedImage

    Permalink
    Definition Classes
    ColorMethods
  278. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  279. def toVector(extent: Extent, regionConnectivity: Connectivity = FourNeighbors): List[PolygonFeature[Int]]

    Permalink
    Definition Classes
    VectorizeMethods
  280. def unary_-(): Tile

    Permalink

    Negate (multiply by -1) each value in a raster.

    Negate (multiply by -1) each value in a raster.

    Definition Classes
    LocalMethods
  281. def viewshed(col: Int, row: Int, exact: Boolean = false): Tile

    Permalink
    Definition Classes
    ViewshedMethods
  282. def viewshedOffsets(col: Int, row: Int, exact: Boolean = false): Tile

    Permalink
    Definition Classes
    ViewshedMethods
  283. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  286. def zonalHistogramDouble(zones: Tile): Map[Int, Histogram[Double]]

    Permalink
    Definition Classes
    ZonalMethods
  287. def zonalHistogramInt(zones: Tile): Map[Int, Histogram[Int]]

    Permalink
    Definition Classes
    ZonalMethods
  288. def zonalPercentage(zones: Tile): Tile

    Permalink
    Definition Classes
    ZonalMethods
  289. def zonalStatisticsDouble(zones: Tile): Map[Int, Statistics[Double]]

    Permalink
    Definition Classes
    ZonalMethods
  290. def zonalStatisticsInt(zones: Tile): Map[Int, Statistics[Int]]

    Permalink
    Definition Classes
    ZonalMethods
  291. def |(rs: Traversable[Tile]): Tile

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  292. def |(r: Tile): Tile

    Permalink

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrMethods
  293. def |(i: Int): Tile

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods
  294. def |:(i: Int): Tile

    Permalink

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrMethods

Inherited from VectorizeMethods

Inherited from ViewshedMethods

Inherited from PolygonalSummaryMethods

Inherited from SummaryMethods

Inherited from TileResampleMethods[Tile]

Inherited from TileReprojectMethods[Tile]

Inherited from PngRenderMethods

Inherited from JpgRenderMethods

Inherited from ColorMethods

Inherited from RegionGroupMethods

Inherited from TilePrototypeMethods[Tile]

Inherited from HillshadeMethods

Inherited from ZonalMethods

Inherited from FocalMethods

Inherited from LocalMethods

Inherited from PowMethods

Inherited from MinorityMethods

Inherited from MajorityMethods

Inherited from LessOrEqualMethods

Inherited from LessMethods

Inherited from GreaterMethods

Inherited from GreaterOrEqualMethods

Inherited from UnequalMethods

Inherited from EqualMethods

Inherited from ConditionalMethods

Inherited from XorMethods

Inherited from OrMethods

Inherited from AndMethods

Inherited from MaxMethods

Inherited from MinMethods

Inherited from DivideMethods

Inherited from MultiplyMethods

Inherited from SubtractMethods

Inherited from AddMethods

Inherited from TileMergeMethods[Tile]

Inherited from TileMaskMethods

Inherited from HydrologyMethods

Inherited from SinglebandTileCropMethods

Inherited from TileCropMethods[Tile]

Inherited from CropMethods[Tile]

Inherited from CostDistanceMethods

Inherited from MethodExtensions[Tile]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped