GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-835afb4352
close_pg.c File Reference

Vector library - Close map (PostGIS) More...

#include <stdlib.h>
#include <unistd.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "local_proto.h"
#include "pg_local_proto.h"
Include dependency graph for close_pg.c:

Go to the source code of this file.

Macros

#define NOPG_UNUSED
 

Functions

int V1_close_pg (struct Map_info *Map NOPG_UNUSED)
 Close vector map (PostGIS layer) on level 1. More...
 
int V2_close_pg (struct Map_info *Map NOPG_UNUSED)
 Close vector map (PostGIS layer) on topological level (write out fidx file) More...
 

Detailed Description

Vector library - Close map (PostGIS)

Higher level functions for reading/writing/manipulating vectors.

(C) 2011 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.

Author
Martin Landa <landa.martin gmail.com>

Definition in file close_pg.c.

Macro Definition Documentation

◆ NOPG_UNUSED

#define NOPG_UNUSED

Definition at line 26 of file close_pg.c.

Function Documentation

◆ V1_close_pg()

◆ V2_close_pg()

int V2_close_pg ( struct Map_info *Map  NOPG_UNUSED)

Close vector map (PostGIS layer) on topological level (write out fidx file)

Parameters
Mappointer to Map_info structure
Returns
0 on success
non-zero on error

Definition at line 116 of file close_pg.c.

References _, G_debug(), G_fatal_error(), G_warning(), GPATH_MAX, GV_DIRECTORY, GV_TOPO_ELEMENT, Vect__free_offset(), Vect__get_element_path(), VECT_OPEN, and Vect_save_fidx().