geomfunc.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end 
  2. "Geometric functionsnn" {title} 
  3. "area(box) " {bold} "
  4. Returns: float8 
  5. area of box 
  6. " {} "area(circle) " {bold} "
  7. Returns: float8 
  8. area of circle 
  9. " {} "box(box,box) " {bold} "
  10. Returns: box 
  11. boxes to intersection box 
  12. " {} "center(box) " {bold} "
  13. Returns: point 
  14. center of object 
  15. " {} "center(circle) " {bold} "
  16. Returns: point 
  17. center of object 
  18. " {} "diameter(circle) " {bold} "
  19. Returns: float8 
  20. diameter of circle 
  21. " {} "height(box) " {bold} "
  22. Returns: float8 
  23. vertical size of box 
  24. " {} "isclosed(path) " {bold} "
  25. Returns: bool 
  26. a closed path? 
  27. " {} "isopen(path) " {bold} "
  28. Returns: bool 
  29. an open path? 
  30. " {} "length(lseg) " {bold} "
  31. Returns: float8 
  32. length of line segment 
  33. " {} "length(path) " {bold} "
  34. Returns: float8 
  35. length of path 
  36. " {} "pclose(path) " {bold} "
  37. Returns: path 
  38. convert path to closed 
  39. " {} "point(lseg,lseg) " {bold} "
  40. Returns: point 
  41. intersection 
  42. " {} "points(path) " {bold} "
  43. Returns: int4 
  44. number of points 
  45. " {} "popen(path) " {bold} "
  46. Returns: path 
  47. convert path to open 
  48. " {} "radius(circle) " {bold} "
  49. Returns: float8 
  50. radius of circle 
  51. " {} "width(box) " {bold} "
  52. Returns: float8 
  53. horizontal size 
  54. " {} 
  55. "PostgreSQL functionsn" {link pgfunctions} 
  56. "Next - IP V4 functions" {link ipv4func}