PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ PrepGeomCacheMethods

GeomCacheMethods PrepGeomCacheMethods
static
Initial value:
=
{
PREP_CACHE_ENTRY,
}
static GeomCache * PrepGeomCacheAllocator()
static int PrepGeomCacheBuilder(const LWGEOM *lwgeom, GeomCache *cache)
Given a generic GeomCache, and a geometry to prepare, prepare a PrepGeomCache and stick it into the G...
static int PrepGeomCacheCleaner(GeomCache *cache)
This function is passed into the generic GetGeomCache function in the case of a cache miss,...

Definition at line 441 of file lwgeom_geos_prepared.c.

Referenced by GetPrepGeomCache().