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.difference / difference.xml @ 537

History | View | Annotate | Download (1.86 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithms calculates the difference between two layers. Geometries in the first layer are clipped with geometries in the second one. &#10;&#10;Attributes are not modified, and each geometry is associated to the same set of attributes in the output layer as it was in the input one, even if the geometry itself has changed due to clipping. Attributes containin values of area, perimeter or any other ones related to the geometry shape should be recalculated.&#10;&#10;The following picture show the result of applying the difference algorithm to two layer, one with each polygon. The clipping layer is shown with transparent fill." description="Description" type="0">
4
                        <image description="" file="../es.unex.sextante.vectorTools.clip/diff.png">
5
                        </image>
6
                </element>
7
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
                </element>
9
                <element name="EXTENSION_AUTHOR" text="V&#237;ctor Olaya" description="Algorithm created by" type="0">
10
                </element>
11
                <element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Help file created by" type="0">
12
                </element>
13
                <element name="USER_NOTES" text="" description="User notes" type="0">
14
                </element>
15
                <element name="LAYER" text="The first layer. Polygons in this layer will be clipped by polygons in the second one." description="Layer to clip" type="3">
16
                </element>
17
                <element name="CLIPLAYER" text="The second layer. Polygons in this layer will be used to clip polygons in the first one." description="Clipping layer" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
                </element>
21
                <element name="RESULT" text="The clipped layer." description="Difference" type="2">
22
                </element>
23
        </help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>