LogicalStreetLink Class | ![]() |
Namespace: Telogis.GeoBase
The LogicalStreetLink type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogicalStreetLink |
Create an empty LogicalStreetLink. The parameterless constructor is intended for serialization
purposes only and should not be used for general use.
|
Name | Description | |
---|---|---|
![]() | Country |
The country containing the link.
|
![]() | EndPoint |
The last point of the underlying StreetLinks.
|
![]() | Flags |
The flags for the first underlying StreetLink.
|
![]() | FunctionalClass |
The functional class of this link. Used to determine optimal routes.
|
![]() | HighAddress |
The highest street number contained in the underlying StreetLinks.
|
![]() | LinkId |
The unique identifier for this link from the underlying dataset
|
![]() | Links |
The underlying StreetLinks.
|
![]() | LowAddress |
The lowest street number contained in the underlying StreetLinks.
|
![]() | Points |
The list of LatLons making up the link.
|
![]() | Postcode |
The postcode on the left side of the street
|
![]() | SpeedCategory |
The speed classification of the link, based on its posted or legal speed.
|
![]() | SpeedLimit |
If the actual speed limit is not known, gets a speed limit estimate that is determined by additional
flag data of the underlying StreetLinks.
|
![]() | SpeedLimitSource |
Gets the source of the speed limit data for this link.
|
![]() | SpeedLimitUnit |
The units that the speed limit is presented in.
|
![]() | StartPoint |
The first point of the underlying StreetLinks.
|
![]() | StreetName |
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.
|
![]() | Vendor |
The vendor of the street data containing this link.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | Get(Street) | |
![]() ![]() | Get(StreetLink) |
Create a new LogicalStreetLink containing all StreetLinks in the
same street with the same link ID.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |