MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Input and output functions for temporal geometries. More...

Functions

Datum Npoint_from_ewkt (PG_FUNCTION_ARGS)
 Return a network point from its Extended Well-Known Text (EWKT) representation. More...
 
Datum Spatialarr_as_ewkt (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Text (EWKT) representation of an array of spatial values. More...
 
Datum Spatialarr_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of an array of spatial values @sqlfn asText() More...
 
Datum Spatialset_as_ewkb (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Binary (WKB) representation of a spatial set. More...
 
Datum Spatialset_from_ewkt (PG_FUNCTION_ARGS)
 Return a temporal geo from its Extended Well-Known Text (EWKT) representation. More...
 
Datum Tgeo_in (PG_FUNCTION_ARGS)
 Return a temporal geo from its Well-Known Text (WKT) representation @sqlfn tgeo_in() More...
 
Datum Tpoint_from_ewkt (PG_FUNCTION_ARGS)
 Return a temporal point from its Extended Well-Known Text (EWKT) representation. More...
 
Datum Tpoint_in (PG_FUNCTION_ARGS)
 Return a temporal point from its Well-Known Text (WKT) representation. More...
 
Datum Tspatial_as_ewkb (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Binary (WKB) representation of a spatiotemporal value. More...
 
Datum Tspatial_as_ewkt (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Text (EWKT) representation of a spatiotemporal value. More...
 
Datum Tspatial_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a spatiotemporal value @sqlfn asText() More...
 
Datum Tspatial_from_ewkt (PG_FUNCTION_ARGS)
 Return a temporal geo from its Extended Well-Known Text (EWKT) representation. More...
 

Detailed Description

Input and output functions for temporal geometries.