Statistics
| Revision:

root / trunk / extensions / extGeoProcessing / config / config.xml @ 6020

History | View | Annotate | Download (2.44 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir=".">
4
        </libraries>
5
        <depends plugin-name="com.iver.cit.gvsig"/>
6
                <resourceBundle name="text"/>
7
        <extensions>
8
                <extension class-name="com.iver.cit.gvsig.geoprocess.manager.GeoprocessManagerExtension"
9
                        description="Gestor de geoprocesos extensible mediante plugins"
10
                        active="true">
11
                        <tool-bar name="GeoProcessing Manager">
12
                                <action-tool icon="images/gpmanager.png"
13
                                        action-command="GEOPROCESSING_MANAGER" tooltip="Gestor_de_Geoprocesos"
14
                                        enable-text="deber?a de estar activada" last="true" position="1"/>
15
                        </tool-bar>
16
                </extension>
17
                
18
                <extension class-name="com.iver.cit.gvsig.geoprocess.wizard.GeoProcessingExtension"
19
                        description="Extensi?n para geoprocesamiento similar al GeoProcessing Wizard de Arcview."
20
                        active="true">
21
                        <menu text="Vista/Herramientas_de_analisis" tooltip="Herramientas_de_analisis" 
22
                                action-command="GEOPROCESSING" 
23
                                icon="images/geoprocessicon.png" />
24
                        
25
                        <tool-bar name="GeoProcessing">
26
                                <action-tool icon="images/geoprocessicon.png"
27
                                        action-command="GEOPROCESSING" tooltip="Herramientas_de_analisis"
28
                                        enable-text="deber?a de estar activada" last="true" position="1"/>
29
                                        
30
                                <action-tool icon="images/buffericon.png"
31
                                        action-command="BUFFER" tooltip="Area_de_influencia"
32
                                        last="true" position="2"/>
33
                                <action-tool icon="images/dissolve.png"
34
                                        action-command="DISSOLVE" tooltip="Disolver"
35
                                        last="true" position="3"/>
36
                                        
37
                                <action-tool icon="images/intersecticon.png"
38
                                        action-command="INTERSECT" tooltip="Interseccion"
39
                                        last="true" position="4"/>
40
                                        
41
                                <action-tool icon="images/difference.png"
42
                                        action-command="DIFFERENCE" tooltip="Diferencia"
43
                                        last="true" position="5"/>
44
                                        
45
                                <action-tool icon="images/union.png"
46
                                        action-command="UNION" tooltip="Union"
47
                                        last="true" position="6"/>
48
                                        
49
                                <action-tool icon="images/convexhull.png"
50
                                        action-command="CONVEXHULL" tooltip="Convex_Hull"
51
                                        last="true" position="7"/>
52
                                        
53
                                <action-tool icon="images/merge.png"
54
                                        action-command="MERGE" tooltip="Juntar"
55
                                        last="true" position="8"/>
56
                                        
57
                                <action-tool icon="images/clip.png"
58
                                        action-command="CLIP" tooltip="Recortar"
59
                                        last="true" position="9"/>
60
                                        
61
                                <action-tool icon="images/spatialjoin.png"
62
                                        action-command="SPATIAL_JOIN" tooltip="Enlace_espacial"
63
                                        last="true" position="10"/>        
64
                        </tool-bar>
65
                </extension>
66
        </extensions>
67
</plugin-config>