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

◆ RTreeCacheMethods

GeomCacheMethods RTreeCacheMethods
static
Initial value:
=
{
RTREE_CACHE_ENTRY,
}
static GeomCache * RTreeAllocator(void)
static int RTreeBuilder(const LWGEOM *lwgeom, GeomCache *cache)
Callback function sent into the GetGeomCache generic caching system.
static int RTreeFreer(GeomCache *cache)
Callback function sent into the GetGeomCache generic caching system.

Definition at line 423 of file lwgeom_rtree.c.

424{
425 RTREE_CACHE_ENTRY,
429};

Referenced by GetRtreeCache().