Statistics
| Revision:

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

History | View | Annotate | Download (7.01 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="false"
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="false" 
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="false" 
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="false" 
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_line_layer_in_toc" 
94
                                                         last="false" 
95
                                                         position="5"/>        
96
                                                         
97
                                <action-tool icon="compute-build"
98
                                                         action-command="COMPUTE_BUILD" 
99
                                                         tooltip="Compute_Build"
100
                                                         enable-text="select_a_line_layer_in_toc" 
101
                                                         last="false" 
102
                                                         position="6"/>                                                                                  
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="false" 
118
                                                         position="7"/>
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="false" 
133
                                                         position="8"/>
134
                        </tool-bar>
135
                 </extension>
136
                 <!-- @deprecated: this tool has been replaced by the AutoCompletePolygon tool
137
                 in extCAD, which provides similar behaviour but it's less buggy.
138
                 
139
                 <extension class-name="com.iver.cit.gvsig.cad.GenerateAdjacentPolygonCADToolExtension"
140
                                   description="Herramienta para digitalizar capas continuas de poligonos"
141
                                   active="false">                
142
                                         <tool-bar name="Topology">
143
                                        <action-tool icon="adjacent-polygon"
144
                                                         action-command="_adjacent_polygon"
145
                                                         tooltip="adjacent-polygon"
146
                                                         enable-text="put_a_polygon_layer_in_edition" 
147
                                                         last="false" 
148
                                                         position="9"/>
149
                        </tool-bar>
150
                </extension>
151
                  -->
152
                 <extension class-name="com.iver.cit.gvsig.cad.SimplifyGeometry"
153
                        description="herramienta para simplificar geometrias de 1 y 2 dimensiones"
154
                        active="true">
155
                        
156
                        <tool-bar name="Topology">
157
                                <action-tool icon="smooth-geometry"
158
                                                         action-command="simplify" 
159
                                                         tooltip="simplify_geometry"
160
                                                         enable-text="select_geometry_to_simplify" 
161
                                                         last="false" 
162
                                                         position="10"/>
163
                        </tool-bar>
164
                 </extension>
165
                 
166
                 <extension class-name="com.iver.cit.gvsig.cad.SmoothGeometry"
167
                        description="herramienta para suavizar geometrias de 1 y 2 dimensiones mediante curvas"
168
                        active="true">
169
                        
170
                        <tool-bar name="Topology">
171
                                <action-tool icon="curve-geometry"
172
                                                         action-command="curve" 
173
                                                         tooltip="smooth_geometry"
174
                                                         enable-text="select_geometry_to_smooth" 
175
                                                         last="false" 
176
                                                         position="11"/>
177
                        </tool-bar>
178
                 </extension>
179
                 <!--
180
                  <extension class-name="org.gvsig.topology.ReferencingExtension"
181
                        description="Herramienta para aplicar transformaciones sobre capas vectoriales"
182
                        active="true">
183
                        
184
                        <tool-bar name="Topology">
185
                                <action-tool icon="vectorial-adjust"
186
                                                         action-command="vectorial-adjust" 
187
                                                         tooltip="vectorial_adjust"
188
                                                         enable-text="select_vectorial_layer_to_adjust_in_toc" 
189
                                                         last="false" 
190
                                                         position="12"/>
191
                        </tool-bar>
192
                 </extension>
193
                 -->
194
                 <extension class-name="org.gvsig.topology.RegisterGeoprocessesExtension"
195
                                         description="Registra los geoprocesos definidos en el proyecto de topologia en el gestor de geoprocesos
196
                                                     de gvsig"
197
                                         active="true"/>
198
                                         
199
                                         
200
                 <extension class-name="org.gvsig.topology.GeometryInfoExtension"
201
                                   description="Herramienta para obtener informaci?n geom?trica de features vectoriales"
202
                                   active="true">                
203
                                 <tool-bar name="Topology">
204
                                        <action-tool icon="geometry-info"
205
                                                         tooltip="geometry-info"
206
                                                         enable-text="select_vectorial_layer" 
207
                                                         last="true" 
208
                                                         position="13"/>
209
                        </tool-bar>
210
                </extension>
211
                
212
                
213
                
214
        </extensions>
215
</plugin-config>