aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/geomfunc.hlp
blob: c7a4029a66e06c12ab3e02621f87ade295ec32e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.pgaw:Help.f.t insert end \
"Geometric functions\n\n" {title} \
"area(box) " {bold} "
	Returns: float8 
	area of box 

" {} "area(circle) " {bold} "
	Returns: float8 
	area of circle 

" {} "box(box,box) " {bold} "
	Returns: box 
	boxes to intersection box 

" {} "center(box) " {bold} "
	Returns: point 
	center of object 

" {} "center(circle) " {bold} "
	Returns: point 
	center of object 

" {} "diameter(circle) " {bold} "
	Returns: float8 
	diameter of circle 

" {} "height(box) " {bold} "
	Returns: float8 
	vertical size of box 

" {} "isclosed(path) " {bold} "
	Returns: bool 
	a closed path? 

" {} "isopen(path) " {bold} "
	Returns: bool 
	an open path? 

" {} "length(lseg) " {bold} "
	Returns: float8 
	length of line segment 

" {} "length(path) " {bold} "
	Returns: float8 
	length of path 

" {} "pclose(path) " {bold} "
	Returns: path 
	convert path to closed 

" {} "point(lseg,lseg) " {bold} "
	Returns: point 
	intersection 

" {} "points(path) " {bold} "
	Returns: int4 
	number of points 

" {} "popen(path) " {bold} "
	Returns: path 
	convert path to open 

" {} "radius(circle) " {bold} "
	Returns: float8 
	radius of circle 

" {} "width(box) " {bold} "
	Returns: float8 
	horizontal size 

" {} \
"PostgreSQL functions\n" {link pgfunctions} \
"Next - IP V4 functions" {link ipv4func}