Statistics
| Revision:

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

History | View | Annotate | Download (3.14 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
    <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
30
           <resourceBundle name="text"/>
31
        <libraries library-dir="lib"/>
32
        <extensions>
33
                <extension class-name="org.gvsig.geometrymeasurement.app.extension.AreaMeasurementExtension"
34
                        description="Extension that measures the area of all the polygonos they selected."
35
            active="true">
36

    
37
                      <action name="table-add-area"
38
                        label="area"
39
                        tooltip="area"
40
                        action-command="table-add-area" 
41
                        icon="table-add-area"
42
                        position="500800100" />
43

    
44
                      <menu name="table-add-area" text="Table/_Add_measurement/area" />
45
                
46
                      <tool-bar name="table_tools_addmeasurement">
47
                        <action-tool name="table-add-area"/>
48
                      </tool-bar>
49
                </extension>        
50
                
51
                <extension class-name="org.gvsig.geometrymeasurement.app.extension.PerimeterMeasurementExtension"
52
           description="Extension that measures the perimeter of all the lines they selected."
53
            active="true">
54

    
55
                      <action name="table-add-perimeter"
56
                        label="perimeter"
57
                        tooltip="perimeter"
58
                        action-command="table-add-perimeter" 
59
                        icon="table-add-perimeter"
60
                        position="500800200" />
61

    
62
                      <menu name="table-add-perimeter" text="Table/_Add_measurement/perimeter" />
63
                
64
                      <tool-bar name="table_tools_addmeasurement">
65
                        <action-tool name="table-add-perimeter"/>
66
                      </tool-bar>
67
        </extension>
68
        
69
        <extension class-name="org.gvsig.geometrymeasurement.app.extension.AddXYPointThemeExtension"
70
            description="Extension that add the coordinates x and y."
71
            active="true">
72

    
73
                      <action name="table-add-xy"
74
                        label="add_x_y"
75
                        tooltip="add_x_y"
76
                        action-command="table-add-xy" 
77
                        icon="table-add-xy"
78
                        position="500800300" />
79

    
80
                      <menu name="table-add-xy" text="Table/_Add_measurement/add_x_y" />
81
                
82
                      <tool-bar name="table_tools_addmeasurement">
83
                        <action-tool name="table-add-xy"/>
84
                      </tool-bar>
85
        </extension>            
86
        </extensions>
87
</plugin-config>