Statistics
| Revision:

svn-gvsig-desktop / tags / gvsig_redes-0_1_0-1232 / extensions / extGraph / config / config.xml @ 30736

History | View | Annotate | Download (6.22 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.geoprocessextensions"/>
7
        <depends plugin-name="com.iver.cit.gvsig.cad"/>
8
                <resourceBundle name="text"/>
9
        <extensions>
10
                <extension class-name="org.gvsig.graph.GenerateNetworkExtension"
11
                        description="Generate Network Extension for gvSIG."
12
                        active="true">
13
                        <menu text="Network/Create_Network"        tooltip="Generar_Red"
14
                                action-command="GENERATE_RED"
15
                                icon="build_graph"
16
                                position="450" />
17

    
18
                </extension>
19
                <extension class-name="org.gvsig.graph.LoadDefaultNetworkExtension"
20
                        description="Load Network for gvSIG."
21
                        active="true">
22

    
23
                        <menu text="Network/Load_Network"        tooltip="Load_Red"
24
                                action-command="LOAD_NET"
25
                                icon="network" />
26

    
27
                </extension>
28
                <extension class-name="org.gvsig.graph.LoadNetworkExtension"
29
                        description="Load Network for gvSIG."
30
                        active="true">
31

    
32
                        <menu text="Network/Load_Network_From_File"        tooltip="Load_Red_From_File"
33
                                action-command="LOAD_NET_FROM_FILE"
34
                                icon="network" />
35
                                
36
                </extension>
37
                
38
                <extension class-name="org.gvsig.graph.ManageFlagsExtension"
39
                        description="Manage flags."
40
                        active="true">
41
                        <menu text="Network/Manage_Flags"        tooltip="Manage_Flags"
42
                                action-command="MANAGE_FLAGS"
43
                                icon="manage_flags" />
44
                        
45
                </extension>
46
                <extension class-name="org.gvsig.graph.AddLayerNodesExtension"
47
                        description="Load nodes as a layer."
48
                        active="true">
49
                        <menu text="Network/load_layer_nodes"        tooltip="load_layer_nodes"
50
                                action-command="LOAD_NODES" />
51
                        
52
                </extension>
53

    
54
                <extension class-name="org.gvsig.graph.LoadTurnCostsExtension"
55
                        description="Load turn costs."
56
                        active="true">
57
                        <menu text="Network/Load_TurnCosts"        tooltip="Load_TurnCosts"
58
                                action-command="LOAD_TURNCOSTS"
59
                                />
60
                        
61
                </extension>
62
                <extension class-name="org.gvsig.graph.SaveTurnCostsExtension"
63
                        description="Save turn costs."
64
                        active="true">
65
                        <menu text="Network/Save_TurnCosts"        tooltip="Save_TurnCosts"
66
                                action-command="SAVE_TURNCOSTS"
67
                                />
68
                        
69
                </extension>
70
                
71
                <extension class-name="org.gvsig.graph.ShortestPathExtension"
72
                        description="Shortest path"
73
                        active="true">
74
                        <menu text="Network/separator" is_separator="true"/>
75

    
76
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
77
                                action-command="SHORTEST_PATH"
78
                                icon="shortest_path" />
79
                        <tool-bar name="Networks">
80
                                <action-tool icon="shortest_path"
81
                                        action-command="SHORTEST_PATH"
82
                                        tooltip="shortestpath"
83
                                        position="1"/>
84
                        </tool-bar>
85

    
86
                </extension>
87

    
88
                <extension class-name="org.gvsig.graph.ServiceAreaExtension"
89
                        description="Service Area"
90
                        active="true">
91
<!--                        <menu text="Network/Service_Area/Label_Network"        tooltip="Label the whole network"
92
                                action-command="LABEL_NODE_DISTANCES"
93
                                icon="service_area" /> -->
94
                        <menu text="Network/Service_Area"        tooltip="Service_Area"
95
                                action-command="SERVICE_AREA"
96
                                icon="service_area" />
97
<!--                          <menu text="Network/Prueba_Wizard_Service_Area"        tooltip="Prueba Wizard Service_Area"
98
                                action-command="PRUEBA_WIZARD_SERVICE_AREA"
99
                                icon="service_area" /> --> 
100

    
101
                </extension>
102
                
103
                <extension class-name="org.gvsig.graph.ClosestFacilityExtension"
104
                        description="Closest Facility"
105
                        active="true">
106
                        <menu text="Network/Closest_Facility"        tooltip="Closest Facility"
107
                                action-command=""
108
                                icon="closest_facility" />
109

    
110
                </extension>
111
                
112
                <extension class-name="org.gvsig.graph.ODMatrixExtension"
113
                        description="ODMATRIX"
114
                        active="true">
115
                        <menu text="Network/ODMatrix" icon="odmatrix" action-command="ODMATRIX"/> 
116
                </extension>
117
                <extension class-name="org.gvsig.graph.MinimumSpanningTreeExtension"
118
                        description="Calculate_MST"
119
                        active="true">
120
                        <menu text="Network/Minimum_spanning_tree" icon="mst"
121
                         action-command="MST"/> 
122
                </extension>
123
                <extension class-name="org.gvsig.graph.ConnectivityExtension"
124
                        description="CONNECTIVITY"
125
                        active="true">
126
                        <menu text="Network/Connectivity" icon="connectivity" action-command="CONNECTIVITY"/> 
127
                </extension>
128

    
129

    
130
                <extension class-name="org.gvsig.graph.ClearRouteExtension"
131
                        description="Remove routes"
132
                        active="true">
133
                        <menu text="Network/separator" is_separator="true"/>
134
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
135
                </extension>
136
                <extension class-name="org.gvsig.graph.ClearFlagsExtension"
137
                        description="Remove routes"
138
                        active="true">
139
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
140
                </extension>
141
                <extension class-name="org.gvsig.graph.ClearBarriersExtension"
142
                        description="Remove barriers"
143
                        active="true">
144
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
145
                </extension>
146

    
147

    
148
                <extension class-name="org.gvsig.graph.NetworkAddFlag"
149
                        description="Flags"
150
                        active="true">
151
                        <tool-bar name="Networks">
152
                                <selectable-tool icon="add_flag_on_arc"
153
                                        action-command="ADD_FLAG_TO_NETWORK"
154
                                        tooltip="put_flag_on_arc"
155
                                        position="2"/>
156
                                <selectable-tool icon="add_flag_on_node"
157
                                        action-command="ADD_FLAG_TO_NODE"
158
                                        tooltip="put_flag_on_node"
159
                                        position="3"/>
160
                                <selectable-tool icon="no_way"
161
                                        action-command="ADD_BARRIER"
162
                                        tooltip="put_barrier"
163
                                        position="4"/>
164
                                <selectable-tool icon="turncost"
165
                                        action-command="ADD_TURNCOST"
166
                                        tooltip="put_turncost"
167
                                        position="5"/>
168
                                        
169
                        </tool-bar>
170
                </extension>
171
                <!--  <extension class-name="org.gvsig.graph.TinExtension"
172
                        description="TIN"
173
                        active="true">
174

175
                        <menu text="TIN/Create_TIN"        tooltip="Create_TIN"
176
                                action-command="TIN"
177
                                icon="network" />
178
                </extension> -->
179
                
180
                <!-- <extension class-name="org.gvsig.graph.TopologyExtension"
181
                        description="Extensi?n para crear topolog?a."
182
                        active="true">
183
                        <menu text="Capa/Topology_Test/Clean_Test" action-command="CLEAN"/>
184
                        <menu text="Capa/Topology_Test/Show Errors" action-command="SHOW_ERRORS"/>
185
                        <menu text="Capa/Topology_Test/Triangulation_Test" action-command="TRIANGULATION"/>
186
                </extension> -->
187

    
188
                <!-- <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
189
                        description="Extensiones de geoprocesamiento"
190
                        active="true" /> -->
191

    
192
                <extension class-name="org.gvsig.AboutGraphExtension"
193
                        description="Extension to add about panel."
194
                        active="true"/>
195
        </extensions>
196
</plugin-config>