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

Function pointObj_destroy

mapscript/php/mapscript_i.c:896–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894 }
895
896void pointObj_destroy(pointObj *self) {
897 free(self);
898 }
899
900int pointObj_project(pointObj *self, projectionObj *in, projectionObj *out) {
901 return msProjectPoint(in, out, self);

Callers 2

shapefile.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected