Takes the average value of the tile and interpolates all points to that.
Uses the following implementation: http://www.
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.
Uses the Akima cubic spline resample.
This abstract class serves as a base class for the family of cubic resample algorithms implemented.
Implemented exactly as in: http://en.
Takes the most common value in the tile and resamples all points to that.