Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ valid
Method
valid
pdal/Geometry.cpp:289–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
bool Geometry::valid() const
290
{
291
throwNoGeos();
292
293
return (bool)m_geom->IsValid();
294
}
295
296
297
std::string Geometry::wkt(double precision, bool bOutputZ) const
Callers
3
Geometry
Method · 0.45
transform
Method · 0.45
setSpatialReference
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected