| 65 | CREATE_STATIC_STAGE(OGRWriter, s_info) |
| 66 | |
| 67 | OGRWriter::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 | |
| 73 | std::string OGRWriter::getName() const |
nothing calls this directly
no outgoing calls
no test coverage detected