Revision 43849 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.library/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.buffer.impl/src/main/resources/org/gvsig/raster/lib/buffer/impl/operations/median/MedianOperationParameters.xml

View differences:

MedianOperationParameters.xml
9 9
      <description>MedianOperationParameters</description>
10 10
      <fields>
11 11
        <field name="side_window" type="integer" mandatory="true" minValue="3" maxValue="7" defaultValue="3" group="Basic">
12
          <description></description>
12
          <description>Integer value [3,7].</description>
13 13
        </field>
14 14
        <field name="bands_to_process" type="List" typeOfItems="integer" subtype="bands" mandatory="false" group="Basic">
15
          <description></description>
15
          <description>List of integers separated by commas.</description>
16 16
        </field>
17 17

  
18 18
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
19 19
          defaultValue="true" group="Basic">
20
          <description></description>
20
          <description>Marked if it must copy the unprocessed bands</description>
21 21
        </field>
22 22

  
23 23
      </fields>

Also available in: Unified diff