| 151 | std::string TIndexKernel::getName() const { return s_info.name; } |
| 152 | |
| 153 | TIndexKernel::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 | |
| 163 | StringList TIndexKernel::subcommands() const |
nothing calls this directly
no outgoing calls
no test coverage detected