Packages

t

geotrellis.raster.hydrology

HydrologyMethods

trait HydrologyMethods extends MethodExtensions[Tile]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HydrologyMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def accumulation(): Tile
  2. def fill(threshold: Double): Tile

    Fills sink values in a raster.

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

  3. def flowDirection(): Tile

    Operation to compute a flow direction raster from an elevation raster.