Show / Hide Table of Contents

Class RoutingNetworkExtensions

Contains extensions for the routing network.

Inheritance
System.Object
RoutingNetworkExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class RoutingNetworkExtensions

Methods

GetFeatures(RoutingNetwork)

Gets all features.

Declaration
public static FeatureCollection GetFeatures(this RoutingNetwork network)
Parameters
RoutingNetwork network

Returns
FeatureCollection

GetFeaturesFor(RoutingNetwork, List<UInt32>)

Gets features for all the given vertices.

Declaration
public static FeatureCollection GetFeaturesFor(this RoutingNetwork network, List<uint> vertices)
Parameters
RoutingNetwork network

List<System.UInt32> vertices

Returns
FeatureCollection

GetFeaturesIn(RoutingNetwork, Single, Single, Single, Single)

Gets all features inside the given bounding box.

Declaration
public static FeatureCollection GetFeaturesIn(this RoutingNetwork network, float minLatitude, float minLongitude, float maxLatitude, float maxLongitude)
Parameters
RoutingNetwork network

System.Single minLatitude

System.Single minLongitude

System.Single maxLatitude

System.Single maxLongitude

Returns
FeatureCollection

Back to top Built by Itinero, MIT licensed.