Statistics
| Revision:

svn-gvsig-desktop / tags / v10_RC2c / extensions / extGeoProcessing / config / config.xml @ 8745

History | View | Annotate | Download (2.63 KB)

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