#include <stdlib.h>
#include <string.h>
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "G.h"
Go to the source code of this file.
Functions | |
struct GDAL_link * | G_get_gdal_link (const char *name, const char *mapset) |
void | G_close_gdal_link (struct GDAL_link *gdal) |
void G_close_gdal_link | ( | struct GDAL_link * | gdal | ) |
struct GDAL_link* G_get_gdal_link | ( | const char * | name, | |
const char * | mapset | |||
) | [read] |
Definition at line 123 of file gdal.c.
References GDAL_link::band_num, GDAL_link::filename, G_find_cell2(), G_find_key_value(), G_fopen_old_misc(), G_fread_key_value(), G_raster_map_type(), G_set_d_null_value(), G_store(), NULL, and GDAL_link::null_val.
Referenced by G__open_cell_old().