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.vectorTools.fitNPointsInPolygon / fitnpointsinpolygon.xml @ 338

History | View | Annotate | Download (1.64 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm creates a new points layer with a given number of points, adjusting them to the polygons in an additional layer.&#10;&#10;Points are added inside the area covered by each polygon, and distributed randomly or in a regular grid.&#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="POLYGONS" text="The input polygons layer" description="Polygons" type="3">
14
                </element>
15
                <element name="NPOINTS" text="The number of points to add inside each polygon" description="Number of points" type="3">
16
                </element>
17
                <element name="METHOD" text="Select how to distribute the points &#10;* In a regular grid&#10;* Randomly" description="Method" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
                </element>
21
                <element name="RESULT" text="New layer with points" description="Points" type="2">
22
                        <image description="Example regular grid" file="ajustar_n_puntos_en_poligono_mallaregular.jpg">
23
                        </image>
24
                        <image description="Example random" file="ajustar_n_puntos_en_poligono_aleatoria.jpg">
25
                        </image>
26
                </element>
27
        </help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>