Method that an algorithm can implement to issue a warning message about * its deprecation. This is called at the beginning of the Run() method. */
| 3197 | * its deprecation. This is called at the beginning of the Run() method. |
| 3198 | */ |
| 3199 | virtual void WarnIfDeprecated() |
| 3200 | { |
| 3201 | } |
| 3202 | |
| 3203 | /** Return the list of arguments for CLI usage */ |
| 3204 | std::pair<std::vector<std::pair<GDALAlgorithmArg *, std::string>>, size_t> |