#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <grass/gis.h>
#include <grass/Vect.h>
#include <grass/glocale.h>
#include <ogr_api.h>

Go to the source code of this file.
Data Structures | |
| struct | GEOM_PARTS |
Functions | |
| int | Vect_build_ogr (struct Map_info *Map, int build) |
| Build topology. | |
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 build_ogr.c.
| int Vect_build_ogr | ( | struct Map_info * | Map, | |
| int | build | |||
| ) |
Build topology.
| Map_info | vector map | |
| build | build level |
0 on error
Definition at line 325 of file build_ogr.c.
1.5.6