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

Function msLayerSetTimeFilter

maplayer.c:1074–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072**/
1073
1074int msLayerSetTimeFilter(layerObj *lp, const char *timestring,
1075 const char *timefield)
1076{
1077 if ( ! lp->vtable) {
1078 int rv = msInitializeVirtualTable(lp);
1079 if (rv != MS_SUCCESS)
1080 return rv;
1081 }
1082 return lp->vtable->LayerSetTimeFilter(lp, timestring, timefield);
1083}
1084
1085int
1086msLayerMakeBackticsTimeFilter(layerObj *lp, const char *timestring,

Callers 4

msWCSGetCoverageFunction · 0.85
msWMSApplyTimeFunction · 0.85
msSOSGetObservationFunction · 0.85

Calls 1

msInitializeVirtualTableFunction · 0.85

Tested by

no test coverage detected