Flags
Parameters
easting northing [label] [category desc] or easting northing [#label] [category desc]The "#label" for is for center points piped from s.out.ascii, like this:
s.out.ascii -d sitefile | v.in.poly vect=newvect radius=500The polygon (area) label and category description are optional. "label" is an integer and the "category desc" is any text string. If the label value is missing, the label value used is one greater than the last and the description is "n-sided polygon," where n is the number of bounding segments. In this way a series of sequentially numbered polygons may be created by just giving the easting and northing center coordinates.
Two optional command lines may be interspersed with the input lines containing the coordinate and optional label and category descriptions. These lines begin with ".S" or ".R". Note the restrictions on values of radius and segments parameters below.
.S 500Changes the number of straight line segments which bound the polygon to a new value. With large values (greater than 20) the polygons will approximate circles. The minimum value of 3 will create an equilateral triangle. Very large values are allowed, but the resulting "circles" may have more definition than is needed and will take lots of storage space for the vector map.
.R 100Changes the radius of the circle to a new value. Radius must be greater than 0.0; however, very small values may give meaningless circles and v.support may not be able to construct the topology if the points on the perimeter are too closely spaced.
Last changed: $Date: 2002/01/25 05:45:35 $