PostGIS  3.7.0dev-r@@SVN_REVISION@@
lwgeom_itree.h File Reference
#include "liblwgeom.h"
#include "lwgeom_cache.h"
#include "intervaltree.h"
Include dependency graph for lwgeom_itree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IntervalTreeGetIntervalTree (FunctionCallInfo fcinfo, SHARED_GSERIALIZED *g1)
 Checks for a cache hit against the provided geometry and returns a pre-built index structure (RTREE_POLY_CACHE) if one exists. More...
 
bool itree_pip_intersects (const IntervalTree *itree, const LWGEOM *lwpoints)
 
bool itree_pip_contains (const IntervalTree *itree, const LWGEOM *lwpoints)
 
bool itree_pip_covers (const IntervalTree *itree, const LWGEOM *lwpoints)