13#ifndef GDALALG_DATASET_RENAME_INCLUDED
14#define GDALALG_DATASET_RENAME_INCLUDED
16#include "gdalalgorithm.h"
17#include "gdalalg_dataset_copy.h"
25class GDALDatasetRenameAlgorithm final
26 :
public GDALDatasetCopyRenameCommonAlgorithm
29 static constexpr const char *NAME =
"rename";
30 static constexpr const char *DESCRIPTION =
"Rename files of a dataset.";
31 static constexpr const char *HELP_URL =
32 "/programs/gdal_dataset_rename.html";
34 static std::vector<std::string> GetAliasesStatic()
39 GDALDatasetRenameAlgorithm();
40 ~GDALDatasetRenameAlgorithm()
override;