MCPcopy 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
289bool Geometry::valid() const
290{
291 throwNoGeos();
292
293 return (bool)m_geom->IsValid();
294}
295
296
297std::string Geometry::wkt(double precision, bool bOutputZ) const

Callers 3

GeometryMethod · 0.45
transformMethod · 0.45
setSpatialReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected