|
Hermes
|
The implementantion in sql of BoxSP. More...
Functions | |
| boolean | ispunctal (boxsp box) |
| integer | width (boxsp box) |
| integer | height (boxsp box) |
| bigint | area (boxsp box) |
| pointxy | center (boxsp box) |
| float8 | centerx (boxsp box) |
| float8 | centery (boxsp box) |
| pointsp | lh (boxsp box) |
| pointsp | hl (boxsp box) |
| segmentsp | l_h (boxsp box) |
| segmentsp | h_l (boxsp box) |
| segmentsp | lh_hl (boxsp box) |
| segmentsp | hl_lh (boxsp box) |
| segmentsp | lh_h (boxsp box) |
| segmentsp | h_lh (boxsp box) |
| segmentsp | h_hl (boxsp box) |
| segmentsp | hl_h (boxsp box) |
| segmentsp | hl_l (boxsp box) |
| segmentsp | l_hl (boxsp box) |
| segmentsp | l_lh (boxsp box) |
| segmentsp | lh_l (boxsp box) |
The implementantion in sql of BoxSP.
BoxSP is a spatial data type used in Hermes
| bigint area | ( | boxsp | box | ) |
Referenced by picksplitGiSTBoxST(), and picksplitGiSTSegmentST().
| float8 centerx | ( | boxsp | box | ) |
| float8 centery | ( | boxsp | box | ) |
| boolean ispunctal | ( | boxsp | box | ) |