Skip to content
Snippets Groups Projects
Commit 0699d28e authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent a3d610ef
Branches
Tags
No related merge requests found
...@@ -30,13 +30,13 @@ int KmzExport::Describe(ApplicationDescriptor* descriptor) ...@@ -30,13 +30,13 @@ int KmzExport::Describe(ApplicationDescriptor* descriptor)
descriptor->SetName("KmzExport"); descriptor->SetName("KmzExport");
descriptor->SetDescription("Export the input image as Kmz"); descriptor->SetDescription("Export the input image as Kmz");
descriptor->AddInputImage(); descriptor->AddInputImage();
descriptor->AddOption("OutputProductName", "Output Kmz product", "kmz", 1, true, descriptor->AddOption("OutputProductName", "Output Kmz product", "kmz", 1, true,
ApplicationDescriptor::InputImage); ApplicationDescriptor::InputImage);
descriptor->AddOption("TileSize", "Set the size of the tiles", "s", 1, false, descriptor->AddOption("TileSize", "Set the size of the tiles", "s", 1, false,
ApplicationDescriptor::Integer); ApplicationDescriptor::Integer);
descriptor->AddOption("LogoImage", "Add a logo to the final Kmz", "lo", 1, false, descriptor->AddOption("LogoImage", "Add a logo to the final Kmz", "lo", 1, false,
ApplicationDescriptor::FileName); ApplicationDescriptor::FileName);
descriptor->AddOption("LegendImage", "Add a legend to the image exported", "le", 1, descriptor->AddOption("LegendImage", "Add a legend to the image exported", "le", 1,
false, ApplicationDescriptor::FileName); false, ApplicationDescriptor::FileName);
return EXIT_SUCCESS; return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment