c

geotrellis.raster.resample

BicubicSplineResample

class BicubicSplineResample extends BicubicResample

Uses the Akima cubic spline resample.

The paper can be found here: http://www.leg.ufpr.br/lib/exe/fetch.php/wiki:internas:biblioteca:akima.pdf

A more graspable explanation can be found here: http://www.iue.tuwien.ac.at/phd/rottinger/node60.html

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BicubicSplineResample
  2. BicubicResample
  3. CubicResample
  4. BilinearResample
  5. Resample
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BicubicSplineResample(tile: Tile, extent: Extent)

Value Members

  1. def bilinearDouble(leftCol: Int, topRow: Int, xRatio: Double, yRatio: Double): Double
    Definition Classes
    BilinearResample
  2. def bilinearInt(leftCol: Int, topRow: Int, xRatio: Double, yRatio: Double): Int
    Definition Classes
    BilinearResample
  3. def cubicResample(t: Tile, x: Double, y: Double): Double
    Definition Classes
    BicubicResampleCubicResample
  4. final def resample(x: Double, y: Double): Int
    Definition Classes
    Resample
  5. final def resample(p: Point): Int
    Definition Classes
    Resample
  6. final def resampleDouble(x: Double, y: Double): Double
    Definition Classes
    Resample
  7. final def resampleDouble(p: Point): Double
    Definition Classes
    Resample
  8. def resampleDoubleValid(x: Double, y: Double): Double
    Definition Classes
    CubicResampleBilinearResampleResample
  9. def resampleValid(x: Double, y: Double): Int
    Definition Classes
    CubicResampleBilinearResampleResample
  10. def resolveTopLeftCoordsAndRatios(x: Double, y: Double): (Int, Int, Double, Double)
    Definition Classes
    BilinearResample
  11. def uniCubicResample(p: Array[Double], x: Double): Double
    Definition Classes
    BicubicSplineResampleBicubicResample