|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-0f6a7341fc
|
Vector library - rewind data (OGR) More...

Go to the source code of this file.
Functions | |
| int | V1_rewind_ogr (struct Map_info *Map) |
| Rewind vector map (OGR layer) to cause reads to start at beginning (level 1) | |
| int | V2_rewind_ogr (struct Map_info *Map) |
| Rewind vector map (OGR layer) to cause reads to start at beginning on topological level (level 2) | |
Vector library - rewind data (OGR)
Higher level functions for reading/writing/manipulating vectors.
SPDX-FileCopyrightText: 2001-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file rewind_ogr.c.
Rewind vector map (OGR layer) to cause reads to start at beginning (level 1)
| Map | pointer to Map_info structure |
Definition at line 28 of file rewind_ogr.c.
References G_debug(), and AMI_STREAM< T >::name().
Referenced by V2_rewind_ogr().
Rewind vector map (OGR layer) to cause reads to start at beginning on topological level (level 2)
| Map | pointer to Map_info structure |
Definition at line 52 of file rewind_ogr.c.
References G_debug(), AMI_STREAM< T >::name(), and V1_rewind_ogr().