MobilityDB 1.1
Functions

Cast functions for box types. More...

Collaboration diagram for Cast functions:

Functions

TBoxfloat_period_to_tbox (double d, const Span *p)
 Return a temporal box from a float and a period. More...
 
TBoxfloat_timestamp_to_tbox (double d, TimestampTz t)
 Return a temporal box from a float and a timestamp. More...
 
TBoxfloat_to_tbox (double d)
 Cast a float to a temporal box. More...
 
STBoxgeo_period_to_stbox (const GSERIALIZED *gs, const Span *p)
 Return a spatiotemporal box from a geometry/geography and a period. More...
 
STBoxgeo_timestamp_to_stbox (const GSERIALIZED *gs, TimestampTz t)
 Return a spatiotemporal box from a geometry/geography and a timestamp. More...
 
STBoxgeo_to_stbox (const GSERIALIZED *gs)
 Cast a geometry/geography to a spatiotemporal box. More...
 
TBoxint_period_to_tbox (int i, const Span *p)
 Return a temporal box from an integer and a period. More...
 
TBoxint_timestamp_to_tbox (int i, TimestampTz t)
 Return a temporal box from an integer and a timestamp. More...
 
TBoxint_to_tbox (int i)
 Cast an integer to a temporal box. More...
 
TBoxnumber_period_to_tbox (Datum d, meosType basetype, const Span *p)
 Return a temporal box from an integer and a period. More...
 
TBoxnumber_timestamp_to_tbox (Datum d, meosType basetype, TimestampTz t)
 Return a temporal box from an integer and a timestamp. More...
 
TBoxnumset_to_tbox (const Set *s)
 Cast a set to a temporal box. More...
 
TBoxnumspan_to_tbox (const Span *s)
 Cast a span to a temporal box. More...
 
TBoxnumspanset_to_tbox (const SpanSet *ss)
 Cast a span set to a temporal box. More...
 
STBoxperiod_to_stbox (const Span *p)
 Cast a period to a spatiotemporal box. More...
 
TBoxperiod_to_tbox (const Span *p)
 Cast a period to a temporal box. More...
 
STBoxperiodset_to_stbox (const SpanSet *ps)
 Cast a period set to a spatiotemporal box. More...
 
TBoxperiodset_to_tbox (const SpanSet *ps)
 Cast a period set to a temporal box. More...
 
TBoxspan_period_to_tbox (const Span *span, const Span *p)
 Return a temporal box from a span and a period. More...
 
TBoxspan_timestamp_to_tbox (const Span *span, TimestampTz t)
 Return a temporal box from a span and a timestamp. More...
 
GSERIALIZEDstbox_to_geo (const STBox *box)
 Cast a spatiotemporal box as a PostGIS geometry. More...
 
Spanstbox_to_period (const STBox *box)
 Cast a temporal box as a period. More...
 
Spantbox_to_floatspan (const TBox *box)
 Cast a temporal box as a span. More...
 
Spantbox_to_period (const TBox *box)
 Cast a temporal box as a period. More...
 
STBoxtimestamp_to_stbox (TimestampTz t)
 Cast a timestamp to a spatiotemporal box. More...
 
TBoxtimestamp_to_tbox (TimestampTz t)
 Cast a timestamp to a temporal box. More...
 
TBoxtnumber_to_tbox (const Temporal *temp)
 Return the bounding box of a temporal number. More...
 
STBoxtpoint_to_stbox (const Temporal *temp)
 Return the bounding box of a temporal point. More...
 
STBoxtstzset_to_stbox (const Set *ts)
 Cast a timestamp set to a spatiotemporal box. More...
 

Detailed Description

Cast functions for box types.