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 @ 42098

History | View | Annotate | Download (4.35 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40556 jjdelcerro
<!--
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 40435 jjdelcerro
<plugin-config>
28 41027 jjdelcerro
        <depends plugin-name="org.gvsig.app.mainplugin" />
29 40435 jjdelcerro
        <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 42098 mcompany
39 40435 jjdelcerro
                <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 42098 mcompany
                        <action
44 41962 jjdelcerro
                          name="selection-select-all"
45
                          label="_Select_all"
46
                          tooltip="_Select_all"
47 42098 mcompany
                          action-command="SELALL"
48 41962 jjdelcerro
                          icon="selection-select-all"
49
                          position="300400000"
50
                          accelerator=""
51
                          />
52 42098 mcompany
53
                        <menu
54 41962 jjdelcerro
                          name="selection-select-all"
55
                          text="Selection/SelectAll"
56
                          />
57
58
                        <tool-bar name="view_selection" position="6">
59 42083 jbadia
                                <action-tool name="selection-select-all"/>
60 40435 jjdelcerro
                        </tool-bar>
61 42098 mcompany
                </extension>
62 40435 jjdelcerro
                 <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 42098 mcompany
                        <action
67 41962 jjdelcerro
                          name="selection-select-by-circle"
68
                          label="_Select_by_circle"
69
                          tooltip="_Select_by_circle"
70 42098 mcompany
                          action-command="SELCIRCLE"
71 41962 jjdelcerro
                          icon="selection-select-by-circle"
72
                          position="301000000"
73
                          accelerator=""
74
                          />
75
76 42098 mcompany
                        <menu
77 41962 jjdelcerro
                          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 40435 jjdelcerro
                        </tool-bar>
84 42098 mcompany
                </extension>
85 40435 jjdelcerro
                <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 42098 mcompany
                        active="true"
88 40435 jjdelcerro
                        priority="30">
89 42098 mcompany
                        <action
90 41962 jjdelcerro
                          name="selection-select-by-polyline"
91
                          label="Select_by_polyline"
92
                          tooltip="Select_by_polyline"
93 42098 mcompany
                          action-command="SELPOLYLINE"
94 41962 jjdelcerro
                          icon="selection-select-by-polyline"
95 42098 mcompany
                          position="301400000"
96 41962 jjdelcerro
                          accelerator=""
97 42098 mcompany
                          />
98 41962 jjdelcerro
                        <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 40435 jjdelcerro
                        </tool-bar>
105 42098 mcompany
                </extension>
106 40435 jjdelcerro
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 42098 mcompany
                        <action
112 41962 jjdelcerro
                          name="selection-select-by-buffer"
113
                          label="Select_by_buffer"
114
                          tooltip="Select_by_buffer"
115 42098 mcompany
                          action-command="SELBUFFER"
116 41962 jjdelcerro
                          icon="selection-select-by-buffer"
117
                          position="301300000"
118
                          accelerator=""
119 42098 mcompany
                          />
120 41962 jjdelcerro
                        <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 40435 jjdelcerro
                        </tool-bar>
128
                </extension>
129 42098 mcompany
130 40435 jjdelcerro
        </extensions>
131
</plugin-config>