Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / en / es.unex.sextante.gridTools.rasterBuffer / rasterbuffer.xml @ 339

History | View | Annotate | Download (1.95 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithms creates a buffer around a set of features. Both the input and output layers are raster layers" description="Description" type="0">
4
                        <image description="Buffer  layer for a network of channel,  with a fixed distance of 500 m." file="zona_de_influencia_distanciafija.jpg">
5
                        </image>
6
                </element>
7
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
                </element>
9
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
                </element>
11
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
                </element>
13
                <element name="USER_NOTES" text="" description="User_notes" type="0">
14
                </element>
15
                <element name="INPUT" text="The raster layer whith the features to buffer. This should be represented by non-zero values. All cells not representing a feature to buffer should have a zero value or the no-data value of the layer" description="Layer" type="3">
16
                </element>
17
                <element name="METHOD" text="The method to use may be selected from:&#10;* Fixed distance: the same buffer distance for all the cells.&#10;* Use a cell value as the distance: the buffer distance for each cell is the value of the cell itself, expressed in map units." description="Method" type="3">
18
                </element>
19
                <element name="DIST" text="If the fixed distance method is used, the buffer distance should be introduced in this field" description="Distance" type="3">
20
                </element>
21
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
                </element>
23
                <element name="BUFFER" text="The buffer layer, containing the follwoing values&#10;* 0 value: cells outside of the buffer.&#10;* Value 1: original feature cells&#10;* Value 2: cells in the buffer. " description="Buffer" type="2">
24
                </element>
25
        </help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>