Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extCAD / config / config.xml @ 5571

History | View | Annotate | Download (12 KB)

1 3698 caballero
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3 3699 caballero
        <libraries library-dir="./"/>
4
        <depends plugin-name="com.iver.cit.gvsig" />
5 4748 fjp
        <depends plugin-name="com.iver.cit.gvsig.jdbc_spatial" />
6 3698 caballero
        <resourceBundle name="text"/>
7
        <extensions>
8 5400 fjp
                <extension class-name="com.iver.cit.gvsig.CreateNewLayer"
9 5258 jmvivo
                        description="Crear una nueva capa."
10 5507 caballero
                        active="true" >
11 5258 jmvivo
                        <menu text="vista/new_layer/new_shp" action-command="SHP"/>
12
                        <menu text="vista/new_layer/new_dxf" action-command="DXF"/>
13
                        <menu text="vista/new_layer/new_postgis" action-command="POSTGIS"/>
14 4328 fjp
                </extension>
15 5381 caballero
                <extension class-name="com.iver.cit.gvsig.StartEditing"
16
                        description="Extensi?n encargada de comenzar la edici?n sobre la capa activa."
17 5507 caballero
                        active="true">
18 5381 caballero
                        <menu text="capa/start_edition" action-command="STARTEDITING"/>
19
                </extension>
20 4434 caballero
21 5381 caballero
22 4430 fjp
                <extension class-name="com.iver.cit.gvsig.StopEditing"
23
                        description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla sobre s? misma."
24 5507 caballero
                        active="true">
25 5258 jmvivo
                        <menu text="capa/stop_edition" action-command="STOPEDITING"/>
26 3698 caballero
                </extension>
27 5267 fjp
                <extension class-name="com.iver.cit.gvsig.ExportTo"
28
                        description="Exportar a diversos formatos"
29 4850 fjp
                        active="true">
30 5267 fjp
                        <menu text="capa/export_to/shp" action-command="SHP"/>
31
                        <menu text="capa/export_to/dxf" action-command="DXF"/>
32
                        <menu text="capa/export_to/postgis" action-command="POSTGIS"/>
33 4850 fjp
                </extension>
34 4950 caballero
35 4430 fjp
                <!-- <extension class-name="com.iver.cit.gvsig.StopEditingToGT2Shp"
36 3731 fjp
                        description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla sobre s? misma si es un shapefile."
37
                        active="true">
38 5258 jmvivo
                        <menu text="capa/stop_edition/GT2shp" action-command="STOPEDITING"/>
39 4430 fjp
                </extension> -->
40 4024 caballero
                <extension class-name="com.iver.cit.gvsig.RedoViewExtension"
41 3829 caballero
                        description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
42 5507 caballero
                        active="true">
43 5258 jmvivo
                        <menu text="capa/redo" action-command="REDO" icon="images/Redo.png"/>
44 3829 caballero
                <tool-bar name="modificar">
45 5507 caballero
                                <action-tool name="redo" icon="images/Redo.png" action-command="REDO" tooltip="redo" group="vista" position="2"/>
46 3829 caballero
                </tool-bar>
47
                </extension>
48 4024 caballero
                <extension class-name="com.iver.cit.gvsig.UndoViewExtension"
49 3829 caballero
                        description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
50 5507 caballero
                        active="true" >
51 5258 jmvivo
                        <menu text="capa/undo" action-command="UNDO" icon="images/Undo.png"/>
52 3829 caballero
                <tool-bar name="modificar">
53 5507 caballero
                                <action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="undo" group="vista" position="1"/>
54 3829 caballero
                </tool-bar>
55
                </extension>
56 5381 caballero
                <extension class-name="com.iver.cit.gvsig.AdjustLayerExtension"
57
                        description="Extensi?n encargada de abrir el di?logo de opciones de la capa edici?n sobre la capa activa."
58 5507 caballero
                        active="true">
59 5381 caballero
                        <menu text="capa/options" action-command="OPTIONS"/>
60
                </extension>
61 4116 caballero
                <extension class-name="com.iver.cit.gvsig.ViewCommandStackExtension"
62
                        description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
63 5507 caballero
                        active="true">
64 4583 caballero
                        <menu text="file/commands_stack" action-command="COMMANDSTACK" icon="images/commandstack.png"/>
65 4116 caballero
                <tool-bar name="gvsig">
66 4583 caballero
                        <action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="vista"/>
67 4116 caballero
                </tool-bar>
68
                </extension>
69
                <extension class-name="com.iver.cit.gvsig.TableCommandStackExtension"
70
                        description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una tabla."
71 5507 caballero
                        active="true">
72 4583 caballero
                        <menu text="file/commands_stack" action-command="COMMANDSTACK" icon="images/commandstack.png"/>
73 4116 caballero
                <tool-bar name="gvsig">
74 4583 caballero
                        <action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="tabla"/>
75 4116 caballero
                </tool-bar>
76
                </extension>
77 5267 fjp
                <extension class-name="com.iver.cit.gvsig.GridExtension"
78
                        description="Extensi?n encargada de gestionar el GRID."
79 5507 caballero
                        active="true">
80 5258 jmvivo
                        <menu text="capa/show_grid" action-command="SHOWGRID"/>
81
                        <menu text="capa/hide_grid" action-command="HIDEGRID"/>
82
                        <menu text="capa/adjust_grid" action-command="SETADJUSTGRID"/>
83
                        <menu text="capa/no_adjust_grid" action-command="NOTADJUSTGRID"/>
84 3698 caballero
                </extension>
85 3709 caballero
86
                <extension class-name="com.iver.cit.gvsig.CADExtension"
87
                        description="Extensi?n encargada de gestionar los eventos realizados sobre las geometr?as."
88 5507 caballero
                        active="true">
89 5016 caballero
                        <!--menu text="geometry/insert/spline" action-command="_spline" icon="images/Spline.png"/-->
90 5207 caballero
                        <menu text="geometry/modify/copy" action-command="_copy" icon="images/Copy.png"/>
91 4950 caballero
92 5207 caballero
                        <!--menu text="geometry/modify/equidistance" action-command="_equidistance" icon="images/Equidistance.png"/-->
93
                        <!--menu text="geometry/modify/matriz" action-command="_matriz" icon="images/Matriz.png"/-->
94
                        <!--menu text="geometry/modify/symmetry" action-command="_symmetry" icon="images/Symmetry.png"/-->
95
                        <menu text="geometry/modify/rotate" action-command="_rotate" icon="images/Rotation.png"/>
96
                        <!--menu text="geometry/modify/stretch" action-command="_stretch" icon="images/Stretching.png"/-->
97
                        <menu text="geometry/modify/scale" action-command="_scale" icon="images/Scale.png"/>
98
                        <!--menu text="geometry/modify/extend" action-command="_extend" icon="images/Extend.png"/-->
99
                        <!--menu text="geometry/modify/trim" action-command="_trim" icon="images/Trim.png"/-->
100
                        <!--menu text="geometry/modify/unite_separate" action-command="_unit" icon="images/Unit.png"/-->
101
                        <!--menu text="geometry/modify/exploit" action-command="_exploit" icon="images/Exploit.png"/-->
102
                        <!--menu text="geometry/modify/chaflan" action-command="_chaflan" icon="images/Chaflan.png"/-->
103
                        <!--menu text="geometry/modify/join" action-command="_join" icon="images/Join.png"/-->
104 3709 caballero
105 4583 caballero
                        <tool-bar name="insert">
106 5016 caballero
                                <!--selectable-tool icon="images/Spline.png" action-command="_spline" tooltip="spline" group="vista"/-->
107 3709 caballero
                        </tool-bar>
108
                        <tool-bar name="modificar">
109 5016 caballero
                                <selectable-tool icon="images/Copy.png" action-command="_copy" tooltip="copy" group="vista"/>
110
                                <!--selectable-tool icon="images/Equidistance.png" action-command="_equidistance" tooltip="equidistance" group="vista"/-->
111
                                <!--selectable-tool icon="images/Matriz.png" action-command="_matriz" tooltip="matriz" group="vista"/-->
112
                                <!--selectable-tool icon="images/Symmetry.png" action-command="_symmetry" tooltip="symmetry" group="vista"/-->
113
                                <selectable-tool icon="images/Rotation.png" action-command="_rotate" tooltip="rotation" group="vista"/>
114
                                <!--selectable-tool icon="images/Stretching.png" action-command="_stretch" tooltip="stretch" group="vista"/-->
115
                                <selectable-tool icon="images/Scale.png" action-command="_scale" tooltip="scale" group="vista"/>
116
                                <!--selectable-tool icon="images/Extend.png" action-command="_extend" tooltip="extend" group="vista"/-->
117
                                <!--selectable-tool icon="images/Trim.png" action-command="_trim" tooltip="trim" group="vista"/-->
118
                                <!--selectable-tool icon="images/Unit.png" action-command="_unit" tooltip="unite_separate" group="vista"/-->
119
                                <!--selectable-tool icon="images/Exploit.png" action-command="_exploit" tooltip="exploit" group="vista"/-->
120
                                <!--selectable-tool icon="images/Chaflan.png" action-command="_chaflan" tooltip="chaflan" group="vista"/-->
121
                                <!--selectable-tool icon="images/Join.png" action-command="_join" tooltip="join" group="vista"/-->
122 4116 caballero
123 4950 caballero
124 3709 caballero
                        </tool-bar>
125
                </extension>
126 4551 caballero
127 4950 caballero
                <extension class-name="com.iver.cit.gvsig.MoveGeometryExtension"
128
                        description="Extensi?n encargada de mover las geometr?as."
129 5507 caballero
                        active="true">
130 5016 caballero
                        <menu text="geometry/modify/move" action-command="_move" icon="images/Move.png"/>
131 4950 caballero
                        <tool-bar name="modificar">
132 5016 caballero
                                <selectable-tool icon="images/Move.png" action-command="_move" tooltip="move" group="vista"/>
133 4950 caballero
                        </tool-bar>
134
                </extension>
135
136 4551 caballero
                <extension class-name="com.iver.cit.gvsig.InsertPointExtension"
137 5258 jmvivo
                        description="Extensi?n encargada de insertar puntos en una capa en edici?n."
138 5507 caballero
                        active="true">
139 5016 caballero
                        <menu text="geometry/insert/point" action-command="_point" icon="images/Point.png"/>
140 4583 caballero
                        <tool-bar name="insert">
141 5016 caballero
                                <selectable-tool icon="images/Point.png" action-command="_point" tooltip="point" group="vista"/>
142 4551 caballero
                        </tool-bar>
143
                </extension>
144
                <extension class-name="com.iver.cit.gvsig.InsertLineExtension"
145 5258 jmvivo
                        description="Extensi?n encargada de insertar l?neas en una capa en edici?n."
146 5507 caballero
                        active="true">
147 5016 caballero
                        <menu text="geometry/insert/line" action-command="_line" icon="images/Rect.png"/>
148
                        <menu text="geometry/insert/arc" action-command="_arc" icon="images/Arc.png"/>
149 4551 caballero
150 4583 caballero
                        <tool-bar name="insert">
151 5016 caballero
                                <selectable-tool icon="images/Rect.png" action-command="_line" tooltip="line" group="vista"/>
152
                                <selectable-tool icon="images/Arc.png" action-command="_arc" tooltip="arc" group="vista"/>
153 4551 caballero
                        </tool-bar>
154
                </extension>
155
                <extension class-name="com.iver.cit.gvsig.InsertPolyLineExtension"
156 5258 jmvivo
                        description="Extensi?n encargada de insertar polil?neas en una capa en edici?n."
157 5507 caballero
                        active="true">
158 5016 caballero
                        <menu text="geometry/insert/polyline" action-command="_polyline" icon="images/Line.png"/>
159 4583 caballero
                        <tool-bar name="insert">
160 5016 caballero
                                <selectable-tool icon="images/Line.png" action-command="_polyline" tooltip="polyline" group="vista"/>
161 4551 caballero
                        </tool-bar>
162
                </extension>
163
                <extension class-name="com.iver.cit.gvsig.InsertPolygonExtension"
164 5258 jmvivo
                        description="Extensi?n encargada de insertar poligonos en una capa en edici?n."
165 5507 caballero
                        active="true">
166 5016 caballero
                        <menu text="geometry/insert/polygon" action-command="_polygon" icon="images/Poligon.png"/>
167
                        <menu text="geometry/insert/rectangle" action-command="_rectangle" icon="images/Rectangle.png"/>
168
                        <menu text="geometry/insert/circle" action-command="_circle" icon="images/Circle.png"/>
169
                        <menu text="geometry/insert/ellipse" action-command="_ellipse" icon="images/Ellipse.png"/>
170 5322 caballero
                        <menu text="geometry/modify/edit_vertex" action-command="_ellipse" icon="images/EditVertex.png"/>
171 4583 caballero
                        <tool-bar name="insert">
172 5016 caballero
                                <selectable-tool icon="images/Poligon.png" action-command="_polygon" tooltip="polygon" group="vista"/>
173
                                <selectable-tool icon="images/Rectangle.png" action-command="_rectangle" tooltip="rectangle" group="vista"/>
174
                                <selectable-tool icon="images/Circle.png" action-command="_circle" tooltip="circle" group="vista"/>
175
                                <selectable-tool icon="images/Ellipse.png" action-command="_ellipse" tooltip="ellipse" group="vista"/>
176 4551 caballero
                        </tool-bar>
177 4950 caballero
                        <tool-bar name="modificar">
178 5016 caballero
                                <selectable-tool icon="images/EditVertex.png" action-command="_editvertex" tooltip="edit_vertex" group="vista"/>
179 4950 caballero
                        </tool-bar>
180 4551 caballero
                </extension>
181 5381 caballero
                <extension class-name="com.iver.cit.gvsig.BreakExtension"
182
                        description="Extensi?n encargada de partir una geomtr?a en edici?n."
183 5507 caballero
                        active="true">
184 5381 caballero
                        <menu text="geometry/modify/break" action-command="_break" icon="images/Break.png"/>
185
                        <tool-bar name="modificar">
186
                                <selectable-tool icon="images/Break.png" action-command="_break" tooltip="break" group="vista"/>
187
                        </tool-bar>
188
                </extension>
189 5322 caballero
                <extension class-name="com.iver.cit.gvsig.InternalPolygonExtension"
190
                        description="Extensi?n encargada de insertar poligonos internos en una capa en edici?n."
191 5507 caballero
                        active="true">
192 5322 caballero
                        <menu text="geometry/modify/internal_polygon" action-command="_internalpolygon" icon="images/InternalPolygon.png"/>
193
                        <tool-bar name="modificar">
194
                                <selectable-tool icon="images/InternalPolygon.png" action-command="_internalpolygon" tooltip="internal_polygon" group="vista"/>
195
                        </tool-bar>
196
                </extension>
197 5207 caballero
                <extension class-name="com.iver.cit.gvsig.ComplexSelectionGeometryExtension"
198
                        description="Extensi?n encargada de la selecci?n compleja de geometr?as."
199 5507 caballero
                        active="true">
200 5207 caballero
                        <menu text="geometry/seleccion_compleja" action-command="_complex_selection" icon="images/ComplexSelCAD.png"/>
201
                        <tool-bar name="modificar">
202
                                <selectable-tool icon="images/ComplexSelCAD.png" action-command="_complex_selection" tooltip="complex_selection" group="vista"/>
203
                        </tool-bar>
204
                </extension>
205 4950 caballero
                <extension class-name="com.iver.cit.gvsig.SelectionGeometryExtension"
206
                        description="Extensi?n encargada de seleccionar las geometr?as."
207 5507 caballero
                        active="true">
208 5016 caballero
                        <menu text="geometry/seleccionar" action-command="_selection" icon="images/SelCAD.png"/>
209 4950 caballero
                        <tool-bar name="modificar">
210 5016 caballero
                                <selectable-tool icon="images/SelCAD.png" action-command="_selection" tooltip="selection" group="vista"/>
211 4950 caballero
                        </tool-bar>
212
                </extension>
213 5207 caballero
214 3698 caballero
        </extensions>
215
</plugin-config>