![]() |
MobilityDB 1.3
|
Accessor functions for temporal geometries. More...
Functions | |
Datum | Bearing_point_point (PG_FUNCTION_ARGS) |
Return the temporal bearing between two geometry/geography points. More... | |
Datum | Bearing_point_tpoint (PG_FUNCTION_ARGS) |
Return the temporal bearing between a geometry/geography point and a temporal point @sqlfn bearing() More... | |
Datum | Bearing_tpoint_point (PG_FUNCTION_ARGS) |
Return the temporal bearing between a temporal point and a geometry/geography point @sqlfn bearing() More... | |
Datum | Bearing_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return the temporal bearing between two temporal points @sqlfn bearing() More... | |
Datum | Tgeo_centroid (PG_FUNCTION_ARGS) |
Return the centroid of a temporal geo as a temporal point @sqlfn centroid() More... | |
Datum | Tgeo_convex_hull (PG_FUNCTION_ARGS) |
Return the convex hull of a temporal geo @sqlfn convexHull() More... | |
Datum | Tgeo_traversed_area (PG_FUNCTION_ARGS) |
Return the area traversed by a temporal geo @sqlfn traversedArea() More... | |
Datum | Tpoint_angular_difference (PG_FUNCTION_ARGS) |
Return the temporal angular difference of a temporal geometry point @sqlfn angularDifference() More... | |
Datum | Tpoint_azimuth (PG_FUNCTION_ARGS) |
Return the temporal azimuth of a temporal geometry point @sqlfn azimuth() More... | |
Datum | Tpoint_cumulative_length (PG_FUNCTION_ARGS) |
Return the cumulative length traversed by a temporal sequence (set) point @sqlfn cumulativeLength() More... | |
Datum | Tpoint_direction (PG_FUNCTION_ARGS) |
Return the azimuth between the first and the last points a temporal point @sqlfn direction() More... | |
Datum | Tpoint_get_x (PG_FUNCTION_ARGS) |
Return the X coordinates of a temporal point as a temporal float @sqlfn getX() More... | |
Datum | Tpoint_get_y (PG_FUNCTION_ARGS) |
Return the Y coordinates of a temporal point as a temporal float @sqlfn getY() More... | |
Datum | Tpoint_get_z (PG_FUNCTION_ARGS) |
Return the Z coordinates of a temporal point as a temporal float @sqlfn getZ() More... | |
Datum | Tpoint_is_simple (PG_FUNCTION_ARGS) |
Return true if a temporal point does not self-intersect @sqlfn isSimple() More... | |
Datum | Tpoint_length (PG_FUNCTION_ARGS) |
Return the length traversed by a temporal sequence (set) point @sqlfn length() More... | |
Datum | Tpoint_speed (PG_FUNCTION_ARGS) |
Return the speed of a temporal point @sqlfn speed() More... | |
Datum | Tpoint_trajectory (PG_FUNCTION_ARGS) |
Return the trajectory of a temporal point @sqlfn trajectory() More... | |
Accessor functions for temporal geometries.