|
MobilityDB 1.3
|
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, const Npoint *np) |
| Return true if a set contains a network point. More... | |
| Set * | intersection_npoint_set (const Npoint *np, const Set *s) |
| Return the intersection of a network point and a set. More... | |
| Set * | intersection_set_npoint (const Set *s, const Npoint *np) |
| Return the intersection of a set and a network point. More... | |
| Set * | minus_npoint_set (const Npoint *np, const Set *s) |
| Return the difference of a network point and a set. More... | |
| Set * | minus_set_npoint (const Set *s, const Npoint *np) |
| Return the difference of a set and a network point. More... | |
| Set * | npoint_union_transfn (Set *state, const Npoint *np) |
| Transition function for set union aggregate of network points. More... | |
| Set * | union_npoint_set (const Npoint *np, const Set *s) |
| Return the union of a network point and a set. More... | |
| Set * | union_set_npoint (const Set *s, const Npoint *np) |
| Return the union of a set and a network point. More... | |
Set operations for network point sets.