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

Function mapObj_queryByFeatures

mapscript/php/mapscript_i.c:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183int mapObj_queryByFeatures(mapObj* self, int slayer) {
184 self->query.slayer = slayer;
185 return msQueryByFeatures(self);
186 }
187
188int mapObj_queryByShape(mapObj *self, shapeObj *shape) {
189 msInitQuery(&(self->query));

Callers 1

map.cFile · 0.85

Calls 1

msQueryByFeaturesFunction · 0.85

Tested by

no test coverage detected