StreetLinkGetExpandedStreet Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Perform a search along neighboring
StreetLinks to find the street links that compose an
expanded version of the street. This is more exhaustive than just getting the
Street that
this link is part of, as the result can include links from multiple
Streets. The extent
of this expansion is determined by the
ExpansionFlags specified. No expansion will occur
beyond
StreetType changes, interruptions to the connectedness of the street, or where a
Street continues from partway along a
Street being traversed.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LogicalStreetLink[] GetExpandedStreet(
ExpansionFlags flags
)
Public Function GetExpandedStreet (
flags As ExpansionFlags
) As LogicalStreetLink()
Parameters
- flags
- Type: Telogis.GeoBaseExpansionFlags
The flags that determine what is classified as a street change when expanding the street.
Return Value
Type:
LogicalStreetLinkThe links that make up the expanded street, grouped into a single
LogicalStreetLink
for each unique set of vendor and link IDs.
See Also