Statistics
| Revision:

svn-gvsig-desktop / tags / v1_2_Build_1202 / extensions / extGraph / config / config.xml @ 44029

History | View | Annotate | Download (4.64 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 8646 fjp
                <extension class-name="com.iver.cit.gvsig.graph.GenerateNetworkExtension"
11
                        description="Generate Network Extension for gvSIG."
12 7877 fjp
                        active="true">
13 8303 jaume
                        <menu text="Network/Create_Network"        tooltip="Generar_Red"
14
                                action-command="GENERATE_RED"
15 8531 fjp
                                icon="images/build_graph.gif" />
16 7877 fjp
17 8646 fjp
                </extension>
18
                <extension class-name="com.iver.cit.gvsig.graph.LoadNetworkExtension"
19
                        description="Load Network for gvSIG."
20
                        active="true">
21
22 8303 jaume
                        <menu text="Network/Load_Network"        tooltip="Load_Red"
23
                                action-command="LOAD_RED"
24 7877 fjp
                                icon="images/network.png" />
25 8513 azabala
26 8541 fjp
<!--                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red"
27 8303 jaume
                                action-command="LOAD_NETWORK_FROM_TABLES"
28 8541 fjp
                                icon="images/network.png" /> -->
29 8303 jaume
30 8050 fjp
                </extension>
31 8646 fjp
32 8637 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ManageFlagsExtension"
33
                        description="Manage flags."
34
                        active="true">
35
                        <menu text="Network/Manage_Flags"        tooltip="Manage_Flags"
36
                                action-command="MANAGE_FLAGS"
37
                                icon="images/manage_flags.png" />
38
39
                </extension>
40 8063 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ShortestPathExtension"
41
                        description="Shortest path"
42
                        active="true">
43
                        <menu text="Network/separator" is_separator="true"/>
44
45 8303 jaume
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
46
                                action-command="SHORTEST_PATH"
47 8621 fjp
                                icon="images/shortest_path.png" />
48 8531 fjp
                        <tool-bar name="Networks">
49 8621 fjp
                                <action-tool icon="images/shortest_path.png"
50 8531 fjp
                                        action-command="SHORTEST_PATH"
51
                                        tooltip="shortestpath"
52
                                        position="1"/>
53
                        </tool-bar>
54 8303 jaume
55 8063 fjp
                </extension>
56 8303 jaume
57 13583 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ServiceAreaExtension"
58
                        description="Service Area"
59
                        active="true">
60 14459 fpenarrubia
                        <menu text="Network/Service_Area/Label_Network"        tooltip="Label the whole network"
61 13583 fjp
                                action-command="LABEL_NODE_DISTANCES"
62
                                icon="images/shortest_path.png" />
63 14459 fpenarrubia
                        <menu text="Network/Service_Area/Service_Area"        tooltip="Service_Area"
64
                                action-command="SERVICE_AREA"
65
                                icon="images/shortest_path.png" />
66 13583 fjp
67
                </extension>
68
                <extension class-name="com.iver.cit.gvsig.graph.ODMatrixExtension"
69
                        description="ODMATRIX"
70
                        active="true">
71
                        <menu text="Network/ODMatrix" icon="images/gtk-about.png" action-command="ODMATRIX"/>
72
                </extension>
73 14459 fpenarrubia
                <!-- <extension class-name="com.iver.cit.gvsig.graph.MinimumSpanningTreeExtension"
74
                        description="Calculate_MST"
75
                        active="true">
76
                        <menu text="Network/Minimum_spanning_tree" icon="images/gtk-about.png" action-command="MST"/>
77
                </extension> -->
78 13583 fjp
79 14459 fpenarrubia
80 8567 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ClearRouteExtension"
81
                        description="Remove routes"
82 8063 fjp
                        active="true">
83 13583 fjp
                        <menu text="Network/separator" is_separator="true"/>
84 8567 fjp
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
85 8063 fjp
                </extension>
86 8567 fjp
                <extension class-name="com.iver.cit.gvsig.graph.ClearFlagsExtension"
87
                        description="Remove routes"
88
                        active="true">
89
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
90
                </extension>
91
                <extension class-name="com.iver.cit.gvsig.graph.ClearBarriersExtension"
92
                        description="Remove barriers"
93
                        active="true">
94
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
95
                </extension>
96 8303 jaume
97
98 8050 fjp
                <extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
99
                        description="Flags"
100
                        active="true">
101 7877 fjp
                        <tool-bar name="Networks">
102 8531 fjp
                                <selectable-tool icon="images/add_flag_on_arc.png"
103 8303 jaume
                                        action-command="ADD_FLAG_TO_NETWORK"
104 8531 fjp
                                        tooltip="put_flag_on_arc"
105
                                        position="2"/>
106
                                <selectable-tool icon="images/add_flag_on_node.png"
107
                                        action-command="ADD_FLAG_TO_NODE"
108
                                        tooltip="put_flag_on_node"
109 8541 fjp
                                        position="3"/>
110
                                <selectable-tool icon="images/no_way.png"
111
                                        action-command="ADD_BARRIER"
112
                                        tooltip="put_barrier"
113
                                        position="4"/>
114 8531 fjp
115 7877 fjp
                        </tool-bar>
116
                </extension>
117 13583 fjp
                <!-- <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
118
                        description="Extensi?n para crear topolog?a."
119 8063 fjp
                        active="true">
120 13583 fjp
                        <menu text="Capa/Topology_Test/Clean_Test" action-command="CLEAN"/>
121
                        <menu text="Capa/Topology_Test/Show Errors" action-command="SHOW_ERRORS"/>
122
                        <menu text="Capa/Topology_Test/Triangulation_Test" action-command="TRIANGULATION"/>
123 8541 fjp
                </extension> -->
124 13583 fjp
125 14459 fpenarrubia
                <!-- <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
126 13583 fjp
                        description="Extensiones de geoprocesamiento"
127 14459 fpenarrubia
                        active="true" /> -->
128 13583 fjp
129
                <extension class-name="com.iver.cit.gvsig.AboutGraphExtension"
130
                        description="Extension to add about panel."
131
                        active="true"/>
132 9651 jaume
        </extensions>
133 6032 azabala
</plugin-config>