geotrellis.raster

resample

package resample

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. resample
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ArrayResampleAssign[T] extends ResampleAssign

  2. class AverageResample extends Resample

    Takes the average value of the tile and interpolates all points to that.

  3. class BicubicConvolutionResample extends BicubicResample

    Uses the following implementation: http://www.

  4. 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.

  5. class BicubicSplineResample extends BicubicResample

    Uses the Akima cubic spline resample.

  6. class BilinearResample extends Resample

  7. final class BitResampleAssign extends ResampleAssign

  8. class ByteBufferResampleAssign extends ResampleAssign

  9. class CubicConvolutionResample extends AnyRef

  10. abstract class CubicResample extends BilinearResample

    This abstract class serves as a base class for the family of cubic resample algorithms implemented.

  11. class CubicSplineResample extends AnyRef

  12. class DoubleBufferResampleAssign extends ResampleAssign

  13. class FloatBufferResampleAssign extends ResampleAssign

  14. class IntBufferResampleAssign extends ResampleAssign

  15. class LanczosResample extends CubicResample

    Implemented exactly as in: http://en.

  16. class LanczosResampler extends AnyRef

  17. class ModeResample extends Resample

    Takes the most common value in the tile and resamples all points to that.

  18. class NearestNeighborResample extends Resample

  19. abstract class Resample extends AnyRef

  20. trait ResampleAssign extends AnyRef

  21. implicit class ResampleExtensions extends ResampleMethods

  22. sealed abstract class ResampleMethod extends AnyRef

  23. trait ResampleMethods extends TileMethods

  24. class ShortBufferResampleAssign extends ResampleAssign

Value Members

  1. object Average extends ResampleMethod with Product with Serializable

  2. object Bilinear extends ResampleMethod with Product with Serializable

  3. object CubicConvolution extends ResampleMethod with Product with Serializable

  4. object CubicSpline extends ResampleMethod with Product with Serializable

  5. object Lanczos extends ResampleMethod with Product with Serializable

  6. object Mode extends ResampleMethod with Product with Serializable

  7. object NearestNeighbor extends ResampleMethod with Product with Serializable

  8. object Resample

  9. object ResampleAssign

  10. object ResampleMethod

Inherited from AnyRef

Inherited from Any

Ungrouped