![]() |
MobilityDB 1.3
|
Conversion functions for static network points. More...
Functions | |
Datum | Geom_to_npoint (PG_FUNCTION_ARGS) |
Convert a geometry into a network point @sqlfn npoint() More... | |
Datum | Geom_to_nsegment (PG_FUNCTION_ARGS) |
Convert a geometry into a network segment @sqlfn nsegment() More... | |
Datum | Npoint_timestamptz_to_stbox (PG_FUNCTION_ARGS) |
Return a network point and a timestamptz to a spatiotemporal box @sqlfn stbox() More... | |
Datum | Npoint_to_geom (PG_FUNCTION_ARGS) |
Convert a network point into a geometry @sqlfn geometry() More... | |
Datum | Npoint_to_nsegment (PG_FUNCTION_ARGS) |
Convert a network point into a network segment @sqlfn nsegment() More... | |
Datum | Npoint_to_stbox (PG_FUNCTION_ARGS) |
Convert a network point into a spatiotemporal box @sqlfn stbox() More... | |
Datum | Npoint_tstzspan_to_stbox (PG_FUNCTION_ARGS) |
Return a network point and a timestamptz span to a spatiotemporal box @sqlfn stbox() More... | |
Datum | Nsegment_to_geom (PG_FUNCTION_ARGS) |
Convert a network segment into a geometry @sqlfn geometry() More... | |
Datum | Nsegment_to_stbox (PG_FUNCTION_ARGS) |
Convert a network segment into a spatiotemporal box @sqlfn stbox() More... | |
Conversion functions for static network points.