Statistics
| Revision:

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

History | View | Annotate | Download (4.06 KB)

1 6032 azabala
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3 7839 fjp
        <libraries library-dir="./lib">
4 6032 azabala
        </libraries>
5
        <depends plugin-name="com.iver.cit.gvsig"/>
6 8161 azabala
        <depends plugin-name="com.iver.cit.gvsig.geoprocess"/>
7 8573 azabala
        <depends plugin-name="com.iver.cit.gvsig.cad"/>
8 6032 azabala
                <resourceBundle name="text"/>
9
        <extensions>
10 8621 fjp
                <!-- <extension class-name="com.iver.cit.gvsig.SymbolTest"
11 8588 jaume
                        description="Symbol test"
12
                        active="true">
13
                        <menu text="Test/Symbol test"        tooltip="Try symbol"
14
                                action-command="DALE!"
15
                         />
16

17 8621 fjp
                </extension> -->
18 8646 fjp
                <extension class-name="com.iver.cit.gvsig.graph.GenerateNetworkExtension"
19
                        description="Generate Network Extension for gvSIG."
20 7877 fjp
                        active="true">
21 8303 jaume
                        <menu text="Network/Create_Network"        tooltip="Generar_Red"
22
                                action-command="GENERATE_RED"
23 8531 fjp
                                icon="images/build_graph.gif" />
24 7877 fjp
25 8646 fjp
                </extension>
26
                <extension class-name="com.iver.cit.gvsig.graph.LoadNetworkExtension"
27
                        description="Load Network for gvSIG."
28
                        active="true">
29
30 8303 jaume
                        <menu text="Network/Load_Network"        tooltip="Load_Red"
31
                                action-command="LOAD_RED"
32 7877 fjp
                                icon="images/network.png" />
33 8513 azabala
34 8541 fjp
<!--                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red"
35 8303 jaume
                                action-command="LOAD_NETWORK_FROM_TABLES"
36 8541 fjp
                                icon="images/network.png" /> -->
37 8303 jaume
38 8050 fjp
                </extension>
39 8646 fjp
40 8637 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ManageFlagsExtension"
41
                        description="Manage flags."
42
                        active="true">
43
                        <menu text="Network/Manage_Flags"        tooltip="Manage_Flags"
44
                                action-command="MANAGE_FLAGS"
45
                                icon="images/manage_flags.png" />
46
47
                </extension>
48 8063 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ShortestPathExtension"
49
                        description="Shortest path"
50
                        active="true">
51
                        <menu text="Network/separator" is_separator="true"/>
52
53 8303 jaume
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
54
                                action-command="SHORTEST_PATH"
55 8621 fjp
                                icon="images/shortest_path.png" />
56 8531 fjp
                        <tool-bar name="Networks">
57 8621 fjp
                                <action-tool icon="images/shortest_path.png"
58 8531 fjp
                                        action-command="SHORTEST_PATH"
59
                                        tooltip="shortestpath"
60
                                        position="1"/>
61
                        </tool-bar>
62 8303 jaume
63 8063 fjp
                </extension>
64 8303 jaume
65 8567 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ClearRouteExtension"
66
                        description="Remove routes"
67 8063 fjp
                        active="true">
68 8567 fjp
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
69 8063 fjp
                </extension>
70 8567 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ClearFlagsExtension"
71
                        description="Remove routes"
72
                        active="true">
73
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
74
                </extension>
75
                <extension class-name="com.iver.cit.gvsig.graph.ClearBarriersExtension"
76
                        description="Remove barriers"
77
                        active="true">
78
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
79
                </extension>
80 8303 jaume
81
82 8050 fjp
                <extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
83
                        description="Flags"
84
                        active="true">
85 7877 fjp
                        <tool-bar name="Networks">
86 8531 fjp
                                <selectable-tool icon="images/add_flag_on_arc.png"
87 8303 jaume
                                        action-command="ADD_FLAG_TO_NETWORK"
88 8531 fjp
                                        tooltip="put_flag_on_arc"
89
                                        position="2"/>
90
                                <selectable-tool icon="images/add_flag_on_node.png"
91
                                        action-command="ADD_FLAG_TO_NODE"
92
                                        tooltip="put_flag_on_node"
93 8541 fjp
                                        position="3"/>
94
                                <selectable-tool icon="images/no_way.png"
95
                                        action-command="ADD_BARRIER"
96
                                        tooltip="put_barrier"
97
                                        position="4"/>
98 8531 fjp
99 7877 fjp
                        </tool-bar>
100
                </extension>
101 8541 fjp
<!--                <extension class-name="com.iver.cit.gvsig.graph.TestExtension"
102 8063 fjp
                        description="TEST"
103
                        active="true">
104
                        <tool-bar name="Networks">
105
                                <selectable-tool icon="images/gtk-about.png"
106 8303 jaume
                                        action-command="TEST"
107 8063 fjp
                                        tooltip="TEST"
108
                                        />
109
                        </tool-bar>
110 8541 fjp
                        <menu text="Test/test2" action-command="TEST2"/>
111
                </extension> -->
112 8150 fjp
                <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
113
                        description="Extensi?n para crear topolog?a."
114
                        active="true">
115
                        <menu text="Capa/Topology/Clean" action-command="CLEAN"/>
116
                        <menu text="Capa/Topology/Show Errors" action-command="SHOW_ERRORS"/>
117
                        <menu text="Capa/Topology/Triangulation" action-command="TRIANGULATION"/>
118
                </extension>
119 8303 jaume
120 8161 azabala
                <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
121
                        description="Extensiones de geoprocesamiento"
122
                        active="true" />
123 8303 jaume
124 6032 azabala
        </extensions>
125
</plugin-config>