MobilityDB 1.1
|
Bounding box functions for temporal types. More...
Modules | |
Topological functions | |
Topological functions for temporal types. | |
Position functions | |
Position functions for temporal types. | |
Functions | |
PGDLLEXPORT Datum | Adjacent_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box and the spatiotemporal box of the temporal network point are adjacent. More... | |
PGDLLEXPORT Datum | Adjacent_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the temporal network point and the spatiotemporal box are adjacent. More... | |
PGDLLEXPORT Datum | Adjacent_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal boxes of the temporal network points are adjacent. More... | |
PGDLLEXPORT Datum | Contained_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is contained by the one of the temporal network point. More... | |
PGDLLEXPORT Datum | Contained_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the temporal network point is contained by the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Contained_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the first temporal network point is contained by the one of the second temporal network point. More... | |
PGDLLEXPORT Datum | Contains_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box contains the one of the temporal network point. More... | |
PGDLLEXPORT Datum | Contains_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the temporal network point contain the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Contains_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the first temporal network point contain the one of the second temporal network point. More... | |
PGDLLEXPORT Datum | Overlaps_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box and the spatiotemporal box of the temporal network point overlap. More... | |
PGDLLEXPORT Datum | Overlaps_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the temporal network point and the spatiotemporal box overlap. More... | |
PGDLLEXPORT Datum | Overlaps_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal boxes of the temporal network points overlap. More... | |
PGDLLEXPORT Datum | Same_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box and the spatiotemporal box of the temporal network point are equal in the common dimensions. More... | |
PGDLLEXPORT Datum | Same_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box of the temporal network point and the spatiotemporal box are equal in the common dimensions. More... | |
PGDLLEXPORT Datum | Same_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal boxes of the temporal network points are equal in the common dimensions. More... | |
Bounding box functions for temporal types.