StreetLink Properties |
The StreetLink type exposes the following members.
Name | Description | |
---|---|---|
ExtraData |
Implemented by derived classes to get the extra data for this link.
Extra data includes information such as the existence of traffic signals
at the end of the link. It is not available in all data files.
| |
FirstPoint |
The first point on the street (this point will be at the reference end).
| |
Flags |
Implemented by derived classes to get a RouteFlag object that contains information
about the flags on this street.
| |
LAddrNRef |
Implemented by derived classes to get the number of the last property on the left of the street at the non-reference end.
| |
LAddrRef |
Implemented by derived classes to get the number of the first property on the left of the street at the
reference end.
| |
LastPoint |
The last point on the street (this point will be at the non-reference end).
| |
LinkId |
Implemented by derived classes to get the unique identifier for this link from the underlying dataset.
| |
LPostcode |
Implemented by derived classes to get the postcode for the left hand side of the street.
| |
Names |
Implemented by derived classes to get an array of the names of this street.
| |
Points |
Implemented by derived classes to get an array of the points representing this street. Points are returned
with the reference end at position 0 and the non-reference end at Points.Length - 1 | |
RAddrNRef |
Implemented by derived classes to get the number of the last property on the right of the street.
| |
RAddrRef |
Implemented by derived classes to get the number of the first property on the right of the street at the
reference end.
| |
RPostcode |
Implemented by derived classes to get the postcode for the right hand side of the street.
| |
Street |
Implemented by derived classes to get the Street that this StreetLink
is a part of.
| |
TimeZone |
Implemented by derived classes to get the time zone where this street link is located.
| |
Vendor |
Implemented by derived classes to get the vendor of the street data containing this link.
| |
Z_End |
Implemented by derived classes to get the Z level at the non-reference end of the street link.
| |
Z_Start |
Implemented by derived classes to get the Z level at the reference end of the street link.
|