MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
trgeo_distance.c File Reference
#include "rgeo/trgeo_distance.h"
#include <assert.h>
#include <float.h>
#include <fmgr.h>
#include <math.h>
#include <utils/timestamp.h>
#include <lwgeodetic_tree.h>
#include <liblwgeom.h>
#include <measures.h>
#include <measures3d.h>
#include <meos.h>
#include <meos_rgeo.h>
#include <meos_internal.h>
#include "temporal/temporal.h"
#include "temporal/type_util.h"
#include "temporal/meos_catalog.h"
#include "geo/tgeo_spatialfuncs.h"
#include "pose/pose.h"
#include "rgeo/trgeo_all.h"
#include "pg_temporal/temporal.h"
#include "pg_geo/postgis.h"

Functions

Datum Distance_geo_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between a geometry and a temporal rigid geometry @sqlfn temporal_distance() More...
 
Datum Distance_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_geo (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal rigid geometry and a geometry @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum NAD_geo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a geometry and a temporal rigid geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_stbox_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a spatiotemporal box and a temporal rigid geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_geo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal rigid geometry and a geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_stbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal rigid geometry and a spatiotemporal box @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAI_geo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a geometry and a temporal rigid geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between the temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_geo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal rigid geometry and a geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between the temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between two temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum Shortestline_geo_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a geometry and a temporal rigid geometry @sqlfn shortestLine() More...
 
Datum Shortestline_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_geo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal rigid geometry and a geometry @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...