Skip to content
Snippets Groups Projects
Commit 185c8749 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: update description

parent 5618a4bc
No related branches found
No related tags found
No related merge requests found
......@@ -49,15 +49,15 @@ private:
SetName("ConcatenateVectorData");
SetDescription("Concatenate VectorDatas");
// SetDocName("Rescale Image Application");
// SetDocLongDescription("This application scale the given image pixel intensity between two given values. "
// "By default min (resp. max) value is set to 0 (resp. 255).");
// SetDocLimitations("None");
// SetDocAuthors("OTB-Team");
// SetDocSeeAlso(" ");
// SetDocCLExample("otbApplicationLauncherCommandLine Rescale ${OTB-BIN}/bin"
// " --in ${OTB-DATA}/Input/poupees.tif --out rescaledImage.tif --outmin 20 --outmax 150");
// AddDocTag("Image Manipulation");
SetDocName("Concatenate Application");
SetDocLongDescription("This application concatenate a list of VectorData to produce a unique VectorData as output"
"Note that the VectorDatas must be of the same type (Storing polygons only, lines only, or points only)");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine ConcatenateVectorData ${OTB-BIN}/bin"
" --vd --out ConcatenatedVectorData.shp");
AddDocTag("Vector Data Manipulation");
}
virtual ~ConcatenateVectorData()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment