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

Method readyFile

io/GDALWriter.cpp:202–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202void GDALWriter::readyFile(const std::string& filename, const SpatialReference& srs)
203{
204 m_outputFilename = filename;
205 m_srs = srs;
206 if (!m_overrideSrs.empty())
207 m_srs = m_overrideSrs;
208 if (m_srs.empty())
209 m_srs = m_defaultSrs;
210 m_grid.reset();
211 if (m_fixedGrid)
212 createGrid(m_bounds.to2d());
213}
214
215
216int GDALWriter::width() const

Callers

nothing calls this directly

Calls 3

to2dMethod · 0.80
emptyMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected