GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Spatial index info. More...
#include <dig_structs.h>
Data Fields | |
struct RTree * | si_tree |
Pointer to the search tree (R*-Tree) More... | |
char * | name |
Name of file to store the search tree. More... | |
char* spatial_index::name |
Name of file to store the search tree.
Definition at line 1808 of file dig_structs.h.
struct RTree* spatial_index::si_tree |
Pointer to the search tree (R*-Tree)
Definition at line 1804 of file dig_structs.h.
Referenced by Vect_spatial_index_add_item(), Vect_spatial_index_del_item(), Vect_spatial_index_destroy(), Vect_spatial_index_init(), and Vect_spatial_index_select().