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.crossSections / crosssections.xml @ 338

History | View | Annotate | Download (2.23 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculate cross section from a DEM an 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="A layer containing routes. Cross sections will be perpendicular to the routes in this layer" description="Route" type="3">
14
                </element>
15
                <element name="DEM" text="a Digital Elevation Model." description="Elevation" type="3">
16
                </element>
17
                <element name="DISTANCE" text="The distance between section sections along a route, in map units" description="Distance between sections" type="3">
18
                </element>
19
                <element name="WIDTH" text="The width of each half of a section, that is, from the central axis (the line defining the route), to the extreme of the section" description="Section width (to each side)" type="3">
20
                </element>
21
                <element name="NUMPOINTS" text="Number of points to be measured in each half of the cross section. For instance, if a section width of 100 is used and you give this field a value of 10, the algorithm will place points separated by 10 meters along the cross section. " description="Number of points (on each side)" type="3">
22
                </element>
23
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
                </element>
25
                <element name="RESULT" text="The new layer contains the cross sections. Its attributes table contains the elevations in the points measured along the cross section. The number of fields in the table is, thus, variable, depending on the number of points specified&#10; " description="Cross sections" type="2">
26
                        <image description="Cross sections, red lines (in blue, the vector lines layer defined in the route parameter)." file="secciones_transversales.png">
27
                        </image>
28
                </element>
29
        </help>
30
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>