Class IDWInterpolator

    • Constructor Detail

      • IDWInterpolator

        public IDWInterpolator​(double buffer)
    • Method Detail

      • getValue

        public double getValue​(org.locationtech.jts.geom.Coordinate[] controlPoints,
                               org.locationtech.jts.geom.Coordinate interpolated)
        Description copied from interface: ISurfaceInterpolator
        Gets an interpolated value in a agiven position, from a set of control values.
        Specified by:
        getValue in interface ISurfaceInterpolator
        Parameters:
        controlPoints - all the controlpoints to consider to evaluate the interpolated point.
        interpolated - the coordinate in which to interpolate.
        Returns:
        the interpolated z value.