PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lw_dist2d_circstring_curvepoly()

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

Definition at line 937 of file measures.c.

References lw_dist2d_line_curvepoly().

Referenced by lw_dist2d_distribute_bruteforce().

938 {
939  return lw_dist2d_line_curvepoly((LWLINE*)circ, poly, dl);
940 }
int lw_dist2d_line_curvepoly(LWLINE *line, LWCURVEPOLY *poly, DISTPTS *dl)
Definition: measures.c:796
Here is the call graph for this function:
Here is the caller graph for this function: