| 4424 | } |
| 4425 | |
| 4426 | bool |
| 4427 | ParseCommandLineArguments(const std::vector<std::string> &args) override |
| 4428 | { |
| 4429 | m_hasParsedCommandLinearguments = true; |
| 4430 | return GDALAlgorithm::ParseCommandLineArguments(args); |
| 4431 | } |
| 4432 | |
| 4433 | bool RunImpl(GDALProgressFunc, void *) override |
| 4434 | { |
no outgoing calls
no test coverage detected