Package

geotrellis.raster.mapalgebra.focal

hillshade

Permalink

package hillshade

Visibility
  1. Public
  2. All

Type Members

  1. trait HillshadeMethods extends MethodExtensions[Tile]

    Permalink
  2. trait Implicits extends AnyRef

    Permalink
  3. class SurfacePoint extends AnyRef

    Permalink

    A representation of the approximated partial derivatives of a raster cell, and the slope and aspect that can be calculated from those values.

    A representation of the approximated partial derivatives of a raster cell, and the slope and aspect that can be calculated from those values. Trigonometric values of aspect and slope, computed using the partial derivatives instead of library trigonometric functions, are also exposed for performance.

  4. abstract class SurfacePointCalculation[T] extends FocalCalculation[T]

    Permalink

    Calculation used for surface point calculations such as Slope, Aspect, and Hillshade

    Calculation used for surface point calculations such as Slope, Aspect, and Hillshade

    Uses a specific traversal strategy for performance benefits.

    Note

    For edge cells, the neighborhood points that lie outside the extent of the raster will be counted as having the same value as the focal point.

Value Members

  1. object Hillshade

    Permalink

    Computes Hillshade (shaded relief) from a raster.

    Computes Hillshade (shaded relief) from a raster.

    The resulting raster will be a shaded relief map (a hill shading) based on the sun altitude, azimuth, and the z factor. The z factor is a conversion factor from map units to elevation units.

    Returns a raster of ShortConstantNoDataCellType.

    This operation uses Horn's method for computing hill shading.

    If Hillshade operations encounters NoData in its neighborhood, that neighborhood cell well be treated as having the same elevation as the focal cell.

    See also

    Esri Desktop's description of Hillshade.

  2. object Implicits extends Implicits

    Permalink

Ungrouped