Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
int FLTIsGeosNode(char *pszValue)
155
{
156
if (FLTGetGeosOperator(pszValue) == -1)
157
return MS_FALSE;
158
159
return MS_TRUE;
160
}
161
162
int FLTParseEpsgString(char *pszEpsg, projectionObj *psProj)
163
{
Callers
1
FLTGetLogicalComparisonExpresssion
Function · 0.85
Calls
1
FLTGetGeosOperator
Function · 0.85
Tested by
no test coverage detected