PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lw_dist2d_circstring_curvepoly()

int lw_dist2d_circstring_curvepoly ( LWCIRCSTRING circ,
LWCURVEPOLY poly,
DISTPTS dl 
)

Definition at line 1055 of file measures.c.

1056 {
1057  return lw_dist2d_line_curvepoly((LWLINE *)circ, poly, dl);
1058 }
int lw_dist2d_line_curvepoly(LWLINE *line, LWCURVEPOLY *poly, DISTPTS *dl)
Definition: measures.c:774

References lw_dist2d_line_curvepoly().

Referenced by lw_dist2d_distribute_bruteforce().

Here is the call graph for this function:
Here is the caller graph for this function: