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

Method OGR

kernels/private/density/OGR.cpp:106–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106OGR::OGR(std::string const& filename, const std::string& wkt,
107 std::string driver, std::string layerName)
108 : m_filename(filename)
109 , m_driver(driver)
110 , m_ds(0)
111 , m_layer(0)
112 , m_layerName(layerName)
113{
114 createLayer(wkt);
115}
116
117
118OGR::~OGR()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected