MobilityDB 1.1
Functions

Constructor functions for box types. More...

Collaboration diagram for Constructor functions:

Functions

STBoxstbox_copy (const STBox *box)
 Return a copy of a spatiotemporal box. More...
 
STBoxstbox_make (bool hasx, bool hasz, bool geodetic, int32 srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, const Span *p)
 Construct a spatiotemporal box from the arguments. More...
 
void stbox_set (bool hasx, bool hasz, bool geodetic, int32 srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, const Span *p, STBox *box)
 Set a spatiotemporal box from the arguments. More...
 
TBoxtbox_copy (const TBox *box)
 Return a copy of a temporal box. More...
 
TBoxtbox_make (const Span *p, const Span *s)
 Construct a temporal box from the arguments. More...
 
void tbox_set (const Span *p, const Span *s, TBox *box)
 Set a temporal box from the arguments. More...
 

Detailed Description

Constructor functions for box types.