|
MobilityDB 1.3
|
Conversion functions for static network points. More...
Functions | |
| Nsegment * | geom_to_nsegment (const GSERIALIZED *gs) |
| Transform a geometry into a network segment. More... | |
| Npoint * | geompoint_to_npoint (const GSERIALIZED *gs) |
| Transform a geometry into a network point. More... | |
| GSERIALIZED * | npoint_to_geompoint (const Npoint *np) |
| Transform a network point into a geometry. More... | |
| Nsegment * | npoint_to_nsegment (const Npoint *np) |
| Convert a network point into a network segment. More... | |
| STBox * | npoint_to_stbox (const Npoint *np) |
| Convert a network point into a spatiotemporal box. More... | |
| GSERIALIZED * | nsegment_to_geom (const Nsegment *ns) |
| Transform a network segment into a geometry. More... | |
| STBox * | nsegment_to_stbox (const Nsegment *ns) |
| Convert a network segment into a spatiotemporal box. More... | |
Conversion functions for static network points.