MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Set operations for network point sets. More...

Functions

bool contained_npoint_set (const Npoint *np, const Set *s)
 Return true if a network point is contained in a set. More...
 
bool contains_set_npoint (const Set *s, Npoint *np)
 Return true if a set contains a network point. More...
 
Setintersection_npoint_set (const Npoint *np, const Set *s)
 Return the intersection of a network point and a set. More...
 
Setintersection_set_npoint (const Set *s, const Npoint *np)
 Return the intersection of a set and a network point. More...
 
Setminus_npoint_set (const Npoint *np, const Set *s)
 Return the difference of a network point and a set. More...
 
Setminus_set_npoint (const Set *s, const Npoint *np)
 Return the difference of a set and a network point. More...
 
Setnpoint_union_transfn (Set *state, const Npoint *np)
 Transition function for set union aggregate of network points. More...
 
Setunion_npoint_set (const Npoint *np, const Set *s)
 Return the union of a network point and a set. More...
 
Setunion_set_npoint (const Set *s, const Npoint *np)
 Return the union of a set and a network point. More...
 

Detailed Description

Set operations for network point sets.