PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lw_dist2d_circstring_curvepoly()

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

Definition at line 941 of file measures.c.

942 {
943  return lw_dist2d_line_curvepoly((LWLINE*)circ, poly, dl);
944 }
int lw_dist2d_line_curvepoly(LWLINE *line, LWCURVEPOLY *poly, DISTPTS *dl)
Definition: measures.c:800

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: