Click or drag to resize

RoutingProfile Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to determine the speed profile (based on functional class and speed category) when routing. See remarks.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingRoutingProfile

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class RoutingProfile : IDisposable

The RoutingProfile type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Releases managed and unmanaged resources being used by this RoutingProfile.
Public methodDispose(Boolean)
Releases resources being used by this RoutingProfile.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSpeed
Get the travel speed for a given speed category and functional class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSpeed
Set the travel speed for a given speed category and functional class.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Travel speed is often a function of both functional class and speed category.
See Also