| 828 | } |
| 829 | |
| 830 | char *classObj_getTextString(classObj *self) { |
| 831 | return msGetExpressionString(&(self->text)); |
| 832 | } |
| 833 | |
| 834 | int classObj_drawLegendIcon(classObj *self, mapObj *map, layerObj *layer, int width, int height, imageObj *dstImg, int dstX, int dstY) { |
| 835 | msClearLayerPenValues(layer); // just in case the mapfile has already been processed |
no test coverage detected