RoutingProfile Constructor (Double, SpeedUnit) |
Note: This API is now obsolete.
Namespace: Telogis.GeoBase.Routing
[ObsoleteAttribute("Use RoutingProfile(VehicleSpec vehicleSpec, double[] speeds, SpeedUnit units)")] public RoutingProfile( double[] speeds, SpeedUnit units )
A one-dimensional array of 48 doubles representing the travel speed for each functional class and speed category combination.
The array is constructed in six consecutive blocks of eight elements. Each block represents a functional class (1-6), the first block represents functional class 1, the second block functional class 2, etc.
The first element in the each block corresponds to speed category 1, the second element speed category 2, etc.