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

Method disjoint

pdal/Polygon.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool Polygon::disjoint(const Polygon& p) const
288{
289 throwNoGeos();
290
291 return m_geom->Disjoint(p.m_geom.get());
292}
293
294bool Polygon::intersects(const Polygon& p) const
295{

Callers 3

passesSpatialFilterMethod · 0.80
passesSpatialFilterMethod · 0.80
filterBoundsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected