PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ GetCircTreeGeomCache()

static CircTreeGeomCache* GetCircTreeGeomCache ( FunctionCallInfo  fcinfo,
const GSERIALIZED g1,
const GSERIALIZED g2 
)
static

Definition at line 93 of file geography_measurement_trees.c.

94 {
95  return (CircTreeGeomCache*)GetGeomCache(fcinfo, &CircTreeCacheMethods, g1, g2);
96 }
static GeomCacheMethods CircTreeCacheMethods

References CircTreeCacheMethods.

Referenced by geography_distance_cache_tolerance().

Here is the caller graph for this function: