| 108 | |
| 109 | |
| 110 | void NitfWriter::readyFile(const std::string& filename, const SpatialReference& srs) |
| 111 | { |
| 112 | m_nitf.setFilename(filename); |
| 113 | |
| 114 | Utils::writeProgress(m_progressFd, "READYFILE", filename); |
| 115 | prepOutput(&m_oss, srs); |
| 116 | } |
| 117 | |
| 118 | |
| 119 | void NitfWriter::doneFile() |
nothing calls this directly
no test coverage detected