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

Conversion functions for static network points. More...

Functions

Npointgeom_to_npoint (const GSERIALIZED *gs)
 Transform a geometry into a network point. More...
 
Nsegmentgeom_to_nsegment (const GSERIALIZED *gs)
 Transform a geometry into a network segment. More...
 
GSERIALIZEDnpoint_to_geom (const Npoint *np)
 Transform a network point into a geometry. More...
 
Nsegmentnpoint_to_nsegment (const Npoint *np)
 Convert a network point into a network segment. More...
 
STBoxnpoint_to_stbox (const Npoint *np)
 Convert a network point into a spatiotemporal box. More...
 
GSERIALIZEDnsegment_to_geom (const Nsegment *ns)
 Transform a network segment into a geometry. More...
 
STBoxnsegment_to_stbox (const Nsegment *ns)
 Convert a network segment into a spatiotemporal box. More...
 

Detailed Description

Conversion functions for static network points.