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
<?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
<!--                  <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
                
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
                        <menu text="Selection/SelectAll"
19
                                action-command="SELALL"
20
                                tooltip="select_all_info"
21
                                icon="selection-select-all"
22
                                position="0"/>
23
                        <tool-bar name="Tools_Select" position="6">
24
                                <selectable-tool icon="selection-all" action-command="SELALL" tooltip="select_all_info" position="7"/>
25
                        </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
                        <menu text="Selection/Select_by_circle"
32
                                action-command="SELCIRCLE"
33
                                tooltip="select_by_circle_info"
34
                                icon="selection-select-by-circle"
35
                                position="0"/>
36
                        <tool-bar name="Tools_Select" position="6">
37
                                <selectable-tool icon="selection-select-by-circle" action-command="SELCIRCLE" tooltip="select_by_circle" position="6"/>
38
                        </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
                        <menu text="Selection/Select_by_polyline"
45
                                action-command="SELPOLYLINE"
46
                                tooltip="select_by_polyline_info"
47
                                icon="selection-select-by-polyline"
48
                                position="0"/>
49
                        <tool-bar name="Tools_Select" position="6">
50
                                <selectable-tool icon="selection-select-by-polyline" action-command="SELPOLYLINE" tooltip="select_by_polyline" position="5"/>
51
                        </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
                        <menu text="Selection/Select_by_buffer"
59
                                action-command="SELBUFFER"
60
                                tooltip="select_by_buffer_info"
61
                                icon="selection-select-by-buffer"
62
                                position="0"/>
63
                        <tool-bar name="Tools_Select" position="6">
64
                                <action-tool icon="selection-select-by-buffer" action-command="SELBUFFER" tooltip="select_by_buffer" position="7"/>
65
                        </tool-bar>
66
                </extension>
67
                                
68
        </extensions>
69
</plugin-config>