13#ifndef GDALALG_DATASET_INCLUDED
14#define GDALALG_DATASET_INCLUDED
18#include "gdalalgorithm.h"
27 static constexpr const char *NAME =
"dataset";
28 static constexpr const char *DESCRIPTION =
"Commands to manage datasets.";
29 static constexpr const char *HELP_URL =
"/programs/gdal_dataset.html";
31 GDALDatasetAlgorithm();
32 ~GDALDatasetAlgorithm()
override;
35 bool RunImpl(GDALProgressFunc,
void *)
override
38 "The Run() method should not be called directly on the \"gdal "
39 "dataset\" program.");
GDAL algorithm.
Definition gdalalgorithm_cpp.h:2261
#define CPLE_AppDefined
Application defined error.
Definition cpl_error.h:85