Interface XYInterpolator
public interface XYInterpolator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioninterpolate(GeoPos geoPos, PixelPos pixelPos, InterpolationContext context) Interpolates the PixelPos based on the GeoPos
-
Field Details
-
SYSPROP_GEOCODING_INTERPOLATOR
- See Also:
-
-
Method Details
-
interpolate
Interpolates the PixelPos based on the GeoPos- Parameters:
geoPos- the geo positionpixelPos- the pixel positioncontext- the interpolation context- Returns:
- the new interpolated pixel position
-