Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
bool Polygon::disjoint(const Polygon& p) const
288
{
289
throwNoGeos();
290
291
return m_geom->Disjoint(p.m_geom.get());
292
}
293
294
bool Polygon::intersects(const Polygon& p) const
295
{
Callers
3
passesSpatialFilter
Method · 0.80
passesSpatialFilter
Method · 0.80
filterBounds
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected