geotrellis.raster

withTileMethods

implicit class withTileMethods extends MethodExtensions[Tile] with CostDistanceMethods with SinglebandTileCropMethods with HydrologyMethods with SinglebandTileMaskMethods 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 SinglebandTileSplitMethods 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. SinglebandTileSplitMethods
  7. SplitMethods
  8. SinglebandTileResampleMethods
  9. TileResampleMethods
  10. SinglebandTileReprojectMethods
  11. TileReprojectMethods
  12. PngRenderMethods
  13. JpgRenderMethods
  14. ColorMethods
  15. RegionGroupMethods
  16. SinglebandTilePrototypeMethods
  17. TilePrototypeMethods
  18. HillshadeMethods
  19. ZonalMethods
  20. FocalMethods
  21. LocalMethods
  22. PowMethods
  23. MinorityMethods
  24. MajorityMethods
  25. LessOrEqualMethods
  26. LessMethods
  27. GreaterMethods
  28. GreaterOrEqualMethods
  29. UnequalMethods
  30. EqualMethods
  31. ConditionalMethods
  32. XorMethods
  33. OrMethods
  34. AndMethods
  35. MaxMethods
  36. MinMethods
  37. DivideMethods
  38. MultiplyMethods
  39. SubtractMethods
  40. AddMethods
  41. SinglebandTileMergeMethods
  42. TileMergeMethods
  43. SinglebandTileMaskMethods
  44. TileMaskMethods
  45. HydrologyMethods
  46. SinglebandTileCropMethods
  47. TileCropMethods
  48. CropMethods
  49. CostDistanceMethods
  50. MethodExtensions
  51. Serializable
  52. Serializable
  53. AnyRef
  54. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withTileMethods(self: Tile)

Value Members

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

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

    Definition Classes
    Any
  3. def !==(r: Tile): Tile

    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
  4. def !==(d: Double): Tile

    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
  5. def !==(i: Int): Tile

    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
  6. def !==:(d: Double): Tile

    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
  7. def !==:(i: Int): Tile

    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
  8. final def ##(): Int

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

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    And a constant Int value to each cell.

    And a constant Int value to each cell.

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

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    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
  20. def **(i: Int): Tile

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

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

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

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

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

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

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

    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
  36. def -:(i: Int): Tile

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

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

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    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
  40. def /(i: Int): Tile

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

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

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

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

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

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

    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
  44. def <(d: Double): Tile

    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
  45. def <(i: Int): Tile

    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
  46. def <<:(d: Double): Tile

    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.

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

    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.

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

    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
  49. def <=(d: Double): Tile

    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
  50. def <=(i: Int): Tile

    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
  51. def <=:(d: Double): Tile

    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
  52. def <=:(i: Int): Tile

    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
  53. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  55. def >(r: Tile): Tile

    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
  56. def >(d: Double): Tile

    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
  57. def >(i: Int): Tile

    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
  58. def >=(r: Tile): Tile

    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
  59. def >=(d: Double): Tile

    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

    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

    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
  62. def >=:(i: Int): Tile

    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
  63. def >>:(d: Double): Tile

    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.

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

    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.

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

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorMethods
  69. def accumulation(): Tile

    Definition Classes
    HydrologyMethods
  70. final def asInstanceOf[T0]: T0

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

    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

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

    Generate quantile class breaks for a given raster.

    Generate quantile class breaks for a given raster.

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

    Generate quantile class breaks for a given raster.

    Generate quantile class breaks for a given raster.

    Definition Classes
    SummaryMethods
  74. def clone(): AnyRef

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

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

    Computes the convolution of the raster for the given kernl

    Computes the convolution of the raster for the given kernl

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

    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
  78. def costDistanceWithPaths(point: (Int, Int)): CostDistanceWithPathsResult

    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
  79. def crop(srcExtent: Extent, extent: Extent, options: Options): Tile

    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
  80. def crop(gb: GridBounds, options: Options): Tile

    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
  81. def crop(srcExtent: Extent, extent: Extent): Tile

    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
  82. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Tile

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

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

    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
  84. def crop(cols: Int, rows: Int): Tile

    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
  85. def crop(cols: Int, rows: Int, options: Options): Tile

    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
  86. def crop(gb: GridBounds): Tile

    Given a GridBounds, crop.

    Given a GridBounds, crop.

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

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

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

    Fills sink values in a raster.

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

    Definition Classes
    HydrologyMethods
    See also

    Fill

  90. def finalize(): Unit

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

    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

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

    Computes the next step of Conway's Game of Life

    Computes the next step of Conway's Game of Life

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

    Computes the maximum value of a neighborhood

    Computes the maximum value of a neighborhood

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

    Computes the mean of a neighborhood

    Computes the mean of a neighborhood

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

    Computes the median of a neighborhood

    Computes the median of a neighborhood

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

    Computes the minimum value of a neighborhood

    Computes the minimum value of a neighborhood

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

    Computes the mode of a neighborhood

    Computes the mode of a neighborhood

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

    Computes the standard deviation of a neighborhood

    Computes the standard deviation of a neighborhood

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

    Computes the sum of a neighborhood

    Computes the sum of a neighborhood

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

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

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

    Computes Hillshade (shaded relief) from a raster.

    Computes Hillshade (shaded relief) from a raster.

    Definition Classes
    HillshadeMethods
    See also

    Hillshade

  103. def histogram: Histogram[Int]

    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.

  104. def histogramDouble(numBuckets: Int): Histogram[Double]

    Create a histogram from double values in a raster.

    Create a histogram from double values in a raster.

    Definition Classes
    SummaryMethods
  105. def histogramDouble(): Histogram[Double]

    Create a histogram from double values in a raster.

    Create a histogram from double values in a raster.

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

    Definition Classes
    Any
  107. def localAbs(): Tile

    Takes the Absolute value of each raster cell value.

    Takes the Absolute value of each raster cell value.

    Definition Classes
    LocalMethods
  108. def localAcos(): Tile

    Takes the arc cos of each raster cell value.

    Takes the arc cos of each raster cell value.

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

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

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

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

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

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    And the values of each cell in each raster.

    And the values of each cell in each raster.

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

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndMethods
  116. def localAsin(): Tile

    Takes the arc sine of each raster cell value.

    Takes the arc sine of each raster cell value.

    Definition Classes
    LocalMethods
  117. def localAtan(): Tile

    Takes the arc tan of each raster cell value.

    Takes the arc tan of each raster cell value.

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

    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
  119. def localCeil(): Tile

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalMethods
  120. def localCos(): Tile

    Takes the Cosine of each raster cell value.

    Takes the Cosine of each raster cell value.

    Definition Classes
    LocalMethods
  121. def localCosh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
  122. def localDefined(): Tile

    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
  123. def localDivide(rs: Traversable[Tile]): Tile

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

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

    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
  126. def localDivide(i: Int): Tile

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

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

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

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

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

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

    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
  130. def localEqual(d: Double): Tile

    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
  131. def localEqual(i: Int): Tile

    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
  132. def localFloor(): Tile

    Takes the Flooring of each raster cell value.

    Takes the Flooring of each raster cell value.

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

    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
  134. def localGreater(d: Double): Tile

    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
  135. def localGreater(i: Int): Tile

    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
  136. def localGreaterOrEqual(r: Tile): Tile

    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
  137. def localGreaterOrEqual(d: Double): Tile

    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
  138. def localGreaterOrEqual(i: Int): Tile

    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
  139. def localGreaterOrEqualRightAssociative(d: Double): Tile

    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
  140. def localGreaterOrEqualRightAssociative(i: Int): Tile

    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
  141. def localGreaterRightAssociative(d: Double): Tile

    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
  142. def localGreaterRightAssociative(i: Int): Tile

    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
  143. def localIf(r: Tile, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Tile

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

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

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

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

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

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

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

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

    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
    SinglebandTileMaskMethodsTileMaskMethods
  152. def localLess(r: Tile): Tile

    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
  153. def localLess(d: Double): Tile

    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
  154. def localLess(i: Int): Tile

    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
  155. def localLessOrEqual(r: Tile): Tile

    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
  156. def localLessOrEqual(d: Double): Tile

    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
  157. def localLessOrEqual(i: Int): Tile

    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
  158. def localLessOrEqualRightAssociative(d: Double): Tile

    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
  159. def localLessOrEqualRightAssociative(i: Int): Tile

    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
  160. def localLessRightAssociative(d: Double): Tile

    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
  161. def localLessRightAssociative(i: Int): Tile

    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
  162. def localLog(): Tile

    Computes the Log of Tile values.

    Computes the Log of Tile values.

    Definition Classes
    LocalMethods
  163. def localLog10(): Tile

    Computes the Log base 10 of Tile values.

    Computes the Log base 10 of Tile values.

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

    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
  165. def localMajority(n: Int, rs: Traversable[Tile]): Tile

    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
  166. def localMajority(rs: Tile*)(implicit d: DI): Tile

    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
  167. def localMajority(rs: Traversable[Tile]): Tile

    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
  168. def localMask(r: Tile, readMask: Int, writeMask: Int): Tile

    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
    SinglebandTileMaskMethodsTileMaskMethods
  169. def localMax(rs: Traversable[Tile]): Tile

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

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

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

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

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

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

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

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

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

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

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

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

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

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

    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
  178. def localMinority(n: Int, rs: Traversable[Tile]): Tile

    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
  179. def localMinority(rs: Tile*)(implicit d: DI): Tile

    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
  180. def localMinority(rs: Traversable[Tile]): Tile

    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
  181. def localMultiply(rs: Traversable[Tile]): Tile

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

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

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyMethods
  185. def localNegate(): Tile

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

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

    Definition Classes
    LocalMethods
  186. def localNot(): Tile

    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.

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

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

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

    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
  193. def localPow(i: Int): Tile

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

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

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

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

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowMethods
  196. def localRound(): Tile

    Round the values of a Tile.

    Round the values of a Tile.

    Definition Classes
    LocalMethods
  197. def localSin(): Tile

    Takes the sine of each raster cell value.

    Takes the sine of each raster cell value.

    Definition Classes
    LocalMethods
  198. def localSinh(): Tile

    Takes the hyperbolic sine of each raster cell value.

    Takes the hyperbolic sine of each raster cell value.

    Definition Classes
    LocalMethods
  199. def localSqrt(): Tile

    Take the square root each value in a raster.

    Take the square root each value in a raster.

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

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

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

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

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

    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
  205. def localSubtractFrom(i: Int): Tile

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractMethods
  206. def localTan(): Tile

    Takes the Tangent of each raster cell value.

    Takes the Tangent of each raster cell value.

    Definition Classes
    LocalMethods
  207. def localTanh(): Tile

    Takes the hyperboic cosine of each raster cell value.

    Takes the hyperboic cosine of each raster cell value.

    Definition Classes
    LocalMethods
  208. def localUndefined(): Tile

    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
  209. def localUnequal(r: Tile): Tile

    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
  210. def localUnequal(d: Double): Tile

    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
  211. def localUnequal(i: Int): Tile

    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
  212. def localXor(rs: Traversable[Tile]): Tile

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

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

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

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

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

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

    Masks this tile by the given Geometry.

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

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

    Masks this tile by the given Geometry.

    Masks this tile by the given Geometry.

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

    Masks this tile by the given Geometry.

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

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

    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
  220. def merge(other: Tile): Tile

    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.

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

    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
  222. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  223. final def notify(): Unit

    Definition Classes
    AnyRef
  224. final def notifyAll(): Unit

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

    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
  226. def polygonalHistogram(extent: Extent, geom: Polygon): Histogram[Int]

    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
  227. def polygonalHistogramDouble(extent: Extent, geom: MultiPolygon): Histogram[Double]

    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
  228. def polygonalHistogramDouble(extent: Extent, geom: Polygon): Histogram[Double]

    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
  229. def polygonalMax(extent: Extent, geom: MultiPolygon): Int

    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
  230. def polygonalMax(extent: Extent, geom: Polygon): Int

    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
  231. def polygonalMaxDouble(extent: Extent, geom: MultiPolygon): Double

    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
  232. def polygonalMaxDouble(extent: Extent, geom: Polygon): Double

    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
  233. def polygonalMean(extent: Extent, geom: MultiPolygon): Double

    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
  234. def polygonalMean(extent: Extent, geom: Polygon): Double

    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
  235. def polygonalMin(extent: Extent, geom: MultiPolygon): Int

    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
  236. def polygonalMin(extent: Extent, geom: Polygon): Int

    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
  237. def polygonalMinDouble(extent: Extent, geom: MultiPolygon): Double

    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
  238. def polygonalMinDouble(extent: Extent, geom: Polygon): Double

    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
  239. def polygonalSum(extent: Extent, geom: MultiPolygon): Long

    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
  240. def polygonalSum(extent: Extent, geom: Polygon): Long

    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
  241. def polygonalSumDouble(extent: Extent, geom: MultiPolygon): Double

    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
  242. def polygonalSumDouble(extent: Extent, geom: Polygon): Double

    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
  243. def polygonalSummary[T](extent: Extent, multiPolygon: MultiPolygon, handler: TilePolygonalSummaryHandler[T]): T

    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
  244. def polygonalSummary[T](extent: Extent, polygon: Polygon, handler: TilePolygonalSummaryHandler[T]): T

    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
  245. def prototype(cols: Int, rows: Int): MutableArrayTile

    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
  246. def prototype(cellType: CellType, cols: Int, rows: Int): MutableArrayTile

    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
  247. def regionGroup(options: RegionGroupOptions = RegionGroupOptions.default): RegionGroupResult

    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
  248. def regionGroup: RegionGroupResult

    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
  249. def renderJpg(colorMap: ColorMap, settings: Settings): Jpg

    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
  250. def renderJpg(colorMap: ColorMap): Jpg

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

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

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

    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
  254. def renderJpg(): Jpg

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

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

    Definition Classes
    PngRenderMethods
  257. def renderPng(colorEncoding: PngColorEncoding): Png

    Generate a PNG from a raster of color encoded values.

    Generate a PNG from a raster of color encoded values.

    Use this operation when you have created a raster whose values are already encoded color values that you wish to render into a PNG.

    Definition Classes
    PngRenderMethods
  258. def renderPng(): Png

    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
  259. def reproject(srcExtent: Extent, gridBounds: GridBounds, transform: (Double, Double) ⇒ (Double, Double), inverseTransform: (Double, Double) ⇒ (Double, Double), options: Options): Raster[Tile]

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

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

  262. def reproject(srcExtent: Extent, targetRasterExtent: RasterExtent, transform: (Double, Double) ⇒ (Double, Double), inverseTransform: (Double, Double) ⇒ (Double, Double), options: Options): Raster[Tile]

  263. def reproject(srcExtent: Extent, gridBounds: GridBounds, transform: (Double, Double) ⇒ (Double, Double), inverseTransform: (Double, Double) ⇒ (Double, Double)): Raster[Tile]

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

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

    Definition Classes
    TileReprojectMethods
  266. def reproject(srcExtent: Extent, targetRasterExtent: RasterExtent, transform: (Double, Double) ⇒ (Double, Double), inverseTransform: (Double, Double) ⇒ (Double, Double)): Raster[Tile]

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

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

  269. def resample(targetCols: Int, targetRows: Int): Tile

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

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

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

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

    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

  274. val self: Tile

    Definition Classes
    withTileMethods → MethodExtensions
  275. def slope(cs: CellSize, zFactor: Double = 1.0, bounds: Option[GridBounds] = None): Tile

    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

  276. def split(tileLayout: TileLayout, options: Options): Array[Tile]

    Splits this into an array of elements based on a TileLayout.

    Splits this into an array of elements based on a TileLayout. The array will be in row order form such that the top left element is first.

    tileLayout

    TileLayout defining the tiles to be generated

    options

    Options that control the split

    returns

    An array of T

    Definition Classes
    SinglebandTileSplitMethodsSplitMethods
  277. def split(tileLayout: TileLayout): Array[Tile]

    Splits this into an array of elements based on a TileLayout.

    Splits this into an array of elements based on a TileLayout. The array will be in row order form such that the top left element is first.

    tileLayout

    TileLayout defining the tiles to be generated

    returns

    An array of T

    Definition Classes
    SplitMethods
  278. def standardDeviations(factor: Double = 1.0): Tile

    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.

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

    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
  280. def statisticsDouble: Option[Statistics[Double]]

    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
  281. final def synchronized[T0](arg0: ⇒ T0): T0

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

    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

  283. def toBufferedImage: BufferedImage

    Definition Classes
    ColorMethods
  284. def toString(): String

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

    Definition Classes
    VectorizeMethods
  286. def unary_-(): Tile

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

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

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

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

    Definition Classes
    ViewshedMethods
  289. final def wait(): Unit

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

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

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

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

    Definition Classes
    ZonalMethods
  294. def zonalPercentage(zones: Tile): Tile

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

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

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

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

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

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

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

    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 SplitMethods[Tile]

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 SinglebandTileMaskMethods

Inherited from TileMaskMethods[Tile]

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