RoutingStrategy Methods |
The RoutingStrategy type exposes the following members.
Name | Description | |
---|---|---|
CalculateTimeAfter |
Calculates the time after passing through the link.
| |
Dispose |
Disposes this RoutingStrategy.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromXml |
Used to deserialize a RoutingStrategy
object from XML.
| |
GetAllowedVehicleTypes |
Returns the types of vehicles that are allowed on a particular functional class road on this strategy.
| |
GetHashCode |
Returns a unique integer for this object.
(Overrides ObjectGetHashCode.) | |
GetProfile |
Gets the RoutingProfile
for a certain country for this RoutingStrategy.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RegisterProfile |
Registers the RoutingProfile for
a given country and type of vehicle.
| |
SetAllowedVehicleTypes |
Sets the types of vehicles that are allowed on a particular functional class road on this strategy.
| |
SetProfile(RoutingProfile) | Obsolete. | |
SetProfile(Country, RoutingProfile) |
Sets the RoutingProfile
for a certain country.
| |
SetProfile(Country, RoutingProfile) |
Sets the RoutingProfile for all the countries
in an array.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToXml |
Used to serialize a RoutingStrategy
object to XML.
|