1v.build(1)                    Grass User's Manual                   v.build(1)
2
3
4

NAME

6       v.build  - Creates topology for GRASS vector data.
7

KEYWORDS

9       vector, topology
10

SYNOPSIS

12       v.build
13       v.build help
14       v.build     map=name     [error=name]      [option=string[,string,...]]
15       [--overwrite]
16
17   Flags:
18       --overwrite
19
20   Parameters:
21       map=name
22           Name of input vector map
23
24       error=name
25           Name of vector map where erroneous vectors are written to
26
27       option=string[,string,...]
28           Build topology or dump topology or spatial index to stdout
29                     build - build topology        dump  - write  topology  to
30           stdout        sdump  -  write spatial index to stdout       cdump -
31           write category  index  to  stdout  Options:  build,dump,sdump,cdump
32           Default: build
33

DESCRIPTION

35       v.build  builds  GRASS  support  files  for  (binary) GRASS vector data
36       files.  These support files supply topology  and  category  information
37       that are needed by other GRASS programs.
38
39       GRASS  is  generating  these  support files automatically, only in rare
40       cases the user has to (re)build them.
41
42       Refer to Vector data processing in GRASS GIS for  more  information  on
43       Grass GIS vector data model.
44

NOTES

46       v.build  creates  support files only for binary vector files located in
47       the user's current mapset. If binary file is located in another mapset,
48       you need to specify this:
49
50
51       v.build map=geology@PERMANENT
52
53
54       In case of errors, the user can optionally generate an error vector map
55       containing the erroneous vectors for later inspection.
56

SEE ALSO

58       v.build.polylines
59

AUTHORS

61       Dave Gerdes, U.S.Army Construction Engineering Research Laboratory
62       Michael Higgins, U.S.Army Construction Engineering Research Laboratory
63
64       Last changed: $Date: 2006/08/17 10:18:58 $
65
66       Full index
67
68
69
70GRASS 6.2.2                                                         v.build(1)
Impressum