network_location: Find Location of a Point on a Geometric Network
Description
Find Location of a Point on a Geometric Network
Usage
network_location(G, m, z)
Value
A list with names l, tp_l, x and y.
Arguments
- G
A geometric network.
- m
The segment index.
- z
The shortest path distance from the beginning of the network
segment.