Package org.apache.sedona.common.raster
Class RasterConstructorsForTesting
java.lang.Object
org.apache.sedona.common.raster.RasterConstructorsForTesting
Raster constructor for testing the Python implementation of raster deserializer.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.geotools.coverage.grid.GridCoverage2DmakeRasterForTesting(int numBand, String bandDataType, String sampleModelType, int widthInPixel, int heightInPixel, double upperLeftX, double upperLeftY, double scaleX, double scaleY, double skewX, double skewY, int srid)
-
Method Details
-
makeRasterForTesting
-