Click or drag to resize

RoutingStrategy Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RoutingStrategy type exposes the following members.

Methods
  NameDescription
Public methodCalculateTimeAfter
Calculates the time after passing through the link.
Public methodDispose
Disposes this RoutingStrategy.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromXml
Used to deserialize a RoutingStrategy object from XML.
Public methodGetAllowedVehicleTypes
Returns the types of vehicles that are allowed on a particular functional class road on this strategy.
Public methodGetHashCode
Returns a unique integer for this object.
(Overrides ObjectGetHashCode.)
Public methodGetProfile
Gets the RoutingProfile for a certain country for this RoutingStrategy.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRegisterProfile
Registers the RoutingProfile for a given country and type of vehicle.
Public methodSetAllowedVehicleTypes
Sets the types of vehicles that are allowed on a particular functional class road on this strategy.
Public methodSetProfile(RoutingProfile) Obsolete.
Public methodSetProfile(Country, RoutingProfile)
Sets the RoutingProfile for a certain country.
Public methodSetProfile(Country, RoutingProfile)
Sets the RoutingProfile for all the countries in an array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
Used to serialize a RoutingStrategy object to XML.
Top
See Also