PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ GetCircTreeGeomCache()

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

Definition at line 98 of file geography_measurement_trees.c.

References CircTreeCacheMethods.

Referenced by geography_distance_cache_tolerance().

99 {
100  return (CircTreeGeomCache*)GetGeomCache(fcinfo, &CircTreeCacheMethods, g1, g2);
101 }
static GeomCacheMethods CircTreeCacheMethods
Here is the caller graph for this function: