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

Function layerObj_getClass

mapscript/php/mapscript_i.c:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494classObj *layerObj_getClass(layerObj *self, int i) { // returns an EXISTING class
495 if(i >= 0 && i < self->numclasses)
496 return (self->class[i]);
497 else
498 return(NULL);
499 }
500
501int layerObj_getClassIndex(layerObj *self, mapObj *map, shapeObj *shape,
502 int *classgroup, int numclasses) {

Callers 1

layer.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected