Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / org.gvsig.selectiontools.app / org.gvsig.selectiontools.app.extension / src / main / resources / config.xml @ 38564

History | View | Annotate | Download (2.98 KB)

1 33404 fdiaz
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="org.gvsig.app" />
4
        <resourceBundle name="text"/>
5
        <libraries library-dir="lib"/>
6
        <extensions>
7
8 38564 jjdelcerro
<!--                  <extension class-name="org.gvsig.selectiontools.app.extension.AboutSelectionToolsExtension" -->
9
<!--             description="Extension Selection Tools of the Consejer?a de Medio Ambiente of the Junta de Castilla y Le?n Project." -->
10
<!--                         active="true" -->
11
<!--                         priority="1"> -->
12
<!--                 </extension> -->
13 33404 fdiaz
14
                <extension class-name="org.gvsig.selectiontools.app.extension.SelectAllExtension"
15
                        description="Extension that allows select all geometries of the selected vectorial layers."
16
                        active="true"
17
                        priority="30">
18 38564 jjdelcerro
                        <menu text="Selection/SelectAll"
19 33404 fdiaz
                                action-command="SELALL"
20
                                tooltip="select_all_info"
21 38564 jjdelcerro
                                icon="selection-select-all"
22
                                position="0"/>
23 33404 fdiaz
                        <tool-bar name="Tools_Select" position="6">
24 38564 jjdelcerro
                                <selectable-tool icon="selection-all" action-command="SELALL" tooltip="select_all_info" position="7"/>
25 33404 fdiaz
                        </tool-bar>
26
                </extension>
27
                 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByCircleExtension"
28
                        description="Extension that allows select all geometries of the selected vectorial layers that are contained or intersect with a circle defined by the user."
29
                        active="true"
30
                        priority="30">
31 38564 jjdelcerro
                        <menu text="Selection/Select_by_circle"
32 33404 fdiaz
                                action-command="SELCIRCLE"
33
                                tooltip="select_by_circle_info"
34 38564 jjdelcerro
                                icon="selection-select-by-circle"
35
                                position="0"/>
36 33404 fdiaz
                        <tool-bar name="Tools_Select" position="6">
37 38564 jjdelcerro
                                <selectable-tool icon="selection-select-by-circle" action-command="SELCIRCLE" tooltip="select_by_circle" position="6"/>
38 33404 fdiaz
                        </tool-bar>
39
                </extension>
40
                <extension class-name="org.gvsig.selectiontools.app.extension.SelectByPolylineExtension"
41
                        description="Extension that allows select all geometries of the selected vectorial layers that intersect with a polyline defined by the user."
42
                        active="false"
43
                        priority="30">
44 38564 jjdelcerro
                        <menu text="Selection/Select_by_polyline"
45 33404 fdiaz
                                action-command="SELPOLYLINE"
46
                                tooltip="select_by_polyline_info"
47 38564 jjdelcerro
                                icon="selection-select-by-polyline"
48
                                position="0"/>
49 33404 fdiaz
                        <tool-bar name="Tools_Select" position="6">
50 38564 jjdelcerro
                                <selectable-tool icon="selection-select-by-polyline" action-command="SELPOLYLINE" tooltip="select_by_polyline" position="5"/>
51 33404 fdiaz
                        </tool-bar>
52
                </extension>
53
54
                 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByBufferExtension"
55
                        description="Extension that allows select all geometries of the selected vectorial layers that intersect with a buffer around their previously selected geometries."
56
                        active="true"
57
                        priority="30">
58 38564 jjdelcerro
                        <menu text="Selection/Select_by_buffer"
59 33404 fdiaz
                                action-command="SELBUFFER"
60
                                tooltip="select_by_buffer_info"
61 38564 jjdelcerro
                                icon="selection-select-by-buffer"
62
                                position="0"/>
63 33404 fdiaz
                        <tool-bar name="Tools_Select" position="6">
64 38564 jjdelcerro
                                <action-tool icon="selection-select-by-buffer" action-command="SELBUFFER" tooltip="select_by_buffer" position="7"/>
65 33404 fdiaz
                        </tool-bar>
66
                </extension>
67
68
        </extensions>
69
</plugin-config>