PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
Go to the source code of this file.
Functions | |
IntervalTree * | GetIntervalTree (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) |