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

Method TIndexKernel

kernels/TIndexKernel.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151std::string TIndexKernel::getName() const { return s_info.name; }
152
153TIndexKernel::TIndexKernel() : SubcommandKernel()
154//ABELL - need to option this.
155 , m_srsColumnName("srs")
156 , m_dataset(NULL)
157 , m_layer(NULL)
158 , m_overrideASrs(false)
159 , m_maxFieldSize(0)
160{}
161
162
163StringList TIndexKernel::subcommands() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected