![]() |
MobilityDB 1.3
|
Transformation functions for temporal geometries. More...
Functions | |
Datum | Geo_round (PG_FUNCTION_ARGS) |
Return a geometry/geography with the precision of the coordinates set to a number of decimal places @sqlfn round() More... | |
Datum | Tgeo_affine (PG_FUNCTION_ARGS) |
Return the 3D affine transform of a temporal point to do things like translate, rotate, scale in one step @sqlfn affine() More... | |
Datum | Tgeo_scale (PG_FUNCTION_ARGS) |
Return the temporal geo rotated counter-clockwise around the origin point @sqlfn scale() More... | |
Datum | Tpoint_AsMVTGeom (PG_FUNCTION_ARGS) |
Return a temporal point transformed to the Mapbox Vector Tile representation @sqlfn asMVTGeom() More... | |
Datum | Tpoint_make_simple (PG_FUNCTION_ARGS) |
Return the array of non self-intersecting fragments of a temporal point @sqlfn makeSimple() More... | |
Transformation functions for temporal geometries.