Click or drag to resize

StreetLinkCollection Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A collection of StreetLinks.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseStreetLinkCollection

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class StreetLinkCollection : IMapRenderer, 
	ICollection, IEnumerable, IGeoFence

The StreetLinkCollection type exposes the following members.

Constructors
  NameDescription
Public methodStreetLinkCollection
Construct a new StreetLinkCollection to render the specified street links.
Top
Properties
  NameDescription
Public propertyBoundingBox
Calculates and returns a bounding box that includes all the streets in this collection.
Public propertyCount
Gets the number of entries in this collection.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is thread-safe.
Public propertyRenderBrush
Set to null by default, as this is a Collection. Gets or sets the Brush used to fill the GeoFence, or null for no fill.
Public propertyRenderPen
Set to null by default, as this is a Collection. Gets or sets the Pen used to draw the border around the GeoFence, or null for no border.
Public propertyRequiredRendermodes
Gets the RenderMode required by this StreetLinkCollection.
Public propertySyncRoot
Gets an object that can be used to synchronise access to the collection.
Top
Methods
  NameDescription
Public methodAdd
Add a new street link to the collection.
Public methodAddRange
Add a number of street links to the collection.
Public methodClear
Remove all street links from the collection.
Public methodContains
Determines whether the specified point is included in this fence.
Public methodCopyTo
Copies the contents of this collection to an array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator for this collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender
Renders the street links. Implements IMapRenderer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The StreetLinkCollection class implements both IMapRenderer and IGeoFence. This allows it to be used for rendering street links and for GeoFencing operations.

Related articles: Data Query Concept.

See Also