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

◆ RectTreeCacheMethods

GeomCacheMethods RectTreeCacheMethods
static
Initial value:
=
{
RECT_CACHE_ENTRY,
}
static int RectTreeBuilder(const LWGEOM *lwgeom, GeomCache *cache)
Builder, freeer and public accessor for cached RECT_NODE trees.
static GeomCache * RectTreeAllocator(void)
static int RectTreeFreer(GeomCache *cache)

Definition at line 100 of file lwgeom_rectree.c.

101{
102 RECT_CACHE_ENTRY,
106};

Referenced by GetRectTreeGeomCache().