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

Function getKmlRenderer

mapkml.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#endif
38
39KmlRenderer* getKmlRenderer(imageObj* img)
40{
41 return (KmlRenderer*) img->img.plugin;
42}
43
44imageObj* msCreateImageKml(int width, int height, outputFormatObj *format, colorObj* bg)
45{

Callers 14

msSaveImageKmlFunction · 0.85
msRenderLineKmlFunction · 0.85
msRenderPolygonKmlFunction · 0.85
msRenderGlyphsKmlFunction · 0.85
msRenderVectorSymbolKmlFunction · 0.85
msRenderPixmapSymbolKmlFunction · 0.85
msRenderEllipseSymbolKmlFunction · 0.85
msStartNewLayerKmlFunction · 0.85
msCloseNewLayerKmlFunction · 0.85
msFreeImageKmlFunction · 0.85
msStartShapeKmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected