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

◆ CircTreeCacheMethods

GeomCacheMethods CircTreeCacheMethods
static
Initial value:
=
{
CIRC_CACHE_ENTRY,
}
static GeomCache * CircTreeAllocator(void)
static int CircTreeFreer(GeomCache *cache)
static int CircTreeBuilder(const LWGEOM *lwgeom, GeomCache *cache)
Builder, freeer and public accessor for cached CIRC_NODE trees.

Definition at line 84 of file geography_measurement_trees.c.

85{
86 CIRC_CACHE_ENTRY,
90};

Referenced by GetCircTreeGeomCache().