1SHPTEST(1) shapelib SHPTEST(1)
2
3
4
6 shptest - create some shapefiles for testing
7
9 shptest num
10
12 Writes out a shapefile consisting of files testnum.shp and testnum.shx
13 in the current directory. The num argument specifies the type of shapes
14 in the shapefile to create and takes values from:
15
16 0 NullShape
17
18 1 Point
19
20 2 PointZ
21
22 3 PointM
23
24 4 MultiPoint
25
26 5 MultiPointZ
27
28 6 MultiPointM
29
30 7 Arc
31
32 8 ArcZ
33
34 9 ArcM
35
36 10 Polygon
37
38 11 PolygonZ
39
40 12 PolygonM
41
42 13 MultiPatch
43
45 0 Successful program execution.
46
47 1 Missing argument.
48
49 10 Test `num´ not recognised.
50
52 The following diagnostics may be issued on stdout:
53
54 Test `num´ not recognised.
55
57 Frank Warmerdam (warmerdam@pobox.com) is the maintainer of the shapelib
58 shapefile library. Joonas Pihlaja (jpihlaja@cc.helsinki.fi) wrote this
59 man page.
60
62 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpadd(1),
63 shpcat(1), shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shp‐
64 fix(1), shpinfo(1), shpproj(1), shprewind(1)
65
66
67
68 March 2022 SHPTEST(1)