GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f8115df121
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 1770 of file dig_structs.h.

Field Documentation

◆ name

char* spatial_index::name

Name of file to store the search tree.

Definition at line 1778 of file dig_structs.h.

◆ si_tree

struct RTree* spatial_index::si_tree

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