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 / brightness / BrightnessOperationParameters.xml @ 8601

History | View | Annotate | Download (1.17 KB)

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

    
6
    <class name="BrightnessOperationParameters">
7
      <extends>
8
      </extends>
9
      <description>BrightnessOperationParameters</description>
10
      <fields>
11
        <field name="brightness" type="integer" mandatory="true" group="Basic"
12
          minValue="-255" maxValue="255">
13
          <description></description>
14
        </field>
15
        <field name="color_interpretation" type="object" mandatory="true"
16
          group="Basic"
17
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"
18
          hidden="true">
19
          <description></description>
20
        </field>
21
        <field name="copy_unprocessed_bands" type="boolean" mandatory="false"
22
          defaultValue="true" group="Basic">
23
          <description></description>
24
        </field>
25
        <field name="output_color_interpretation" type="object" mandatory="false" group="Basic"
26
          classOfValue="org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation"
27
          hidden="true">
28
          <description></description>
29
        </field>
30
      </fields>
31
    </class>
32

    
33
  </classes>
34
</definitions>