![]() |
MobilityDB 1.3
|
Conversion functions for static network points. More...
Functions | |
Npoint * | geom_to_npoint (const GSERIALIZED *gs) |
Transform a geometry into a network point. More... | |
Nsegment * | geom_to_nsegment (const GSERIALIZED *gs) |
Transform a geometry into a network segment. More... | |
GSERIALIZED * | npoint_to_geom (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.