MobilityDB 1.1
Functions
Spatial transformation functions

Spatial transformation functions for temporal point types. More...

Collaboration diagram for Spatial transformation functions:

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...
 

Detailed Description

Spatial transformation functions for temporal point types.