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

Method initialize

io/OGRWriter.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92void OGRWriter::initialize()
93{
94 gdal::registerDrivers();
95 if (m_multiCount < 1)
96 throwError("multicount must be greater than 0.");
97 else if (m_multiCount > 1 && m_attrDimNames.size() > 0) {
98 throwError("multicount > 1 incompatible with attr_dims");
99 }
100}
101
102
103void OGRWriter::prepared(PointTableRef table)

Callers 3

NitfWrapMethod · 0.45
startBlockMethod · 0.45
compressMethod · 0.45

Calls 2

registerDriversFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected