Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
0cb689ab
Commit
0cb689ab
authored
Jun 20, 2012
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: small doc enhancement in rasterization application
parent
7b369fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Applications/Rasterization/otbRasterization.cxx
Applications/Rasterization/otbRasterization.cxx
+3
-3
No files found.
Applications/Rasterization/otbRasterization.cxx
View file @
0cb689ab
...
...
@@ -71,13 +71,13 @@ private:
AddDocTag
(
Tags
::
Vector
);
AddParameter
(
ParameterType_InputFilename
,
"in"
,
"Input
V
ector
D
ata"
);
AddParameter
(
ParameterType_InputFilename
,
"in"
,
"Input
v
ector
d
ata
set
"
);
SetParameterDescription
(
"in"
,
"The input vector dataset to be rasterized"
);
AddParameter
(
ParameterType_OutputImage
,
"out"
,
"Ou
tputI
mage"
);
AddParameter
(
ParameterType_OutputImage
,
"out"
,
"Ou
ptut i
mage"
);
SetParameterDescription
(
"out"
,
"An output image containing the rasterized vector dataset"
);
AddParameter
(
ParameterType_InputImage
,
"im"
,
"Input
I
mage"
);
AddParameter
(
ParameterType_InputImage
,
"im"
,
"Input
reference i
mage"
);
SetParameterDescription
(
"im"
,
"A reference image from which to import output grid and projection reference system information."
);
MandatoryOff
(
"im"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment