GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
spatial_index Struct Reference

Spatial index info. More...

#include <dig_structs.h>

Collaboration diagram for spatial_index:

Data Fields

struct RTreesi_tree
 Pointer to the search tree (R*-Tree) More...
 
char * name
 Name of file to store the search tree. More...
 

Detailed Description

Spatial index info.

For use in modules

Definition at line 1799 of file dig_structs.h.

Field Documentation

◆ name

char* spatial_index::name

Name of file to store the search tree.

Definition at line 1808 of file dig_structs.h.

◆ si_tree

struct RTree* spatial_index::si_tree

The documentation for this struct was generated from the following file: