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

Function FLTIsGeosNode

mapogcfilter.c:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154int FLTIsGeosNode(char *pszValue)
155{
156 if (FLTGetGeosOperator(pszValue) == -1)
157 return MS_FALSE;
158
159 return MS_TRUE;
160}
161
162int FLTParseEpsgString(char *pszEpsg, projectionObj *psProj)
163{

Callers 1

Calls 1

FLTGetGeosOperatorFunction · 0.85

Tested by

no test coverage detected