Packages

o

geotrellis.raster

ResampleMethods

object ResampleMethods

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

Value Members

  1. val Average: resample.Average.type
  2. val Bilinear: resample.Bilinear.type
  3. val CubcSpline: CubicSpline.type
  4. val CubicConvolution: resample.CubicConvolution.type
  5. val Lanczos: resample.Lanczos.type
  6. val Max: resample.Max.type
  7. val Median: resample.Median.type
  8. val Min: resample.Min.type
  9. val Mode: resample.Mode.type
  10. val NearestNeighbor: resample.NearestNeighbor.type
  11. val Sum: resample.Sum.type