Click or drag to resize

Street Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a physical street.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseStreet

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

The Street type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
Gets a Rectangle for this street.
Public propertyLinks
Gets the StreetLinks that make up this street.
Public propertyName
The street name.
Public propertyNameInformation
Returns an array of alternative names for this street.
Public propertyPointAddresses
Gets the PointAddresss on this street.
Public propertyStreetType
The StreetType of the street for use in queries. See DataQuery.
Top
Methods
Fields
  NameDescription
Public fieldPoints
An array of points through which this street passes.
Top
Remarks
A street is a collection of StreetLinks and points around which a bounding box may be drawn. Each street has a name and an array of points through which this street passes.

Related articles: Data Query Concept.

See Also