Statistics
| Revision:

root / trunk / extensions / extTopology / config / config.xml @ 23163

History | View | Annotate | Download (6.84 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
        <depends plugin-name="com.iver.core"/>
9
        <depends plugin-name="com.iver.cit.gvsig.geoprocessextensions"/>
10
        
11
        <resourceBundle name="text"/>
12
        <extensions>
13
                <extension class-name="org.gvsig.topology.CreateTopologyExtension"
14
                                   description="Herramienta para la definici?n de reglas topol?gicas"
15
                                   active="true">
16
                        
17
                        <menu text="Vista/Topology/Create_Topology" tooltip="Create_Topology" 
18
                                action-command="CREATE_TOPOLOGY" 
19
                                icon="create-topology" />
20
                                
21
                        
22
                        
23
                        <tool-bar name="Topology">
24
                                <action-tool icon="create-topology"
25
                                                         action-command="CREATE_TOPOLOGY" 
26
                                                         tooltip="Create_Topology"
27
                                                         enable-text="load_vectorial_layers_in_toc" 
28
                                                         last="true" 
29
                                                         position="1"/>
30
                        </tool-bar>
31
                </extension>
32
                
33
                
34
                
35
                <extension class-name="org.gvsig.topology.LoadTopologyExtension"
36
                        description="herramienta para cargar topolog?as de ficheros xml"
37
                        active="true">
38
                        
39
                        <menu text="Vista/Topology/Load_Topology" tooltip="Load_Topology" 
40
                                action-command="LOAD_TOPOLOGY" 
41
                                icon="load-topology" />
42
                        <tool-bar name="Topology">
43
                                <action-tool icon="load-topology"
44
                                                         action-command="LOAD_TOPOLOGY" 
45
                                                         tooltip="Load_Topology"
46
                                                         enable-text="deber?a de estar activada" 
47
                                                         last="true" 
48
                                                         position="2"/>
49
                        </tool-bar>
50
                 </extension>
51
                 
52
                 <extension class-name="org.gvsig.topology.TopologyCommandsExtension"
53
                        description="herramienta para guardar topolog?as en ficheros xml"
54
                        active="true">
55
                        
56
                        <menu text="Vista/Topology/Save_Topology" tooltip="Save_Topology" 
57
                                action-command="SAVE_TOPOLOGY" 
58
                                icon="create-topology" />
59
                                                
60
                        <tool-bar name="Topology">
61
                                <action-tool icon="save-topology"
62
                                                         action-command="SAVE_TOPOLOGY" 
63
                                                         tooltip="Save_Topology"
64
                                                         enable-text="select_a_topology_in_toc" 
65
                                                         last="true" 
66
                                                         position="3"/>
67
                                                         
68
                                <action-tool icon="evaluate-topology"
69
                                                         action-command="EVALUATE_TOPOLOGY" 
70
                                                         tooltip="Evaluate_Topology"
71
                                                         enable-text="select_a_topology_in_toc" 
72
                                                         last="true" 
73
                                                         position="4"/>                                                                  
74
                        </tool-bar>
75
                 </extension>
76
                 
77
                 <extension class-name="org.gvsig.topology.ComputeBuildAndCleanExtension"
78
                        description="herramienta para ejecutar los geoprocesos CLEAN y BUILD con capas de lineas"
79
                        active="true">
80
                        
81
                        <menu text="Vista/Topology/COMPUTE_CLEAN" tooltip="Compute_Clean" 
82
                                action-command="COMPUTE_CLEAN" 
83
                                icon="compute-clean" />
84
                                
85
                        <menu text="Vista/Topology/Compute_Build" tooltip="Compute_Build" 
86
                                action-command="COMPUTE_BUILD" 
87
                                icon="compute-build" />
88
                                                
89
                        <tool-bar name="Topology">
90
                                <action-tool icon="compute-clean"
91
                                                         action-command="COMPUTE_CLEAN" 
92
                                                         tooltip="Compute_Clean"
93
                                                         enable-text="select_a_topology_in_toc" 
94
                                                         last="true" 
95
                                                         position="6"/>        
96
                                                         
97
                                <action-tool icon="compute-build"
98
                                                         action-command="COMPUTE_BUILD" 
99
                                                         tooltip="Compute_Build"
100
                                                         enable-text="select_a_topology_in_toc" 
101
                                                         last="true" 
102
                                                         position="7"/>                                                                                  
103
                        </tool-bar>
104
                 </extension>
105
                 
106
                 
107
                 <extension class-name="com.iver.cit.gvsig.cad.TopologicalEditVertexExtension"
108
                        description="herramienta para hacer edici?n topol?gica"
109
                        active="true">
110
                        
111
                        
112
                        <tool-bar name="Topology">
113
                                <action-tool icon="topological-edit-vertex"
114
                                                         action-command="_topologicaleditvertex" 
115
                                                         tooltip="topological_edition"
116
                                                         enable-text="put_a_layer_of_topology_in_edition_mode" 
117
                                                         last="true" 
118
                                                         position="5"/>
119
                        </tool-bar>
120
                 </extension>
121
                 
122
                 <extension class-name="com.iver.cit.gvsig.cad.SplitGeometryCADToolExtension"
123
                        description="herramienta para dividir una geometria con una linea"
124
                        active="true">
125
                        
126
                        
127
                        <tool-bar name="Topology">
128
                                <action-tool icon="split-geometry"
129
                                                         action-command="_split_geometry" 
130
                                                         tooltip="split_geometry"
131
                                                         enable-text="select_geometry_to_split" 
132
                                                         last="true" 
133
                                                         position="8"/>
134
                        </tool-bar>
135
                 </extension>
136
                 
137
                 <extension class-name="com.iver.cit.gvsig.cad.GenerateAdjacentPolygonCADToolExtension"
138
                                   description="Herramienta para digitalizar capas continuas de poligonos"
139
                                   active="true">                
140
                                         <tool-bar name="Topology">
141
                                        <action-tool icon="adjacent-polygon"
142
                                                         action-command="_adjacent_polygon"
143
                                                         tooltip="adjacent-polygon"
144
                                                         enable-text="put_a_polygon_layer_in_edition" 
145
                                                         last="true" 
146
                                                         position="11"/>
147
                        </tool-bar>
148
                </extension>
149
                 
150
                 <extension class-name="com.iver.cit.gvsig.cad.SimplifyGeometry"
151
                        description="herramienta para simplificar geometrias de 1 y 2 dimensiones"
152
                        active="true">
153
                        
154
                        <tool-bar name="Topology">
155
                                <action-tool icon="smooth-geometry"
156
                                                         action-command="simplify" 
157
                                                         tooltip="simplify_geometry"
158
                                                         enable-text="select_geometry_to_simplify" 
159
                                                         last="true" 
160
                                                         position="8"/>
161
                        </tool-bar>
162
                 </extension>
163
                 
164
                 <extension class-name="com.iver.cit.gvsig.cad.SmoothGeometry"
165
                        description="herramienta para suavizar geometrias de 1 y 2 dimensiones mediante curvas"
166
                        active="true">
167
                        
168
                        <tool-bar name="Topology">
169
                                <action-tool icon="curve-geometry"
170
                                                         action-command="curve" 
171
                                                         tooltip="smooth_geometry"
172
                                                         enable-text="select_geometry_to_smooth" 
173
                                                         last="true" 
174
                                                         position="9"/>
175
                        </tool-bar>
176
                 </extension>
177
                 
178
                  <extension class-name="org.gvsig.topology.ReferencingExtension"
179
                        description="Herramienta para aplicar transformaciones sobre capas vectoriales"
180
                        active="true">
181
                        
182
                        <tool-bar name="Topology">
183
                                <action-tool icon="vectorial-adjust"
184
                                                         action-command="vectorial-adjust" 
185
                                                         tooltip="vectorial_adjust"
186
                                                         enable-text="select_vectorial_layer_to_adjust_in_toc" 
187
                                                         last="true" 
188
                                                         position="10"/>
189
                        </tool-bar>
190
                 </extension>
191
                 
192
                 <extension class-name="org.gvsig.topology.RegisterGeoprocessesExtension"
193
                                         description="Registra los geoprocesos definidos en el proyecto de topologia en el gestor de geoprocesos
194
                                                     de gvsig"
195
                                         active="true"/>
196
                                         
197
                                         
198
                 <extension class-name="org.gvsig.topology.GeometryInfoExtension"
199
                                   description="Herramienta para obtener informaci?n geom?trica de features vectoriales"
200
                                   active="true">                
201
                                 <tool-bar name="Topology">
202
                                        <action-tool icon="geometry-info"
203
                                                         tooltip="geometry-info"
204
                                                         enable-text="select_vectorial_layer" 
205
                                                         last="true" 
206
                                                         position="11"/>
207
                        </tool-bar>
208
                </extension>
209
                
210
                
211
                
212
        </extensions>
213
</plugin-config>