~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/plugins/grass/config/default.qgc

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE qgisgrass SYSTEM "http://mrcc.com/qgisgrass.dtd">
 
3
<qgisgrass name="Default">
 
4
<modules>
 
5
        <section label="Import">
 
6
                <grass name="v.in.ogr"/>
 
7
                <grass name="r.in.gdal"/>
 
8
        </section>
 
9
        <section label="Vector overlay">
 
10
                <grass name="v.overlay.or"/>
 
11
                <grass name="v.overlay.and"/>
 
12
                <grass name="v.overlay.not"/>
 
13
                <grass name="v.overlay.xor"/>
 
14
        </section>
 
15
        <section label="Buffer">
 
16
                <grass name="v.buffer"/>
 
17
                <grass name="r.buffer"/>
 
18
        </section>
 
19
        <section label="Extract features from vector">
 
20
                <grass name="v.select.overlap"/>
 
21
                <grass name="v.extract.where"/>
 
22
                <grass name="v.extract.list"/>
 
23
        </section>
 
24
        <section label="Geometry management">
 
25
                <grass name="v.to.db"/>
 
26
                <grass name="v.type.lb"/>
 
27
                <grass name="v.type.bl"/>
 
28
                <grass name="v.type.pc"/>
 
29
                <grass name="v.type.cp"/>
 
30
        </section>
 
31
        <section label="Delaunay triangulation, Voronoi diagram and convex hull">
 
32
                <grass name="v.delaunay.line"/>
 
33
                <grass name="v.delaunay.area"/>
 
34
                <grass name="v.voronoi.line"/>
 
35
                <grass name="v.voronoi.area"/>
 
36
                <grass name="v.hull"/>
 
37
        </section>
 
38
        <section label="Network analysis">
 
39
                <grass name="v.net.nodes"/>
 
40
                <grass name="v.net.alloc"/>
 
41
                <grass name="v.net.iso"/>
 
42
                <grass name="v.net.salesman"/>
 
43
                <grass name="v.net.steiner"/>
 
44
        </section>
 
45
        <section label="Reclass category values">
 
46
                <grass name="v.reclass.attr"/>
 
47
        </section>
 
48
        <section label="Layers">
 
49
                <grass name="v.category.add"/>
 
50
                <grass name="v.category.del"/>
 
51
                <grass name="v.category.sum"/>
 
52
        </section>
 
53
        <grass name="v.random"/>
 
54
        <grass name="v.mkgrid.region"/>
 
55
        <grass name="v.in.region"/>
 
56
        <section label="Convert a vector to raster">
 
57
                <grass name="v.to.rast.constant"/>
 
58
                <grass name="v.to.rast.attr"/>
 
59
        </section>
 
60
        <section label="Density of points">
 
61
                <grass name="v.neighbors"/>
 
62
                <grass name="v.kernel"/>
 
63
        </section>
 
64
        <section label="Interpolation">
 
65
                <grass name="v.surf.rst"/>
 
66
                <grass name="v.surf.idw"/>
 
67
        </section>
 
68
        <grass name="r.mapcalc"/>
 
69
        <section label="Geomorphology">
 
70
                <grass name="r.slope.aspect.slope"/>
 
71
                <grass name="r.slope.aspect.aspect"/>
 
72
                <grass name="r.shaded.relief"/>
 
73
        </section>
 
74
        <section label="Neighbors analyses">
 
75
                <grass name="r.neighbors"/>
 
76
        </section>
 
77
        <section label="Set raster color table">
 
78
                <grass name="r.colors"/>
 
79
        </section>
 
80
        <section label="Manage raster cells value">
 
81
                <grass name="r.null.null"/>
 
82
                <grass name="r.null.val"/>
 
83
        </section>
 
84
        <section label="Trasformation raster">
 
85
                <grass name="r.clump"/>
 
86
                <grass name="r.thin"/>
 
87
        </section>
 
88
        <section label="Convert a raster to vector">
 
89
                <grass name="r.to.vect.point"/>
 
90
                <grass name="r.to.vect.line"/>
 
91
                <grass name="r.to.vect.area"/>
 
92
        </section>
 
93
        <!-- nviz is not available on Windows, commented until
 
94
             a 'platform' option added to QgsGrassModule -->
 
95
        <!--section label="Visualization">
 
96
                <grass name="nviz"/>
 
97
        </section-->
 
98
        <section label="Export">
 
99
                <grass name="v.out.ogr.shape"/>
 
100
                <grass name="v.out.ogr.gml"/>
 
101
                <grass name="r.out.gdal.gtiff"/>
 
102
        </section>
 
103
        <section label="General">
 
104
                <grass name="shell"/>
 
105
                <grass name="g.gisenv"/>
 
106
        </section>
 
107
</modules>
 
108
</qgisgrass>