Package org.apache.sedona.common.utils
Class RasterInterpolate
java.lang.Object
org.apache.sedona.common.utils.RasterInterpolate
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.index.strtree.STRtreegenerateSTRtree(org.geotools.coverage.grid.GridCoverage2D inputRaster, int band) static doubleinterpolateIDW(int x, int y, org.locationtech.jts.index.strtree.STRtree strtree, int width, int height, double power, String mode, Double numPointsOrRadius, Double maxRadiusOrMinPoints)
-
Method Details
-
generateSTRtree
public static org.locationtech.jts.index.strtree.STRtree generateSTRtree(org.geotools.coverage.grid.GridCoverage2D inputRaster, int band) -
interpolateIDW
-