MCPcopy Create free account
hub / github.com/MapServer/MapServer / msPolylineLabelPoint

Function msPolylineLabelPoint

mapprimitive.c:1559–1562  ·  view source on GitHub ↗

** If no repeatdistance, find center of longest segment in polyline p. The polyline must have been converted ** to image coordinates before calling this function. */

Source from the content-addressed store, hash-verified

1557** to image coordinates before calling this function.
1558*/
1559pointObj** msPolylineLabelPoint(shapeObj *p, int min_length, int repeat_distance, double ***angles, double ***lengths, int *numpoints, int anglemode)
1560{
1561 return msPolylineLabelPointExtended(p, min_length, repeat_distance, angles, lengths, numpoints, NULL, 0, anglemode);
1562}
1563
1564pointObj** msPolylineLabelPointExtended(shapeObj *p, int min_length, int repeat_distance, double ***angles, double ***lengths, int *numpoints, int *regularLines, int numlines, int anglemode)
1565{

Callers 2

msDrawShapeFunction · 0.85
processShplabelTagFunction · 0.85

Calls 1

Tested by

no test coverage detected