Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1235 / extensions / extGraph / config / config.xml @ 40324

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

    
98

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

    
116

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

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

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

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