Click or drag to resize

LogicalStreetLink Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Provides a wrapper for one or more StreetLink sharing the same vendor and link ID.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseLogicalStreetLink

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

The LogicalStreetLink type exposes the following members.

Constructors
  NameDescription
Public methodLogicalStreetLink
Create an empty LogicalStreetLink. The parameterless constructor is intended for serialization purposes only and should not be used for general use.
Top
Properties
  NameDescription
Public propertyCountry
The country containing the link.
Public propertyEndPoint
The last point of the underlying StreetLinks.
Public propertyFlags
The flags for the first underlying StreetLink.
Public propertyFunctionalClass
The functional class of this link. Used to determine optimal routes.
Public propertyHighAddress
The highest street number contained in the underlying StreetLinks.
Public propertyLinkId
The unique identifier for this link from the underlying dataset
Public propertyLinks
The underlying StreetLinks.
Public propertyLowAddress
The lowest street number contained in the underlying StreetLinks.
Public propertyPoints
The list of LatLons making up the link.
Public propertyPostcode
The postcode on the left side of the street
Public propertySpeedCategory
The speed classification of the link, based on its posted or legal speed.
Public propertySpeedLimit
If the actual speed limit is not known, gets a speed limit estimate that is determined by additional flag data of the underlying StreetLinks.
Public propertySpeedLimitSource
Gets the source of the speed limit data for this link.
Public propertySpeedLimitUnit
The units that the speed limit is presented in.
Public propertyStartPoint
The first point of the underlying StreetLinks.
Public propertyStreetName
The first street name contained in the underlying StreetLinks. Other names may also be present, and can be accessed by retrieving them directly from the underlying StreetLinks.
Public propertyVendor
The vendor of the street data containing this link.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGet(Street)
Gets a list of LogicalStreetLink objects containing all the StreetLinks in a Street.
Public methodStatic memberGet(StreetLink)
Create a new LogicalStreetLink containing all StreetLinks in the same street with the same link ID.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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