MCPcopy Create free account
hub / github.com/PDAL/PDAL / contains

Method contains

pdal/Polygon.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool Polygon::contains(const Polygon& p) const
281{
282 throwNoGeos();
283
284 return m_geom->Contains(p.m_geom.get());
285}
286
287bool Polygon::disjoint(const Polygon& p) const
288{

Callers 15

initInfoMethod · 0.45
initializeMethod · 0.45
addDimensionsMethod · 0.45
processPointMethod · 0.45
processPointMethod · 0.45
processPointMethod · 0.45
halfIntersectMethod · 0.45
intersectNormalizedMethod · 0.45
validateMethod · 0.45
extractDriverFromItemMethod · 0.45
validateMethod · 0.45
extractSRSFunction · 0.45

Calls 3

getMethod · 0.45
emptyMethod · 0.45
insideMethod · 0.45

Tested by 8

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
parseMethod · 0.36