]> www.wagner.pp.ru Git - oss/fgis.git/blob - man/border.1
First checked in version
[oss/fgis.git] / man / border.1
1 .TH BORDER 1 "Version 1.0" "EPU" "EPU user manual"
2 .SH NAME
3 border \- plots contour boundaries of raster file into vector file
4 .SH SYNOPSIS
5 .B border
6 [-v] [-m] [-l] [-t
7 .I value
8 ] [-o
9 .I output_file
10 ]
11 .SH DESCRIPTION
12 Creates a 
13 .B dgt
14 file with lines which delimit different classes in input
15 .B epp file.
16 If 
17 .B -l
18 option given, puts a label point into each closed polygon. 
19 .PP
20 Default output filename is constructed from name of input file, by
21 replacing suffix 
22 .I .epp
23 by
24 .I .dgt
25 \.
26 .PP
27 Lines can be created "staircase"-like or smooth. Smoothing is controlled
28 by 
29 .B tolerance 
30 factor, which defines maximum size of line segment, which can be changed.
31
32 .SH OPTIONS
33 .TP 8
34 .B --help
35 Display brief usage information and exit successifully.
36 .TP 8
37 .B --version
38 Display version number and exit successifully.
39 .TP 8
40 .B -%, --verbose
41 Display progress indication. Useful on large files, but significantly
42 decreases performans on small ones.
43 .TP 8
44 .B -m, --margins
45 Controls behavouir on file edges. By default 
46 .B border
47 treats all areas outside file as 
48 .I offsite,
49 but when this option given, it assumes that all classes at the file edge
50 are continued outside it.
51 .TP 8
52 .B -t --tolerance
53 Defines tolerance value. Default is zero -- no smoothing.
54 .TP 8
55 .B -o --output-file
56 Allows to specify output file name explicitly.
57
58 .SH BUGS
59 Label creation is unwritten yet
60