shptest - Man Page

create some shapefiles for testing

Synopsis

shptest num

Description

Writes out a shapefile consisting of files testnum.shp and testnum.shx in the current directory. The num argument specifies the type of shapes in the shapefile to create and takes values from:

0

NullShape

1

Point

2

PointZ

3

PointM

4

MultiPoint

5

MultiPointZ

6

MultiPointM

7

Arc

8

ArcZ

9

ArcM

10

Polygon

11

PolygonZ

12

PolygonM

13

MultiPatch

Exit Status

0

Successful program execution.

1

Missing argument.

10

Test `num´ not recognised.

Diagnostics

The following diagnostics may be issued on stdout:

Test `num´ not recognised.

Authors

Frank Warmerdam (warmerdam@pobox.com) is the maintainer of the shapelib shapefile library. Joonas Pihlaja (jpihlaja@cc.helsinki.fi) wrote this man page.

See Also

dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpadd(1), shpcat(1), shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1), shpinfo(1), shpproj(1), shprewind(1)

Referenced By

dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), Shape_PointInPoly(1), shpadd(1), shpcat(1), shpcentrd(1), shpcreate(1), shpdata(1), shpdump(1), shpdxf(1), shpfix(1), shpinfo(1), shpproj(1), shprewind(1), shpsort(1), shptreedump(1), shpwkb(1).

January 2023 shapelib