GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
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)
 
charname
 Name of file to store the search tree.
 

Detailed Description

Spatial index info.

For use in modules

Definition at line 1758 of file dig_structs.h.

Field Documentation

◆ name

char* spatial_index::name

Name of file to store the search tree.

Definition at line 1766 of file dig_structs.h.

◆ si_tree

struct RTree* spatial_index::si_tree

Pointer to the search tree (R*-Tree)

Definition at line 1762 of file dig_structs.h.


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