Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.selectiontools.app / org.gvsig.selectiontools.app.mainplugin / src / main / resources-plugin / config.xml @ 42083

History | View | Annotate | Download (4.38 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27
<plugin-config>
28
        <depends plugin-name="org.gvsig.app.mainplugin" />
29
        <resourceBundle name="text"/>
30
        <libraries library-dir="lib"/>
31
        <extensions>
32

    
33
<!--                  <extension class-name="org.gvsig.selectiontools.app.extension.AboutSelectionToolsExtension" -->
34
<!--             description="Extension Selection Tools of the Consejer?a de Medio Ambiente of the Junta de Castilla y Le?n Project." -->
35
<!--                         active="true" -->
36
<!--                         priority="1"> -->
37
<!--                 </extension> -->
38
                
39
                <extension class-name="org.gvsig.selectiontools.app.extension.SelectAllExtension"
40
                        description="Extension that allows select all geometries of the selected vectorial layers."
41
                        active="true"
42
                        priority="30">
43
                        <action 
44
                          name="selection-select-all"
45
                          label="_Select_all"
46
                          tooltip="_Select_all"
47
                          action-command="SELALL" 
48
                          icon="selection-select-all"
49
                          position="300400000"
50
                          accelerator=""
51
                          />
52
                        
53
                        <menu 
54
                          name="selection-select-all"
55
                          text="Selection/SelectAll"
56
                          />
57

    
58
                        <tool-bar name="view_selection" position="6">
59
                                <action-tool name="selection-select-all"/>
60
                        </tool-bar>
61
                </extension>                
62
                 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByCircleExtension"
63
                        description="Extension that allows select all geometries of the selected vectorial layers that are contained or intersect with a circle defined by the user."
64
                        active="true"
65
                        priority="30">
66
                        <action 
67
                          name="selection-select-by-circle"
68
                          label="_Select_by_circle"
69
                          tooltip="_Select_by_circle"
70
                          action-command="SELCIRCLE" 
71
                          icon="selection-select-by-circle"
72
                          position="301000000"
73
                          accelerator=""
74
                          />
75

    
76
                        <menu 
77
                          name="selection-select-by-circle"
78
                          text="Selection/Select_by_circle"
79
                          />
80

    
81
                        <tool-bar name="view_selection" position="6">
82
                                <selectable-tool name="selection-select-by-circle"/>
83
                        </tool-bar>
84
                </extension>                
85
                <extension class-name="org.gvsig.selectiontools.app.extension.SelectByPolylineExtension"
86
                        description="Extension that allows select all geometries of the selected vectorial layers that intersect with a polyline defined by the user."
87
                        active="false"
88
                        priority="30">
89
                        <action 
90
                          name="selection-select-by-polyline"
91
                          label="Select_by_polyline"
92
                          tooltip="Select_by_polyline"
93
                          action-command="SELPOLYLINE" 
94
                          icon="selection-select-by-polyline"
95
                          position="301300000"
96
                          accelerator=""
97
                          />                  
98
                        <menu
99
                          name="selection-select-by-polyline"
100
                          text="Selection/Select_by_polyline"
101
                          />
102
                        <tool-bar name="view_selection" position="6">
103
                                <selectable-tool name="selection-select-by-polyline" />
104
                        </tool-bar>
105
                </extension>                
106

    
107
                 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByBufferExtension"
108
                        description="Extension that allows select all geometries of the selected vectorial layers that intersect with a buffer around their previously selected geometries."
109
                        active="true"
110
                        priority="30">
111
                        <action 
112
                          name="selection-select-by-buffer"
113
                          label="Select_by_buffer"
114
                          tooltip="Select_by_buffer"
115
                          action-command="SELBUFFER" 
116
                          icon="selection-select-by-buffer"
117
                          position="301300000"
118
                          accelerator=""
119
                          />                          
120
                        <menu
121
                          name="selection-select-by-buffer"
122
                          text="Selection/Select_by_buffer"
123
                          />
124

    
125
                        <tool-bar name="view_selection" position="6">
126
                                <action-tool name="selection-select-by-buffer" />
127
                        </tool-bar>
128
                </extension>
129
                                
130
        </extensions>
131
</plugin-config>