Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1240 / extensions / extGraph / config / config.xml @ 44974

History | View | Annotate | Download (5.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.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.LoadDefaultNetworkExtension"
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

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

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

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

    
60
                </extension>
61

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

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

    
84
                </extension>
85
                
86
                <extension class-name="org.gvsig.graph.ODMatrixExtension"
87
                        description="ODMATRIX"
88
                        active="true">
89
                        <menu text="Network/ODMatrix" icon="odmatrix" action-command="ODMATRIX"/> 
90
                </extension>
91
                <extension class-name="org.gvsig.graph.MinimumSpanningTreeExtension"
92
                        description="Calculate_MST"
93
                        active="true">
94
                        <menu text="Network/Minimum_spanning_tree" icon="shortestpath"
95
                         action-command="MST"/> 
96
                </extension>
97
                <extension class-name="org.gvsig.graph.ConnectivityExtension"
98
                        description="CONNECTIVITY"
99
                        active="true">
100
                        <menu text="Network/Connectivity" icon="connectivity" action-command="CONNECTIVITY"/> 
101
                </extension>
102

    
103

    
104
                <extension class-name="org.gvsig.graph.ClearRouteExtension"
105
                        description="Remove routes"
106
                        active="true">
107
                        <menu text="Network/separator" is_separator="true"/>
108
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
109
                </extension>
110
                <extension class-name="org.gvsig.graph.ClearFlagsExtension"
111
                        description="Remove routes"
112
                        active="true">
113
                        <menu text="Network/Clear/Clear_Flags" action-command="CLEAR_FLAGS"  />
114
                </extension>
115
                <extension class-name="org.gvsig.graph.ClearBarriersExtension"
116
                        description="Remove barriers"
117
                        active="true">
118
                        <menu text="Network/Clear/Clear_Barriers" action-command="CLEAR_BARRIERS"  />
119
                </extension>
120

    
121

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

    
149
                        <menu text="TIN/Create_TIN"        tooltip="Create_TIN"
150
                                action-command="TIN"
151
                                icon="network" />
152
                </extension>
153
                
154
                <!-- <extension class-name="org.gvsig.graph.TopologyExtension"
155
                        description="Extensi?n para crear topolog?a."
156
                        active="true">
157
                        <menu text="Capa/Topology_Test/Clean_Test" action-command="CLEAN"/>
158
                        <menu text="Capa/Topology_Test/Show Errors" action-command="SHOW_ERRORS"/>
159
                        <menu text="Capa/Topology_Test/Triangulation_Test" action-command="TRIANGULATION"/>
160
                </extension> -->
161

    
162
                <!-- <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
163
                        description="Extensiones de geoprocesamiento"
164
                        active="true" /> -->
165

    
166
                <extension class-name="org.gvsig.AboutGraphExtension"
167
                        description="Extension to add about panel."
168
                        active="true"/>
169
        </extensions>
170
</plugin-config>