GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
GIS Library - Utilization of GDAL library. More...
#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) |
GIS Library - Utilization of GDAL library.
(C) 2010 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 gdal.c.
void G_close_gdal_link | ( | struct GDAL_link * | gdal | ) |
Definition at line 266 of file gdal.c.
References GDAL_link::filename, and G_free().
struct GDAL_link* G_get_gdal_link | ( | const char * | name, |
const char * | mapset | ||
) |
Definition at line 155 of file gdal.c.
References GDAL_link::band_num, menudata::data, fclose(), 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, GDAL_link::null_val, and dialogs::type.
Referenced by G__open_cell_old().