RoutingProfile Class |
Namespace: Telogis.GeoBase.Routing
The RoutingProfile type exposes the following members.
Name | Description | |
---|---|---|
RoutingProfile |
Parameterless constructor. Creates a default routing profile where travel speed is only a function
of the speed category.
| |
RoutingProfile(Double, SpeedUnit) | Obsolete.
Constructs a custom speed routing profile.
| |
RoutingProfile(VehicleSpec, Double, SpeedUnit) |
Constructs a custom speed routing profile that considers the type of vehicle.
|
Name | Description | |
---|---|---|
Dispose |
Releases managed and unmanaged resources being used by this RoutingProfile.
| |
Dispose(Boolean) |
Releases resources being used by this RoutingProfile.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSpeed |
Get the travel speed for a given speed category and functional class.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetSpeed |
Set the travel speed for a given speed category and functional class.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |