13#ifndef GDALALG_DATASET_DELETE_INCLUDED
14#define GDALALG_DATASET_DELETE_INCLUDED
16#include "gdalalgorithm.h"
27 static constexpr const char *NAME =
"delete";
28 static constexpr const char *DESCRIPTION =
"Delete dataset(s).";
29 static constexpr const char *HELP_URL =
30 "/programs/gdal_dataset_delete.html";
32 static std::vector<std::string> GetAliasesStatic()
34 return {
"rm",
"remove"};
37 GDALDatasetDeleteAlgorithm();
40 std::vector<std::string> m_filename{};
41 std::string m_format{};
43 bool RunImpl(GDALProgressFunc,
void *)
override;
GDAL algorithm.
Definition gdalalgorithm_cpp.h:2261