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

◆ lw_dist2d_circstring_curvepoly()

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

Definition at line 1042 of file measures.c.

1043{
1044 return lw_dist2d_line_curvepoly((LWLINE *)circ, poly, dl);
1045}
int lw_dist2d_line_curvepoly(LWLINE *line, LWCURVEPOLY *poly, DISTPTS *dl)
Definition measures.c:781

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: