|
PGDLLEXPORT Datum | Npointset_round (PG_FUNCTION_ARGS) |
| Sets the precision of the coordinates of the geometry set. More...
|
|
ArrayType * | nsegmentarr_array (Nsegment **nsegmentarr, int count) |
| Basic functions for temporal network points. More...
|
|
PGDLLEXPORT Datum | Tgeompoint_to_tnpoint (PG_FUNCTION_ARGS) |
| Cast a temporal geometric point as a temporal network point. More...
|
|
PGDLLEXPORT Datum | Tnpoint_in (PG_FUNCTION_ARGS) |
| Input function for temporal network points. More...
|
|
PGDLLEXPORT Datum | Tnpoint_positions (PG_FUNCTION_ARGS) |
| Return the network segments covered by the temporal network point. More...
|
|
Temporal * | tnpoint_round (const Temporal *temp, Datum size) |
| Set the precision of the fraction of the temporal network point to the number of decimal places. More...
|
|
PGDLLEXPORT Datum | Tnpoint_round (PG_FUNCTION_ARGS) |
| Set the precision of the fraction of the temporal network point to the number of decimal places. More...
|
|
PGDLLEXPORT Datum | Tnpoint_route (PG_FUNCTION_ARGS) |
| Return the route of a temporal network point. More...
|
|
PGDLLEXPORT Datum | Tnpoint_routes (PG_FUNCTION_ARGS) |
| Return the array of routes of a temporal network point. More...
|
|
PGDLLEXPORT Datum | Tnpoint_to_tgeompoint (PG_FUNCTION_ARGS) |
| Cast a temporal network point as a temporal geometric point. More...
|
|