Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.lib / org.gvsig.raster.lib.legend / org.gvsig.raster.lib.legend.impl / src / main / resources / org / gvsig / raster / lib / legend / impl / operations / rgbtohsl / RGBToHSLOperationParameters.xml @ 8682

History | View | Annotate | Download (1.12 KB)

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

    
6
    <class name="RGBToHSLOperationParameters">
7
       <extends>
8
      </extends>
9
      <description>RGBToHSLOperationParameters</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></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>