13#ifndef GDALALG_VECTOR_INCLUDED
14#define GDALALG_VECTOR_INCLUDED
18#include "gdalalgorithm.h"
27 static constexpr const char *NAME =
"vector";
28 static constexpr const char *DESCRIPTION =
"Vector commands.";
29 static constexpr const char *HELP_URL =
"/programs/gdal_vector.html";
31 GDALVectorAlgorithm();
34 std::string m_output{};
35 bool m_drivers =
false;
37 bool RunImpl(GDALProgressFunc,
void *)
override;
GDAL algorithm.
Definition gdalalgorithm_cpp.h:2261