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

Function msWCSFindAxis20

mapwcs20.c:257–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255/************************************************************************/
256
257static wcs20AxisObjPtr msWCSFindAxis20(wcs20ParamsObjPtr params,
258 const char *name)
259{
260 int i = 0;
261 for(i = 0; i < params->numaxes; ++i)
262 {
263 if(EQUAL(params->axes[i]->name, name))
264 {
265 return params->axes[i];
266 }
267 }
268 return NULL;
269}
270
271/************************************************************************/
272/* msWCSInsertAxisObj20() */

Callers 2

msWCSParseRequest20Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected