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

Method update

pdal/private/OGRSpec.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void OGRSpec::update(const std::string& ogrJsonStr)
26{
27 m_geom.clear();
28 validateInput(ogrJsonStr);
29 initialize();
30}
31
32void OGRSpec::update(const NL::json& ogrJson)
33{

Callers 2

fromStringFunction · 0.45
getPolygonsFunction · 0.45

Calls 2

initializeFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected