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

Method OGRWriter

io/OGRWriter.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65CREATE_STATIC_STAGE(OGRWriter, s_info)
66
67OGRWriter::OGRWriter() : m_driver(nullptr), m_ds(nullptr), m_layer(nullptr),
68 m_feature(nullptr), m_curCount(0), m_measureDim(Dimension::Id::Unknown),
69 m_inTransaction(false)
70{}
71
72
73std::string OGRWriter::getName() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected