Uses of Class
org.esa.snap.core.dataio.geocoding.util.InterpolationContext
-
Packages that use InterpolationContext Package Description org.esa.snap.core.dataio.geocoding.util -
-
Uses of InterpolationContext in org.esa.snap.core.dataio.geocoding.util
Methods in org.esa.snap.core.dataio.geocoding.util that return InterpolationContext Modifier and Type Method Description static InterpolationContext
InterpolationContext. extract(int x, int y, double[] longitudes, double[] latitudes, int rasterWidth, int rasterHeight)
Methods in org.esa.snap.core.dataio.geocoding.util with parameters of type InterpolationContext Modifier and Type Method Description PixelPos
XYInterpolator. interpolate(GeoPos geoPos, PixelPos pixelPos, InterpolationContext context)
Interpolates the PixelPos based on the GeoPos
-