GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector geometry. More...
#include <dig_structs.h>
Data Fields | |
char | type |
Line type. More... | |
off_t | offset |
Offset in coor file for line. More... | |
void * | topo |
Topology info. More... | |
Vector geometry.
Definition at line 1574 of file dig_structs.h.
off_t P_line::offset |
Offset in coor file for line.
OGR-links: offset array index PG-links: node/edge id
Definition at line 1593 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().
void* P_line::topo |
Topology info.
NULL for points
Definition at line 1599 of file dig_structs.h.
Referenced by dig_find_area_box(), dig_find_isle_box(), dig_free_line(), dig_Rd_P_line(), dig_spidx_del_area(), dig_spidx_del_isle(), and dig_Wr_P_line().
char P_line::type |
Line type.
Definition at line 1586 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().