Statistics
| Revision:

root / trunk / extensions / extGraph_predes / config / config.xml @ 8206

History | View | Annotate | Download (2.44 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
        <depends plugin-name="com.iver.cit.gvsig.geoprocess"/>
7
                <resourceBundle name="text"/>
8
        <extensions>
9
                <extension class-name="com.iver.cit.gvsig.graph.NetworkExtension"
10
                        description="Network Extension for gvSIG."
11
                        active="true">
12
                        <menu text="Network/Create_Network"        tooltip="Generar_Red" 
13
                                action-command="GENERATE_RED" 
14
                                icon="images/network.png" />
15

    
16
                        <menu text="Network/Load_Network"        tooltip="Load_Red" 
17
                                action-command="LOAD_RED" 
18
                                icon="images/network.png" />
19

    
20
                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red" 
21
                                action-command="LOAD_NETWORK_FROM_TABLES" 
22
                                icon="images/network.png" />
23
                                
24
                </extension>
25
                <extension class-name="com.iver.cit.gvsig.graph.ShortestPathExtension"
26
                        description="Shortest path"
27
                        active="true">
28
                        <menu text="Network/separator" is_separator="true"/>
29

    
30
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path" 
31
                                action-command="SHORTEST_PATH" 
32
                                icon="images/network.png" />
33
                                
34
                </extension>
35
                
36
                <extension class-name="com.iver.cit.gvsig.graph.ClearExtension"
37
                        description="Remove flags and path"
38
                        active="true">
39
                        <menu text="Network/Clear_Flags_and_Path" action-command="CLEAR"  />
40
                                
41
                </extension>
42
                
43
                
44
                <extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
45
                        description="Flags"
46
                        active="true">
47
                        <tool-bar name="Networks">
48
                                <selectable-tool icon="images/gtk-about.png"
49
                                        action-command="ADD_FLAG_TO_NETWORK" 
50
                                        tooltip="situa_punto_en_red"
51
                                        position="1"/>
52
                        </tool-bar>
53
                </extension>
54
                <extension class-name="com.iver.cit.gvsig.graph.TestExtension"
55
                        description="TEST"
56
                        active="true">
57
                        <tool-bar name="Networks">
58
                                <selectable-tool icon="images/gtk-about.png"
59
                                        action-command="TEST" 
60
                                        tooltip="TEST"
61
                                        />
62
                        </tool-bar>
63
                </extension>
64
                <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
65
                        description="Extensi?n para crear topolog?a."
66
                        active="true">
67
                        <menu text="Capa/Topology/Clean" action-command="CLEAN"/>
68
                        <menu text="Capa/Topology/Show Errors" action-command="SHOW_ERRORS"/>
69
                        <menu text="Capa/Topology/Triangulation" action-command="TRIANGULATION"/>
70
                </extension>
71
                
72
                <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
73
                        description="Extensiones de geoprocesamiento"
74
                        active="true" />
75
                
76
        </extensions>
77
</plugin-config>