Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extGraph / config / config.xml @ 26861

History | View | Annotate | Download (5.28 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

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

    
22
                        <menu text="Network/Load_Network"        tooltip="Load_Red"
23
                                action-command="LOAD_NET"
24
                                icon="network" />
25
                        <menu text="Network/Load_Network_From_File"        tooltip="Load_Red_From_File"
26
                                action-command="LOAD_NET_FROM_FILE"
27
                                icon="network" />
28
                                
29
<!--                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red"
30
                                action-command="LOAD_NETWORK_FROM_TABLES"
31
                                icon="images/network.png" /> -->
32

    
33
                </extension>
34
                
35
                <extension class-name="org.gvsig.graph.ManageFlagsExtension"
36
                        description="Manage flags."
37
                        active="true">
38
                        <menu text="Network/Manage_Flags"        tooltip="Manage_Flags"
39
                                action-command="MANAGE_FLAGS"
40
                                icon="manage_flags" />
41
                        
42
                </extension>
43
                <extension class-name="org.gvsig.graph.ShortestPathExtension"
44
                        description="Shortest path"
45
                        active="true">
46
                        <menu text="Network/separator" is_separator="true"/>
47

    
48
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
49
                                action-command="SHORTEST_PATH"
50
                                icon="shortest_path" />
51
                        <tool-bar name="Networks">
52
                                <action-tool icon="shortest_path"
53
                                        action-command="SHORTEST_PATH"
54
                                        tooltip="shortestpath"
55
                                        position="1"/>
56
                        </tool-bar>
57

    
58
                </extension>
59

    
60
                <extension class-name="org.gvsig.graph.ServiceAreaExtension"
61
                        description="Service Area"
62
                        active="true">
63
<!--                        <menu text="Network/Service_Area/Label_Network"        tooltip="Label the whole network"
64
                                action-command="LABEL_NODE_DISTANCES"
65
                                icon="service_area" /> -->
66
                        <menu text="Network/Service_Area"        tooltip="Service_Area"
67
                                action-command="SERVICE_AREA"
68
                                icon="service_area" />
69
<!--                          <menu text="Network/Prueba_Wizard_Service_Area"        tooltip="Prueba Wizard Service_Area"
70
                                action-command="PRUEBA_WIZARD_SERVICE_AREA"
71
                                icon="service_area" /> -->
72

    
73
                </extension>
74
                
75
                <extension class-name="org.gvsig.graph.ClosestFacilityExtension"
76
                        description="Closest Facility"
77
                        active="true">
78
                        <menu text="Network/Closest_Facility"        tooltip="Closest Facility"
79
                                action-command=""
80
                                icon="closest_facility" />
81

    
82
                </extension>
83
                
84
                <extension class-name="org.gvsig.graph.ODMatrixExtension"
85
                        description="ODMATRIX"
86
                        active="true">
87
                        <menu text="Network/ODMatrix" icon="odmatrix" action-command="ODMATRIX"/> 
88
                </extension>
89
                <extension class-name="org.gvsig.graph.MinimumSpanningTreeExtension"
90
                        description="Calculate_MST"
91
                        active="true">
92
                        <menu text="Network/Minimum_spanning_tree" icon="shortestpath"
93
                         action-command="MST"/> 
94
                </extension>
95

    
96

    
97
                <extension class-name="org.gvsig.graph.ClearRouteExtension"
98
                        description="Remove routes"
99
                        active="true">
100
                        <menu text="Network/separator" is_separator="true"/>
101
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
102
                </extension>
103
                <extension class-name="org.gvsig.graph.ClearFlagsExtension"
104
                        description="Remove routes"
105
                        active="true">
106
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
107
                </extension>
108
                <extension class-name="org.gvsig.graph.ClearBarriersExtension"
109
                        description="Remove barriers"
110
                        active="true">
111
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
112
                </extension>
113

    
114

    
115
                <extension class-name="org.gvsig.graph.NetworkAddFlag"
116
                        description="Flags"
117
                        active="true">
118
                        <tool-bar name="Networks">
119
                                <selectable-tool icon="add_flag_on_arc"
120
                                        action-command="ADD_FLAG_TO_NETWORK"
121
                                        tooltip="put_flag_on_arc"
122
                                        position="2"/>
123
                                <selectable-tool icon="add_flag_on_node"
124
                                        action-command="ADD_FLAG_TO_NODE"
125
                                        tooltip="put_flag_on_node"
126
                                        position="3"/>
127
                                <selectable-tool icon="no_way"
128
                                        action-command="ADD_BARRIER"
129
                                        tooltip="put_barrier"
130
                                        position="4"/>
131
                                <selectable-tool icon="turncost"
132
                                        action-command="ADD_TURNCOST"
133
                                        tooltip="put_turncost"
134
                                        position="5"/>
135
                                        
136
                        </tool-bar>
137
                </extension>
138
                <extension class-name="org.gvsig.graph.TinExtension"
139
                        description="TIN"
140
                        active="true">
141

    
142
                        <menu text="TIN/Create_TIN"        tooltip="Create_TIN"
143
                                action-command="TIN"
144
                                icon="network" />
145
                </extension>
146
                
147
                <!-- <extension class-name="org.gvsig.graph.TopologyExtension"
148
                        description="Extensi?n para crear topolog?a."
149
                        active="true">
150
                        <menu text="Capa/Topology_Test/Clean_Test" action-command="CLEAN"/>
151
                        <menu text="Capa/Topology_Test/Show Errors" action-command="SHOW_ERRORS"/>
152
                        <menu text="Capa/Topology_Test/Triangulation_Test" action-command="TRIANGULATION"/>
153
                </extension> -->
154

    
155
                <!-- <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
156
                        description="Extensiones de geoprocesamiento"
157
                        active="true" /> -->
158

    
159
                <extension class-name="org.gvsig.AboutGraphExtension"
160
                        description="Extension to add about panel."
161
                        active="false"/>
162
        </extensions>
163
</plugin-config>