Statistics
| Revision:

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

History | View | Annotate | Download (3.49 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/build_graph.gif" />
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/Manage_Flags"        tooltip="Manage_Flags"
21
                                action-command="MANAGE_FLAGS"
22
                                icon="images/manage_flags.png" />
23

    
24
<!--                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red"
25
                                action-command="LOAD_NETWORK_FROM_TABLES"
26
                                icon="images/network.png" /> -->
27

    
28
                </extension>
29
                <extension class-name="com.iver.cit.gvsig.graph.ShortestPathExtension"
30
                        description="Shortest path"
31
                        active="true">
32
                        <menu text="Network/separator" is_separator="true"/>
33

    
34
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
35
                                action-command="SHORTEST_PATH"
36
                                icon="images/gtk-about.png" />
37
                        <tool-bar name="Networks">
38
                                <action-tool icon="images/gtk-about.png"
39
                                        action-command="SHORTEST_PATH"
40
                                        tooltip="shortestpath"
41
                                        position="1"/>
42
                        </tool-bar>
43

    
44
                </extension>
45

    
46
                <extension class-name="com.iver.cit.gvsig.graph.ClearRouteExtension"
47
                        description="Remove routes"
48
                        active="true">
49
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
50
                </extension>
51
                <extension class-name="com.iver.cit.gvsig.graph.ClearFlagsExtension"
52
                        description="Remove routes"
53
                        active="true">
54
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
55
                </extension>
56
                <extension class-name="com.iver.cit.gvsig.graph.ClearBarriersExtension"
57
                        description="Remove barriers"
58
                        active="true">
59
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
60
                </extension>
61

    
62

    
63
                <extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
64
                        description="Flags"
65
                        active="true">
66
                        <tool-bar name="Networks">
67
                                <selectable-tool icon="images/add_flag_on_arc.png"
68
                                        action-command="ADD_FLAG_TO_NETWORK"
69
                                        tooltip="put_flag_on_arc"
70
                                        position="2"/>
71
                                <selectable-tool icon="images/add_flag_on_node.png"
72
                                        action-command="ADD_FLAG_TO_NODE"
73
                                        tooltip="put_flag_on_node"
74
                                        position="3"/>
75
                                <selectable-tool icon="images/no_way.png"
76
                                        action-command="ADD_BARRIER"
77
                                        tooltip="put_barrier"
78
                                        position="4"/>
79
                                        
80
                        </tool-bar>
81
                </extension>
82
<!--                <extension class-name="com.iver.cit.gvsig.graph.TestExtension"
83
                        description="TEST"
84
                        active="true">
85
                        <tool-bar name="Networks">
86
                                <selectable-tool icon="images/gtk-about.png"
87
                                        action-command="TEST"
88
                                        tooltip="TEST"
89
                                        />
90
                        </tool-bar>
91
                        <menu text="Test/test2" action-command="TEST2"/> 
92
                </extension> -->
93
                <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
94
                        description="Extensi?n para crear topolog?a."
95
                        active="true">
96
                        <menu text="Capa/Topology/Clean" action-command="CLEAN"/>
97
                        <menu text="Capa/Topology/Show Errors" action-command="SHOW_ERRORS"/>
98
                        <menu text="Capa/Topology/Triangulation" action-command="TRIANGULATION"/>
99
                </extension>
100

    
101
                <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
102
                        description="Extensiones de geoprocesamiento"
103
                        active="true" />
104

    
105
        </extensions>
106
</plugin-config>