|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Vector library - Close map (native format) More...
#include <stdlib.h>#include <unistd.h>#include <errno.h>#include <grass/vector.h>#include <grass/glocale.h>#include "local_proto.h"
Go to the source code of this file.
Functions | |
| int | V1_close_nat (struct Map_info *Map) |
| Close vector map. | |
Vector library - Close map (native format)
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2015 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_nat.c.
Close vector map.
| Map | vector map to be closed |
Definition at line 34 of file close_nat.c.
References _, access, field_info::database, db_copy_table(), db_drop_table(), db_get_connection(), db_init_string(), DB_OK, db_set_string(), db_start_driver_open_database(), dig__write_head(), dig_file_free(), field_info::driver, FALSE, G_debug(), G_fatal_error(), G_file_name(), G_free(), G_mkdir(), G_recursive_copy(), G_recursive_remove(), G_strcasecmp(), G_warning(), GPATH_MAX, GV_DIRECTORY, GV_MODE_RW, GV_MODE_WRITE, field_info::key, AMI_STREAM< T >::name(), field_info::name, NULL, field_info::number, field_info::table, TRUE, Vect__get_element_path(), Vect__write_head(), Vect_add_dblink(), Vect_coor_info(), Vect_get_dblink(), Vect_get_num_dblinks(), Vect_new_dblinks_struct(), VECT_OPEN, and Vect_write_dblinks().