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

Function bindDoubleAttribute

maputil.c:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static int bindDoubleAttribute(double *attribute, char *value)
66{
67 if(!value || strlen(value) == 0) return MS_FAILURE;
68 *attribute = atof(value);
69 return MS_SUCCESS;
70}
71
72static int bindColorAttribute(colorObj *attribute, char *value)
73{

Callers 2

bindStyleFunction · 0.85
msBindLayerToShapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected