MCPcopy Index your code
hub / github.com/MapServer/MapServer / pointObj_draw

Function pointObj_draw

mapscript/php/mapscript_i.c:904–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 }
903
904int pointObj_draw(pointObj *self, mapObj *map, layerObj *layer,
905 imageObj *img, int class_index, char *label_string) {
906 return msDrawPoint(map, layer, self, img, class_index, label_string);
907 }
908
909double pointObj_distanceToPoint(pointObj *self, pointObj *point) {
910 return msDistancePointToPoint(self, point);

Callers 1

point.cFile · 0.85

Calls 1

msDrawPointFunction · 0.85

Tested by

no test coverage detected