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

Method writeFooter

io/TextWriter.cpp:220–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220void TextWriter::writeFooter()
221{
222 if (m_outputType == OutputType::GEOJSON)
223 {
224 *m_stream << "]}";
225 if (m_callback.size())
226 *m_stream <<")";
227 }
228 m_stream.reset();
229}
230
231
232void TextWriter::writeGeoJSONHeader()

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected