Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.mapcontext / org.gvsig.fmap.mapcontext.impl / src / main / resources / org / gvsig / raster / lib / legend / impl / operations / grayscale / GrayScaleOperationParameters.xml @ 43849

History | View | Annotate | Download (1.16 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5

    
6
    <class name="GrayScaleOperationParameters">
7
       <extends>
8
      </extends>
9
      <description>GrayScaleOperationParameters</description>
10
      <fields>
11
        <field name="color_interpretation" type="object" mandatory="true" group="Basic" classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation" hidden="true">
12
          <description></description>
13
          <tags>
14
            <valueItem name="lookupParameter" value="output_color_interpretation" />
15
          </tags>
16
          <description></description>
17
        </field>
18
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
19
          defaultValue="true" group="Basic">
20
          <description>Marked if it must copy the unprocessed bands</description>
21
        </field>
22
        <field name="output_color_interpretation" type="object" mandatory="false" group="Basic"
23
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"
24
          hidden="true">
25
          <description></description>
26
        </field>
27
      </fields>
28
    </class>
29

    
30
  </classes>
31
</definitions>