MCPcopy Create free account
hub / github.com/MapServer/MapServer / FLTIsSimpleFilterNoSpatial

Function FLTIsSimpleFilterNoSpatial

mapogcfilter.c:275–282  ·  view source on GitHub ↗

/ FLTIsSimpleFilterNoSpatial */ / Filter encoding with only attribute queries */ /

Source from the content-addressed store, hash-verified

273/* Filter encoding with only attribute queries */
274/************************************************************************/
275int FLTIsSimpleFilterNoSpatial(FilterEncodingNode *psNode)
276{
277 if (FLTIsSimpleFilter(psNode) &&
278 FLTNumberOfFilterType(psNode, "BBOX") == 0)
279 return MS_TRUE;
280
281 return MS_FALSE;
282}
283
284
285/************************************************************************/

Callers 1

FLTApplySimpleSQLFilterFunction · 0.85

Calls 2

FLTIsSimpleFilterFunction · 0.85
FLTNumberOfFilterTypeFunction · 0.85

Tested by

no test coverage detected