geotrellis.raster.op

elevation

package elevation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. elevation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ElevationExtensions extends ElevationMethods

  2. trait ElevationMethods extends TileMethods

  3. implicit class HillshadeTuple extends AnyRef

  4. class SurfacePoint extends AnyRef

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

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

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

Value Members

  1. object Aspect

    Calculates the aspect of each cell in a raster.

  2. object Hillshade

    Computes Hillshade (shaded relief) from a raster.

  3. object Slope

    Calculates the slope of each cell in a raster.

Inherited from AnyRef

Inherited from Any

Ungrouped