#include <grass/config.h>
#include <grass/gis.h>
#include <gdal.h>
Go to the source code of this file.
|
| CPLErr | Rast_gdal_raster_IO (GDALRasterBandH, GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, int, int) |
| | Input/output function for GDAL links.
|
| |
◆ NULL_ROWS_INMEM
Definition at line 8 of file R.h.
◆ OPEN_NEW_COMPRESSED
Definition at line 102 of file R.h.
◆ OPEN_NEW_UNCOMPRESSED
| #define OPEN_NEW_UNCOMPRESSED 3 |
Definition at line 103 of file R.h.
◆ OPEN_OLD
Definition at line 101 of file R.h.
◆ XDR_DOUBLE_NBYTES
Definition at line 7 of file R.h.
◆ XDR_FLOAT_NBYTES
Definition at line 6 of file R.h.
◆ COLUMN_MAPPING
Definition at line 16 of file R.h.
◆ Rast_gdal_raster_IO()
| CPLErr Rast_gdal_raster_IO |
( |
GDALRasterBandH |
band, |
|
|
GDALRWFlag |
rw_flag, |
|
|
int |
x_off, |
|
|
int |
y_off, |
|
|
int |
x_size, |
|
|
int |
y_size, |
|
|
void * |
buffer, |
|
|
int |
buf_x_size, |
|
|
int |
buf_y_size, |
|
|
GDALDataType |
buf_type, |
|
|
int |
pixel_size, |
|
|
int |
line_size |
|
) |
| |
|
extern |
Input/output function for GDAL links.
See GDAL's RasterIO for details.
Definition at line 427 of file gdal.c.
◆ R__