MobilityDB 1.1
|
Spatial transformation functions for temporal point types. More...
Functions | |
PGDLLEXPORT Datum | Geo_round (PG_FUNCTION_ARGS) |
Sets the precision of the coordinates of the geometry. More... | |
PGDLLEXPORT Datum | Geoset_round (PG_FUNCTION_ARGS) |
Sets the precision of the coordinates of the geometry set. More... | |
PGDLLEXPORT Datum | Npointset_round (PG_FUNCTION_ARGS) |
Sets the precision of the coordinates of the geometry set. More... | |
PGDLLEXPORT Datum | Tpoint_make_simple (PG_FUNCTION_ARGS) |
Split a temporal point into an array of non self-intersecting pieces. More... | |
PGDLLEXPORT Datum | Tpoint_round (PG_FUNCTION_ARGS) |
Set the precision of the coordinates of a temporal point to a number of decimal places. More... | |
PGDLLEXPORT Datum | Tpoint_set_srid (PG_FUNCTION_ARGS) |
Set the SRID of a temporal point. More... | |
PGDLLEXPORT Datum | Tpoint_transform (PG_FUNCTION_ARGS) |
Transform a temporal point into another spatial reference system. More... | |
Spatial transformation functions for temporal point types.