geotrellis.raster.interpolation

BicubicSplineInterpolation

Related Doc: package interpolation

class BicubicSplineInterpolation extends BicubicInterpolation

Uses the Akima cubic spline interpolation.

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BicubicSplineInterpolation
  2. BicubicInterpolation
  3. CubicInterpolation
  4. BilinearInterpolation
  5. Interpolation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bilinearDouble(leftCol: Int, topRow: Int, xRatio: Double, yRatio: Double): Double

    Definition Classes
    BilinearInterpolation
  6. def bilinearInt(leftCol: Int, topRow: Int, xRatio: Double, yRatio: Double): Int

    Definition Classes
    BilinearInterpolation
  7. val cellheight: Double

    Attributes
    protected
    Definition Classes
    Interpolation
  8. val cellwidth: Double

    Attributes
    protected
    Definition Classes
    Interpolation
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val cols: Int

    Attributes
    protected
    Definition Classes
    Interpolation
  11. def cubicInterpolation(t: Tile, x: Double, y: Double): Double

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def interpolate(x: Double, y: Double): Int

    Definition Classes
    Interpolation
  18. final def interpolateDouble(x: Double, y: Double): Double

    Definition Classes
    Interpolation
  19. def interpolateDoubleValid(x: Double, y: Double): Double

  20. def interpolateValid(x: Double, y: Double): Int

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val re: RasterExtent

    Attributes
    protected
    Definition Classes
    Interpolation
  26. def resolveTopLeftCoordsAndRatios(x: Double, y: Double): (Int, Int, Double, Double)

    Definition Classes
    BilinearInterpolation
  27. val rows: Int

    Attributes
    protected
    Definition Classes
    Interpolation
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def uniCubicInterpolation(p: Array[Double], x: Double): Double

  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BicubicInterpolation

Inherited from CubicInterpolation

Inherited from BilinearInterpolation

Inherited from Interpolation

Inherited from AnyRef

Inherited from Any

Ungrouped