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

Function treeAddShapeId

maptree.c:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376static int treeAddShapeId(treeObj *tree, int id, rectObj rect)
377{
378 return(treeNodeAddShapeId(tree->root, id, rect, tree->maxdepth));
379}
380
381static void treeCollectShapeIds(treeNodeObj *node, rectObj aoi, ms_bitarray status)
382{

Callers 1

msCreateTreeFunction · 0.85

Calls 1

treeNodeAddShapeIdFunction · 0.85

Tested by

no test coverage detected