Class

geotrellis.raster.resample

BicubicResample

Related Doc: package resample

Permalink

abstract class BicubicResample extends CubicResample

All classes inheriting from this class uses the resample as follows: First the 4 rows each containing 4 points are resampled, then each result is stored and together resampled.

If there can't be 16 points resolved, it falls back to bilinear resampling.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BicubicResample
  2. CubicResample
  3. BilinearResample
  4. Resample
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BicubicResample(tile: Tile, extent: Extent, dimension: Int)

    Permalink

Abstract Value Members

  1. abstract def uniCubicResample(p: Array[Double], v: Double): Double

    Permalink
    Attributes
    protected

Concrete 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. final def wait(): Unit

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

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

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

Inherited from CubicResample

Inherited from BilinearResample

Inherited from Resample

Inherited from AnyRef

Inherited from Any

Ungrouped