GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Vector library - Close map. More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <grass/Vect.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | Vect_close (struct Map_info *Map) |
Close vector data file. More... | |
Vector library - Close map.
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2008 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 close.c.
int Vect_close | ( | struct Map_info * | Map | ) |
Close vector data file.
Map | vector map to be closed |
Definition at line 64 of file close.c.
References buf, dig_cidx_free(), dig_free_plus(), dig_spidx_free(), fclose(), G__file_name(), G_debug(), G_free(), G_mapset(), G_warning(), NULL, sprintf(), stat, V2_close_ogr(), Vect_cidx_save(), Vect_coor_info(), Vect_get_full_name(), and Vect_save_topo().
Referenced by wxdigit.IVDigit::__del__(), wxdigit.IVDigit::CloseBackgroundMap(), wxdisplay.DisplayDriver::CloseMap(), G_sites_close(), Gp_load_sites(), Gv_load_vect(), Vect_build_line_area(), Vect_copy(), Vect_delete(), and Vect_rename().