PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ RTreeCacheMethods

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

Definition at line 423 of file lwgeom_rtree.c.

Referenced by GetRtreeCache().