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

Function pointObj_project

mapscript/php/mapscript_i.c:900–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898 }
899
900int pointObj_project(pointObj *self, projectionObj *in, projectionObj *out) {
901 return msProjectPoint(in, out, self);
902 }
903
904int pointObj_draw(pointObj *self, mapObj *map, layerObj *layer,
905 imageObj *img, int class_index, char *label_string) {

Callers 1

point.cFile · 0.85

Calls 1

msProjectPointFunction · 0.85

Tested by

no test coverage detected