Statistics
| Revision:

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

History | View | Annotate | Download (4.64 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.geoprocess"/>
7
        <depends plugin-name="com.iver.cit.gvsig.cad"/>
8
                <resourceBundle name="text"/>
9
        <extensions>
10
                <extension class-name="com.iver.cit.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="images/build_graph.gif" />
16

    
17
                </extension>
18
                <extension class-name="com.iver.cit.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_RED"
24
                                icon="images/network.png" />
25
                                
26
<!--                        <menu text="Network/Load_Network_from_tables"        tooltip="Load_Red"
27
                                action-command="LOAD_NETWORK_FROM_TABLES"
28
                                icon="images/network.png" /> -->
29

    
30
                </extension>
31
                
32
                <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
                <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
                        <menu text="Network/Shortest_Path"        tooltip="Shortest_Path"
46
                                action-command="SHORTEST_PATH"
47
                                icon="images/shortest_path.png" />
48
                        <tool-bar name="Networks">
49
                                <action-tool icon="images/shortest_path.png"
50
                                        action-command="SHORTEST_PATH"
51
                                        tooltip="shortestpath"
52
                                        position="1"/>
53
                        </tool-bar>
54

    
55
                </extension>
56

    
57
                <extension class-name="com.iver.cit.gvsig.graph.ServiceAreaExtension"
58
                        description="Service Area"
59
                        active="true">
60
                        <menu text="Network/Service_Area/Label_Network"        tooltip="Label the whole network"
61
                                action-command="LABEL_NODE_DISTANCES"
62
                                icon="images/shortest_path.png" />
63
                        <menu text="Network/Service_Area/Service_Area"        tooltip="Service_Area"
64
                                action-command="SERVICE_AREA"
65
                                icon="images/shortest_path.png" />
66

    
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
                <!-- <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

    
79

    
80
                <extension class-name="com.iver.cit.gvsig.graph.ClearRouteExtension"
81
                        description="Remove routes"
82
                        active="true">
83
                        <menu text="Network/separator" is_separator="true"/>
84
                        <menu text="Network/Clear/Clear_Routes" action-command="CLEAR_ROUTES"  />
85
                </extension>
86
                <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

    
97

    
98
                <extension class-name="com.iver.cit.gvsig.graph.NetworkAddFlag"
99
                        description="Flags"
100
                        active="true">
101
                        <tool-bar name="Networks">
102
                                <selectable-tool icon="images/add_flag_on_arc.png"
103
                                        action-command="ADD_FLAG_TO_NETWORK"
104
                                        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
                                        position="3"/>
110
                                <selectable-tool icon="images/no_way.png"
111
                                        action-command="ADD_BARRIER"
112
                                        tooltip="put_barrier"
113
                                        position="4"/>
114
                                        
115
                        </tool-bar>
116
                </extension>
117
                <!-- <extension class-name="com.iver.cit.gvsig.graph.TopologyExtension"
118
                        description="Extensi?n para crear topolog?a."
119
                        active="true">
120
                        <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
                </extension> -->
124

    
125
                <!-- <extension class-name="com.iver.cit.gvsig.topology.lineclean.RegisterGeoprocessPlugin"
126
                        description="Extensiones de geoprocesamiento"
127
                        active="true" /> -->
128

    
129
                <extension class-name="com.iver.cit.gvsig.AboutGraphExtension"
130
                        description="Extension to add about panel."
131
                        active="true"/>
132
        </extensions>
133
</plugin-config>