GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector library - standard error handlers. More...
Go to the source code of this file.
Functions | |
void | Vect_set_error_handler_io (struct Map_info *In, struct Map_info *Out) |
Define standard error handler for input and output vector maps. More... | |
Vector library - standard error handlers.
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.
Definition in file vector/Vlib/handler.c.
Define standard error handler for input and output vector maps.
This handler:
Note: It's recommended to call this routine after Vect_open_old() or Vect_open_old2().
In | pointer in Map_info struct (input vector map) or NULL |
Out | pointer to Map_info struct (output vector map) or NULL |
Definition at line 58 of file vector/Vlib/handler.c.
References G_add_error_handler(), and G_malloc.