Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ SrsBounds
Method
SrsBounds
pdal/SrsBounds.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
{
48
49
SrsBounds::SrsBounds(const BOX3D& box) : Bounds(box)
50
{
51
const std::string& wkt = box.to2d().wkt;
52
if (wkt.size())
53
m_srs.set(wkt);
54
}
55
56
57
SrsBounds::SrsBounds(const BOX3D& box, const SpatialReference& srs) :
Callers
nothing calls this directly
Calls
3
to2d
Method · 0.80
size
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected