MobilityDB 1.1
Functions

Accessor functions for box types. More...

Collaboration diagram for Accessor functions:

Functions

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...
 
int32 stbox_srid (const STBox *box)
 Return the SRID of a spatiotemporal box. More...
 
bool stbox_tmax (const STBox *box, TimestampTz *result)
 Return true if the spatiotemporal box has time dimension. More...
 
bool stbox_tmin (const STBox *box, TimestampTz *result)
 Return true if the spatiotemporal box has time dimension. More...
 
bool stbox_xmax (const STBox *box, double *result)
 Return true if the spatiotemporal box has value dimension. More...
 
bool stbox_xmin (const STBox *box, double *result)
 Return true if the spatiotemporal box has value dimension. More...
 
bool stbox_ymax (const STBox *box, double *result)
 Return true if the spatiotemporal box has value dimension. More...
 
bool stbox_ymin (const STBox *box, double *result)
 Return true if the spatiotemporal box has value dimension. More...
 
bool stbox_zmax (const STBox *box, double *result)
 Return true if the spatiotemporal box has Z dimension. More...
 
bool stbox_zmin (const STBox *box, double *result)
 Return true if the spatiotemporal box has Z dimension. More...
 
bool tbox_hast (const TBox *box)
 Return true if a temporal box has time dimension. More...
 
bool tbox_hasx (const TBox *box)
 Return true if a temporal box has value dimension. More...
 
bool tbox_tmax (const TBox *box, TimestampTz *result)
 Return true if the temporal box has time dimension. More...
 
bool tbox_tmin (const TBox *box, TimestampTz *result)
 Return true if the temporal box has time dimension. More...
 
bool tbox_xmax (const TBox *box, double *result)
 Return true if the temporal box has value dimension. More...
 
bool tbox_xmin (const TBox *box, double *result)
 Return true if the temporal box has value dimension. More...
 

Detailed Description

Accessor functions for box types.