DistanceCalculator Properties |
The DistanceCalculator type exposes the following members.
Name | Description | |
---|---|---|
Distances |
Distances from location to any other node and grid point in the network
The value double.MaxValue is used when the node/grid point is more than MaxDistance from the location, or if the node/grid-point is not reachable from the location | |
MaxDistance | Maximum distance from search location to calculate distance.
Outside this distance, the results in the Distances
may be double.MaxValue.
| |
UseSignedDistance |
Flag specifying whether to calculate signed distances, i.e.
distance is positive in down-stream direction and negative
in up-stream direction from location
|