Package

geotrellis.raster

interpolation

Permalink

package interpolation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. interpolation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait GeoKrigingMethods extends AnyRef

    Permalink

    Methods implicitly added to tile via the package import.

    Methods implicitly added to tile via the package import. Contains a method for each overloaded way to create a GeoKriging

  2. implicit class InterpolationExtensions[D] extends SimpleKrigingMethods with OrdinaryKrigingMethods with UniversalKrigingMethods with GeoKrigingMethods

    Permalink
  3. trait OrdinaryKrigingMethods extends AnyRef

    Permalink

    Methods implicitly added to tile via the package import.

    Methods implicitly added to tile via the package import. Contains a method for each overloaded way to create a OrdinaryKriging

  4. trait SimpleKrigingMethods extends AnyRef

    Permalink

    Methods implicitly added to tile via the package import.

    Methods implicitly added to tile via the package import. Contains a method for each overloaded way to create a SimpleKriging

  5. trait UniversalKrigingMethods extends AnyRef

    Permalink

    Methods implicitly added to tile via the package import.

    Methods implicitly added to tile via the package import. Contains a method for each overloaded way to create a UniversalKriging

Value Members

  1. object Interpolation

    Permalink
  2. def arrayPointFeatureDToInterpolationExtensions[D](points: Array[PointFeature[D]])(implicit arg0: (D) ⇒ Double): InterpolationExtensions[Nothing]

    Permalink
  3. def traversablePointFeatureDToInterpolationExtensions[D](points: Traversable[PointFeature[D]])(implicit arg0: (D) ⇒ Double): InterpolationExtensions[Nothing]

    Permalink
  4. def traversablePointFeaturesToInterpolationExtensions(points: Traversable[PointFeature[Double]]): InterpolationExtensions[Nothing]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped