Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
bool Polygon::contains(const Polygon& p) const
281
{
282
throwNoGeos();
283
284
return m_geom->Contains(p.m_geom.get());
285
}
286
287
bool Polygon::disjoint(const Polygon& p) const
288
{
Callers
15
initInfo
Method · 0.45
initialize
Method · 0.45
addDimensions
Method · 0.45
processPoint
Method · 0.45
processPoint
Method · 0.45
processPoint
Method · 0.45
halfIntersect
Method · 0.45
intersectNormalized
Method · 0.45
validate
Method · 0.45
extractDriverFromItem
Method · 0.45
validate
Method · 0.45
extractSRS
Function · 0.45
Calls
3
get
Method · 0.45
empty
Method · 0.45
inside
Method · 0.45
Tested by
8
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
parse
Method · 0.36