MobilityDB 1.1
Functions
tnpoint.c File Reference
#include "npoint/tnpoint.h"
#include <postgres.h>
#include <meos.h>
#include "general/lifting.h"
#include "general/type_parser.h"
#include "general/type_util.h"
#include "npoint/tnpoint_static.h"
#include "npoint/tnpoint_parser.h"
#include "pg_general/meos_catalog.h"
#include "pg_npoint/tnpoint_static.h"
Include dependency graph for tnpoint.c:

Functions

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