Interface XYInterpolator


  • public interface XYInterpolator
    • Method Detail

      • interpolate

        PixelPos interpolate​(GeoPos geoPos,
                             PixelPos pixelPos,
                             InterpolationContext context)
        Interpolates the PixelPos based on the GeoPos
        Parameters:
        geoPos - the geo position
        pixelPos - the pixel position
        context - the interpolation context
        Returns:
        the new interpolated pixel position