PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_functions_temporal.c File Reference
#include "postgres.h"
#include "fmgr.h"
#include "utils/elog.h"
#include "utils/array.h"
#include "utils/geo_decls.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
Include dependency graph for lwgeom_functions_temporal.c:

Go to the source code of this file.

Functions

Datum ST_ClosestPointOfApproach (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (ST_ClosestPointOfApproach)
 
Datum ST_IsValidTrajectory (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (ST_IsValidTrajectory)
 
Datum ST_DistanceCPA (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (ST_DistanceCPA)
 
Datum ST_CPAWithin (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (ST_CPAWithin)