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

Function osCheck2DGtype

maporaclespatial.c:1506–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506static int osCheck2DGtype(int pIntGtype)
1507{
1508 if (pIntGtype > 2000 && pIntGtype < 2008)
1509 {
1510 if (pIntGtype != 2004)
1511 return MS_TRUE;
1512 }
1513
1514 return MS_FALSE;
1515}
1516
1517static int osCheck3DGtype(int pIntGtype)
1518{

Callers 1

osGetOrdinatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected