34#ifndef __TNPOINT_SPATIALFUNCS_H__
35#define __TNPOINT_SPATIALFUNCS_H__
42#include "temporal/temporal.h"
56 bool border_inc,
bool atfunc);
Temporal * tnpoint_restrict_stbox(const Temporal *temp, const STBox *box, bool border_inc, bool atfunc)
Return a temporal network point restricted to (the complement of) a spatiotemporal box.
Definition: tnpoint_spatialfuncs.c:600
Temporal * tnpoint_restrict_geom(const Temporal *temp, const GSERIALIZED *gs, bool atfunc)
Return a temporal network point restricted to (the complement of) a geometry.
Definition: tnpoint_spatialfuncs.c:532
External API of the Mobility Engine Open Source (MEOS) library.
Definition: postgis_ext_defs.in.h:170
Structure to represent spatiotemporal boxes.
Definition: meos.h:134
Structure to represent temporal values of instant subtype.
Definition: meos.h:185
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:173
bool ensure_same_rid_tnpointinst(const TInstant *inst1, const TInstant *inst2)
Geospatial functions for temporal network points.
Definition: tnpoint.c:86
int const GSERIALIZED * gs
Definition: trgeo_spatialrels.h:52