Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void OGRSpec::update(const std::string& ogrJsonStr)
26
{
27
m_geom.clear();
28
validateInput(ogrJsonStr);
29
initialize();
30
}
31
32
void OGRSpec::update(const NL::json& ogrJson)
33
{
Callers
2
fromString
Function · 0.45
getPolygons
Function · 0.45
Calls
2
initialize
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected