MobilityDB 1.1
Functions
Topological functions

Topological functions for box types. More...

Collaboration diagram for Topological functions:

Functions

PGDLLEXPORT Datum Adjacent_stbox_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes are adjacent. More...
 
PGDLLEXPORT Datum Adjacent_tbox_tbox (PG_FUNCTION_ARGS)
 Return true if the temporal boxes are adjacent. More...
 
PGDLLEXPORT Datum Contained_stbox_stbox (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box is contained by the second one. More...
 
PGDLLEXPORT Datum Contained_tbox_tbox (PG_FUNCTION_ARGS)
 Return true if the first temporal box is contained by the second one. More...
 
PGDLLEXPORT Datum Contains_stbox_stbox (PG_FUNCTION_ARGS)
 Return true if the first spatiotemporal box contains the second one. More...
 
PGDLLEXPORT Datum Contains_tbox_tbox (PG_FUNCTION_ARGS)
 Return true if the first temporal box contains the second one. More...
 
PGDLLEXPORT Datum Overlaps_stbox_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes overlap. More...
 
PGDLLEXPORT Datum Overlaps_tbox_tbox (PG_FUNCTION_ARGS)
 Return true if the temporal boxes overlap. More...
 
PGDLLEXPORT Datum Same_stbox_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes are equal on the common dimensions. More...
 
PGDLLEXPORT Datum Same_tbox_tbox (PG_FUNCTION_ARGS)
 Return true if the temporal boxes are equal on the common dimensions. More...
 

Detailed Description

Topological functions for box types.