MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Accessor functions for spatiotemporal boxes. More...

Functions

double stbox_area (const STBox *box, bool spheroid)
 Return the area of a spatiotemporal box. More...
 
bool stbox_hast (const STBox *box)
 Return true if a spatiotemporal box has time dimension. More...
 
bool stbox_hasx (const STBox *box)
 Return true if a spatiotemporal box has value dimension. More...
 
bool stbox_hasz (const STBox *box)
 Return true if a spatiotemporal box has Z dimension. More...
 
bool stbox_isgeodetic (const STBox *box)
 Return true if a spatiotemporal box is geodetic. More...
 
double stbox_perimeter (const STBox *box, bool spheroid)
 Return the permieter of the spatiotemporal box. More...
 
bool stbox_tmax (const STBox *box, TimestampTz *result)
 Return in the last argument the maximum T value of a spatiotemporal box. More...
 
bool stbox_tmax_inc (const STBox *box, bool *result)
 Return in the last argument whether the maximum T value of a spatiotemporal box is inclusive. More...
 
bool stbox_tmin (const STBox *box, TimestampTz *result)
 Return in the last argument the minimum T value of a spatiotemporal box. More...
 
bool stbox_tmin_inc (const STBox *box, bool *result)
 Return in the last argument whether the maximum T value of a spatiotemporal box is inclusive. More...
 
double stbox_volume (const STBox *box)
 Return the volume of a 3D spatiotemporal box. More...
 
bool stbox_xmax (const STBox *box, double *result)
 Return in the last argument the maximum X value of a spatiotemporal box. More...
 
bool stbox_xmin (const STBox *box, double *result)
 Return in the last argument the minimum X value of a spatiotemporal box. More...
 
bool stbox_ymax (const STBox *box, double *result)
 Return in the last argument the maximum Y value of a spatiotemporal box. More...
 
bool stbox_ymin (const STBox *box, double *result)
 Return in the last argument the minimum Y value of a spatiotemporal box. More...
 
bool stbox_zmax (const STBox *box, double *result)
 Return in the last argument the maximum Z value of a spatiotemporal box. More...
 
bool stbox_zmin (const STBox *box, double *result)
 Return in the last argument the minimum Z value of a spatiotemporal box. More...
 

Detailed Description

Accessor functions for spatiotemporal boxes.