Class RasterInterpolate

java.lang.Object
org.apache.sedona.common.utils.RasterInterpolate

public class RasterInterpolate extends Object
  • Method Details

    • generateSTRtree

      public static org.locationtech.jts.index.strtree.STRtree generateSTRtree(org.geotools.coverage.grid.GridCoverage2D inputRaster, int band)
    • interpolateIDW

      public static double interpolateIDW(int x, int y, org.locationtech.jts.index.strtree.STRtree strtree, int width, int height, double power, String mode, Double numPointsOrRadius, Double maxRadiusOrMinPoints)