13#ifndef GDALALG_VECTOR_CONVERT_INCLUDED
14#define GDALALG_VECTOR_CONVERT_INCLUDED
16#include "gdalalg_vector_pipeline.h"
24class GDALVectorConvertAlgorithm final :
public GDALVectorPipelineStepAlgorithm
27 static constexpr const char *NAME =
"convert";
28 static constexpr const char *DESCRIPTION =
"Convert a vector dataset.";
29 static constexpr const char *HELP_URL =
30 "/programs/gdal_vector_convert.html";
32 static std::vector<std::string> GetAliasesStatic()
37 explicit GDALVectorConvertAlgorithm(
bool =
true);
40 bool RunStep(GDALPipelineStepRunContext &ctxt)
override;
static constexpr const char * HIDDEN_ALIAS_SEPARATOR
Special value to put in m_aliases to separate public alias from hidden aliases.
Definition gdalalgorithm_cpp.h:2136