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.profile / profile.xml @ 339

History | View | Annotate | Download (2.03 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates a longitudinal profile along a given route" 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="ROUTE" text="The layer that containing the route. If the layer has several features entities, the algorithm will just use the first one.. " description="Profile route" type="3">
14
                </element>
15
                <element name="DEM" text="a Digital Elevation Model." description="Elevation" type="3">
16
                </element>
17
                <element name="LAYERS" text="Layers whose values will be studied along the profile route." description="Additional layers" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
                </element>
21
                <element name="GRAPH" text="A grpah showing the profile" description="Profile" type="2">
22
                        <image description="" file="profile_graph.jpg">
23
                        </image>
24
                </element>
25
                <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">
26
                        <image description="Longitudinal profile (points) from the MDE and the Channel Network." file="perfil_longitudinal_figura.png">
27
                        </image>
28
                </element>
29
        </help>
30
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>