PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ IntervalTreeCacheMethods

GeomCacheMethods IntervalTreeCacheMethods
static
Initial value:
=
{
ITREE_CACHE_ENTRY,
}
static int IntervalTreeFreer(GeomCache *geomcache)
static GeomCache * IntervalTreeAllocator(void)
static int IntervalTreeBuilder(const LWGEOM *lwgeom, GeomCache *geomcache)
Builder, freeer and public accessor for cached IntervalTrees.

Definition at line 100 of file lwgeom_itree.c.

101{
102 ITREE_CACHE_ENTRY,
106};

Referenced by GetIntervalTree().