Class RasterConstructorsForTesting

java.lang.Object
org.apache.sedona.common.raster.RasterConstructorsForTesting

public class RasterConstructorsForTesting extends Object
Raster constructor for testing the Python implementation of raster deserializer.
  • Method Details

    • makeRasterForTesting

      public static org.geotools.coverage.grid.GridCoverage2D makeRasterForTesting(int numBand, String bandDataType, String sampleModelType, int widthInPixel, int heightInPixel, double upperLeftX, double upperLeftY, double scaleX, double scaleY, double skewX, double skewY, int srid)