Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_RC1 / extensions / extGeoProcessing / config / config.xml @ 31466

History | View | Annotate | Download (2.54 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="gp-manager"
14
                                position="300" />
15
                        <tool-bar name="GeoProcessing Manager">
16
                                <action-tool icon="gp-manager"
17
                                        action-command="GEOPROCESSING_MANAGER" tooltip="Gestor_de_Geoprocesos"
18
                                        enable-text="deber?a de estar activada" last="true" position="1"/>
19
                        </tool-bar>
20
                </extension>
21

    
22
                <extension class-name="com.iver.cit.gvsig.geoprocess.wizard.GeoProcessingExtension"
23
                        description="Extensi?n para geoprocesamiento similar al GeoProcessing Wizard de Arcview."
24
                        active="false">
25
                        <menu text="Vista/Asistente_de_geoprocesamiento" tooltip="Asistente_de_geoprocesamiento"
26
                                action-command="GEOPROCESSING"
27
                                icon="geo-process" />
28

    
29
                        <tool-bar name="GeoProcessing">
30
                                <action-tool icon="geo-process"
31
                                        action-command="GEOPROCESSING" tooltip="Asistente_de_geoprocesamiento"
32
                                        enable-text="deber?a de estar activada" last="true" position="1"/>
33

    
34
<!--
35
                                <action-tool icon="images/buffericon.png"
36
                                        action-command="BUFFER" tooltip="Area_de_influencia"
37
                                        last="true" position="2"/>
38
                                <action-tool icon="images/dissolve.png"
39
                                        action-command="DISSOLVE" tooltip="Disolver"
40
                                        last="true" position="3"/>
41

42
                                <action-tool icon="images/intersecticon.png"
43
                                        action-command="INTERSECT" tooltip="Interseccion"
44
                                        last="true" position="4"/>
45

46
                                <action-tool icon="images/difference.png"
47
                                        action-command="DIFFERENCE" tooltip="Diferencia"
48
                                        last="true" position="5"/>
49

50
                                <action-tool icon="images/union.png"
51
                                        action-command="UNION" tooltip="Union"
52
                                        last="true" position="6"/>
53

54
                                <action-tool icon="images/convexhull.png"
55
                                        action-command="CONVEXHULL" tooltip="Convex_Hull"
56
                                        last="true" position="7"/>
57

58
                                <action-tool icon="images/merge.png"
59
                                        action-command="MERGE" tooltip="Juntar"
60
                                        last="true" position="8"/>
61

62
                                <action-tool icon="images/clip.png"
63
                                        action-command="CLIP" tooltip="Recortar"
64
                                        last="true" position="9"/>
65

66
                                <action-tool icon="images/spatialjoin.png"
67
                                        action-command="SPATIAL_JOIN" tooltip="Enlace_espacial"
68
                                        last="true" position="10"/>
69
-->
70
                        </tool-bar>
71
                </extension>
72
        </extensions>
73
</plugin-config>