Statistics
| Revision:

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

History | View | Annotate | Download (2.09 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="org.gvsig.app" />
4
    <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
5
           <resourceBundle name="text"/>
6
        <libraries library-dir="lib"/>
7
        <extensions>
8
                <extension class-name="org.gvsig.geometrymeasurement.app.extension.AreaMeasurementExtension"
9
                        description="Extension that measures the area of all the polygonos they selected."
10
            active="true">
11
            <menu text="Tabla/area" tooltip="area"
12
                action-command="AREA"
13
                icon="add-area" />
14
            <tool-bar name="area">
15
                <action-tool icon="add-area"
16
                    action-command="AREA" tooltip="area"
17
                    enable-text="deber?a de estar activada" last="true"/>
18
            </tool-bar>
19
                </extension>        
20
                
21
                <extension class-name="org.gvsig.geometrymeasurement.app.extension.PerimeterMeasurementExtension"
22
           description="Extension that measures the perimeter of all the lines they selected."
23
            active="true">
24
            <menu text="Tabla/perimeter" tooltip="perimeter"
25
                action-command="PERIMETER"
26
                icon="add-perimeter" />
27
            <tool-bar name="perimeter">
28
                <action-tool icon="add-perimeter"
29
                    action-command="PERIMETER" tooltip="perimeter"
30
                    enable-text="deber?a de estar activada" last="true"/>
31
            </tool-bar>
32
        </extension>
33
        
34
        <extension class-name="org.gvsig.geometrymeasurement.app.extension.AddXYPointThemeExtension"
35
            description="Extension that add the coordinates x and y."
36
            active="true">
37
            <menu text="Tabla/add_x_y" tooltip="add_x_y"
38
                action-command="ADDXYPOINT"
39
                icon="add-xy-point" />
40
            <tool-bar name="add_x_y">
41
                <action-tool icon="add-xy-point"
42
                    action-command="ADDXYPOINT" tooltip="add_x_y"
43
                    enable-text="deber?a de estar activada" last="true"/>
44
            </tool-bar>
45
        </extension>            
46
        </extensions>
47
</plugin-config>