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

Accessor functions for static network points. More...

Functions

uint32 npoint_hash (const Npoint *np)
 Return the 32-bit hash value of a network point. More...
 
uint64 npoint_hash_extended (const Npoint *np, uint64 seed)
 Return the 64-bit hash value of a network point using a seed. More...
 
double npoint_position (const Npoint *np)
 Return the position of a network point. More...
 
int64 npoint_route (const Npoint *np)
 Return the route of a network point. More...
 
double nsegment_end_position (const Nsegment *ns)
 Return the end position of a network segment. More...
 
int64 nsegment_route (const Nsegment *ns)
 Return the route of a network segment. More...
 
double nsegment_start_position (const Nsegment *ns)
 Return the start position of a network segment. More...
 

Detailed Description

Accessor functions for static network points.