|
◆ stbox_perimeter()
double stbox_perimeter |
( |
const STBox * |
box, |
|
|
bool |
spheroid |
|
) |
| |
Return the permieter of the spatiotemporal box.
- Parameters
-
[in] | box | Spatiotemporal box |
[in] | spheroid | When true, the calculation uses the WGS 84 spheroid, otherwise it uses a faster spherical calculation |
- Returns
- On error return -1.0 @csqlfn Stbox_perimeter()
|