Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / help / en / es.unex.sextante.vectorTools.minimumEnclosingPolygon / minimumenclosingpolygon.xml @ 417

History | View | Annotate | Download (1.99 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates the minimum enclosing polygon for a set of points" 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="POINTS" text="the input points layer." description="Points" type="3">
14
                </element>
15
                <element name="FIELD" text="The field used to separate the point into classes" description="Field" type="3">
16
                </element>
17
                <element name="METHOD" text="The following options are available:&#10;* Convex hull. &#10;* M&#237;nimum enclosing circle.&#10;* M&#237;nimum enclosing rectangle." description="Enclosing shape" type="3">
18
                </element>
19
                <element name="USECLASSES" text='If this ption is selected, instead of a global polygon for the whole set of input points, a set of polygons will be created, one for each class. Use the "field" parameter to select the field that indicates the class each point belongs to' description="Create one polygon for each class" type="3">
20
                </element>
21
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
                </element>
23
                <element name="RESULT" text="A polygons layer containing one or a set of minimum enclosing polygons." description="Minimum enclosing shape" type="2">
24
                        <image description="Convex hull" file="minima_envolvente_convexa.jpg">
25
                        </image>
26
                        <image description="M&#237;nimum enclosing circle" file="minimo_circulo.jpg">
27
                        </image>
28
                        <image description="M&#237;nimum enclosing rectangle " file="minimo_rectangulo.jpg">
29
                        </image>
30
                </element>
31
        </help>
32
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>