Click or drag to resize

SpeedLimitTable Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a table of speed limits associated with a given GBFS file. This is a mapping from SpeedCat (speed category) to Speed.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingSpeedLimitTable

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

The SpeedLimitTable type exposes the following members.

Constructors
  NameDescription
Public methodSpeedLimitTable
Creates a new SpeedLimitTable of speed limits that will use the specified SpeedUnit as its default.
Top
Properties
  NameDescription
Public propertyDefaultUnit
Gets the default SpeedUnit of this SpeedLimitTable.
Top
Methods
  NameDescription
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 methodStatic memberGetSpeedCat
Converts a given speed in a given unit to a speed category. A lower speed category value indicates a higher speed.
Public methodGetSpeedLimit(Char)
Converts a speed category to a speed limit in the table's default SpeedUnit.
Public methodGetSpeedLimit(Char, SpeedUnit)
Converts a speed category to a speed limit in the specified SpeedUnit.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also