GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Band reference management (internal use only) More...
Go to the source code of this file.
Functions | |
int | G__read_band_reference (FILE *fd, struct Key_Value **key_val) |
Read band reference identifier from file (internal use only). More... | |
int | G__write_band_reference (FILE *fd, const char *filename, const char *band_reference) |
Write band reference identifier to file (internal use only). More... | |
GIS Library - Band reference management (internal use only)
(C) 2019 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file gis/band_reference.c.
int G__read_band_reference | ( | FILE * | fd, |
struct Key_Value ** | key_val | ||
) |
Read band reference identifier from file (internal use only).
fd | file descriptor | |
[out] | key_val | key/value pairs (filename, identifier) |
Definition at line 28 of file gis/band_reference.c.
int G__write_band_reference | ( | FILE * | fd, |
const char * | filename, | ||
const char * | band_reference | ||
) |
Write band reference identifier to file (internal use only).
fd | file descriptor |
filename | filename JSON reference |
band_reference | band reference identifier |
Definition at line 60 of file gis/band_reference.c.