MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
trgeo_vclip.c File Reference

Distance functions for temporal rigid geometries. More...

#include "rgeo/trgeo_vclip.h"
#include <assert.h>
#include <float.h>
#include <fmgr.h>
#include <utils/timestamp.h>
#include <liblwgeom.h>
#include <meos.h>
#include <meos_internal.h>
#include <meos_internal_geo.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.h"
#include "pg_geo/postgis.h"

Functions

Datum VClip_poly_point (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 
Datum VClip_poly_poly (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 
Datum VClip_tpoly_point (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 
Datum VClip_tpoly_poly (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 
Datum VClip_tpoly_tpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 
Datum VClip_tpoly_tpoly (PG_FUNCTION_ARGS)
 Return the temporal distance between the geometry/geography point/polygon and the temporal rigid geometry. More...
 

Detailed Description

Distance functions for temporal rigid geometries.