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.profiles.flowLineProfile / flowlineprofile.xml @ 339

History | View | Annotate | Download (2.58 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates a profile from a given point, following the downhill route from that point onwards (that is, the route that water would follow from that point when flowing downhill)n calculates the flow route downhill from the outlet point defined by the user. The process stops when it reaches a cell without data, a relief (in an unprocessed MDE )or one of the bounderies of the layer. " 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="DEM" text="a Digital Elevation Model." description="Elevation" type="3">
14
                </element>
15
                <element name="LAYERS" text="Layers whose values will be studied along the profile. For each of them, a new field will be added to the attributes table of the resulting layer" description="Additional layers" type="3">
16
                </element>
17
                <element name="POINT" text="The starting point for profile calculation" description="Starting point" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
                </element>
21
                <element name="GRAPH" text="A graph showing the profile" description="Profile" type="2">
22
                        <image description="" file="pefil_segun_linea_de_flujo_grafico.jpg">
23
                        </image>
24
                </element>
25
                <element name="PROFILELINE" text="The route of the profile, as a single line" description="Profile [line]" type="2">
26
                        <image description="Profile layer based on flow line (yellow line)  superimposed on an MDE." file="pefil_segun_linea_de_flujo.png">
27
                        </image>
28
                </element>
29
                <element name="PROFILEPOINTS" text="A new points layer with the following fields in its attributes table:&#10;* X: X coordinate X of each point.&#10;* Y: Y coordinate Y of each point.&#10;* Z: Z coordinate Z of each point.&#10;* Projected distance:  projected distance from origin.&#10;* Real distance: real distance from origin.&#10;* Values of the selected additional layers.&#10;&#10;A new point is added for each cell crossed by the defined route" description="Profile [points]" type="2">
30
                        <image description="" file="pefil_segun_linea_de_flujo_tabla.jpg">
31
                        </image>
32
                </element>
33
        </help>
34
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>