Class

geotrellis.raster.resample

BicubicSplineResample

Related Doc: package resample

Permalink

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

Linear Supertypes
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)

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    BilinearResample
  7. val cellheight: Double

    Permalink
    Attributes
    protected
    Definition Classes
    Resample
  8. val cellwidth: Double

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Resample
  11. def cubicResample(t: Tile, x: Double, y: Double): Double

    Permalink
    Definition Classes
    BicubicResampleCubicResample
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. val re: RasterExtent

    Permalink
    Attributes
    protected
    Definition Classes
    Resample
  22. final def resample(x: Double, y: Double): Int

    Permalink
    Definition Classes
    Resample
  23. final def resample(p: Point): Int

    Permalink
    Definition Classes
    Resample
  24. final def resampleDouble(x: Double, y: Double): Double

    Permalink
    Definition Classes
    Resample
  25. final def resampleDouble(p: Point): Double

    Permalink
    Definition Classes
    Resample
  26. def resampleDoubleValid(x: Double, y: Double): Double

    Permalink
    Definition Classes
    CubicResampleBilinearResampleResample
  27. def resampleValid(x: Double, y: Double): Int

    Permalink
    Definition Classes
    CubicResampleBilinearResampleResample
  28. def resolveTopLeftCoordsAndRatios(x: Double, y: Double): (Int, Int, Double, Double)

    Permalink
    Definition Classes
    BilinearResample
  29. val rows: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Resample
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def uniCubicResample(p: Array[Double], x: Double): Double

    Permalink
    Definition Classes
    BicubicSplineResampleBicubicResample
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BicubicResample

Inherited from CubicResample

Inherited from BilinearResample

Inherited from Resample

Inherited from AnyRef

Inherited from Any

Ungrouped