Interface XYInterpolator


public interface XYInterpolator
  • Field Details

  • Method Details

    • 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