GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
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 1553 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 1571 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 1577 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 1564 of file dig_structs.h.
Referenced by dig_Rd_P_line(), dig_Wr_P_line(), and dig_Wr_Plus_head().