MCPcopy 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
49SrsBounds::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
57SrsBounds::SrsBounds(const BOX3D& box, const SpatialReference& srs) :

Callers

nothing calls this directly

Calls 3

to2dMethod · 0.80
sizeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected