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

Function osCheck4DGtype

maporaclespatial.c:1534–1549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534static int osCheck4DGtype(int pIntGtype)
1535{
1536
1537 if (pIntGtype > 4000 && pIntGtype < 4408)
1538 {
1539 if (pIntGtype > 4007)
1540 pIntGtype-= 400;
1541
1542 if (pIntGtype <= 4007 && pIntGtype != 4004)
1543 return MS_TRUE;
1544
1545
1546 }
1547
1548 return MS_FALSE;
1549}
1550
1551
1552

Callers 1

osGetOrdinatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected