GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
close_nat.c File Reference

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"
Include dependency graph for close_nat.c:

Go to the source code of this file.

Functions

int V1_close_nat (struct Map_info *Map)
 Close vector map. More...
 

Detailed Description

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.

Author
Original author CERL, probably Dave Gerdes or Mike Higgins.
Update to GRASS 5.7 Radim Blazek and David D. Gray.

Definition in file close_nat.c.

Function Documentation

◆ V1_close_nat()