Click or drag to resize

GeostreamTraffic Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A GeoStreamTraffic is a Traffic designed for use over GeoStream.
Inheritance Hierarchy

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

The GeostreamTraffic type exposes the following members.

Constructors
  NameDescription
Public methodGeostreamTraffic
Initializes a new instance of the GeoStreamTraffic class. Used to set traffic data sources from a GeoStream server.
Top
Properties
  NameDescription
Public propertyExpires
The expiry time for this traffic data.
(Inherited from Traffic.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from Traffic.)
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(UInt64, DateTime, SpeedUnit)
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time.
(Inherited from Traffic.)
Public methodGetSpeed(UInt64, DateTime, TimeZone, SpeedUnit)
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time and timezone.
(Inherited from Traffic.)
Public methodGetSpeed(UInt64, TrafficDirectionType, DateTime, SpeedUnit)
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time and link direction.
(Inherited from Traffic.)
Public methodGetSpeed(UInt64, TrafficDirectionType, DateTime, TimeZone, SpeedUnit)
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time, link direction and timezone.
(Inherited from Traffic.)
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