]> www.wagner.pp.ru Git - oss/fgis.git/blob - man/extents.1
First checked in version
[oss/fgis.git] / man / extents.1
1 .TH EXTENTS 1 "Version 1.0" "EPU" "EPU user manual"
2 .SH NAME
3 extents \- displays information about class extents in given EPP file.
4 .SH SYNOPSIS
5 .B extents 
6 [-%ahlrtbxtA] [-o file] file.epp
7 .SH DESCRIPTION
8
9 Extents calculates area extents of all classes in given file and
10 displays it in tabular form.
11
12 This information includes minimal and maximal coordinates and area of
13 class.
14 .PP
15 By default information is printed to 
16 .I stdout.
17
18 It may be given in row/column and alternative coordinates.
19 .SH OPTIONS
20 .TP 8
21 .B --help
22 displays brief usage information.
23 .TP 8
24 .B --version
25 displays version number
26 .TP 8
27 .B -% --verbose
28 Displays percentage of processed lines in file.
29 .TP 8
30 .BI -o " file " --output-file= file
31 gives the name for output file, to write results to, instead of standard 
32 output.
33 .TP 8
34 .B -a --alt-coords
35 display coordinates in alternative system and area in real units,
36 insted of row/col and cell count.
37 .TP 8
38 .B -h --header
39 display one-line header above table.
40 .TP 8
41 .B -l --sort-left
42 sort classes by leftmost coordinate
43 .TP 8
44 .B -r --sort-right
45 sort classes by rightmost coordinate
46 .TP 8
47 .B -t --sort-top
48 same for topmost coordinate
49 .TP 8
50 .B -b --sort-bottom
51 I'm tired with this sort orders
52 .TP 8
53 .B -A --sort-area
54 Sort classes by count of cells.
55 .TP 8
56 .B -x --sort-x-center
57 Sort by x-coordinate of center of rectangle, containing all cells of that class.
58 .B -y --sort-y-center
59 same, but by y-coordinate
60
61 .SH SEE ALSO
62 .BR outtable (1)
63
64 .SH AUTHOR
65
66 Victor B. Wagner <vitus@agropc.msk.su>
67
68 .SH BUGS
69
70 ???
71