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.rasterize.linearDecrease / lineardecrease.xml @ 339

History | View | Annotate | Download (2.2 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm creates a continuous raster layer from a set of points, using the linear decrease interpolation method&#10;&#10;" description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="User_notes" type="0">
12
                </element>
13
                <element name="LAYER" text="the points layer for interpolation." description="Point layer" type="3">
14
                </element>
15
                <element name="FIELD" text="The field that contains the value to use for interpolation." description="Field" type="3">
16
                </element>
17
                <element name="DIST" text="The distance within which points are analized, in map units. Only those points within the search radius from a given cell are used to compute the value at that cell" description="Search radius" type="3">
18
                </element>
19
                <element name="MAXPOINTS" text="the number of points that will be used for the interpolation. If there are more points within the search radius only the n closest ones will be used by the interpolation algorithm." description="Max. number of points" type="3">
20
                </element>
21
                <element name="POWER" text="the parameter k in the following equation, to be applied for the calculation of the weights:" description="Exponent" type="3">
22
                        <image description="" file="decremento_lineal_exponente.jpg">
23
                        </image>
24
                </element>
25
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
26
                </element>
27
                <element name="CROSSVALIDATION" text="" description="Cross validation" type="2">
28
                        <image description="" file="decremento_lineal2.jpg">
29
                        </image>
30
                </element>
31
                <element name="RESULT" text="" description="Result" type="2">
32
                        <image description="Search radius: 3000 output  pixel size: 25 (The layer in black points)" file="decremento_lineal.jpg">
33
                        </image>
34
                </element>
35
        </help>
36
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>