MCPcopy Create free account
hub / github.com/OSGeo/gdal / WriteRaster_Direct

Method WriteRaster_Direct

swig/java/javadoc.java:2307–2320  ·  view source on GitHub ↗
(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)

Source from the content-addressed store, hash-verified

2305 *
2306 */
2307public class Dataset:public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
2308
2309@hide public class Dataset:public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace)
2310
2311@hide public class Dataset:public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)
2312
2313/**
2314 * Write a region of image data from multiple bands.
2315 * <p>
2316 * Same as below with nPixelSpace == 0, nLineSpace == 0 and nBandSpace == 0
2317 *
2318 * @see #WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
2319 *
2320 */
2321public class Dataset:public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, java.nio.ByteBuffer nioBuffer, int[] band_list)
2322
2323

Callers 2

ProcessLayerMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64