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

Method toWKT

kernels/TIndexKernel.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 double height()
83 { return m_grid->height(); }
84 std::string toWKT()
85 {
86 std::ostringstream out;
87 out.setf(std::ios_base::fixed, std::ios_base::floatfield);
88 out.precision(10);
89 m_grid->toWKT(out);
90 return out.str();
91 }
92private:
93 std::unique_ptr<hexer::HexGrid> m_grid;
94 int32_t m_density;

Callers 4

dumpMethod · 0.45
validateSwitchesMethod · 0.45
fastBoundaryMethod · 0.45
getFileInfoMethod · 0.45

Calls 2

strMethod · 0.80
precisionMethod · 0.45

Tested by

no test coverage detected