StreetLinkCollection Class |
Namespace: Telogis.GeoBase
The StreetLinkCollection type exposes the following members.
Name | Description | |
---|---|---|
StreetLinkCollection |
Construct a new StreetLinkCollection to render the
specified street links.
|
Name | Description | |
---|---|---|
BoundingBox |
Calculates and returns a bounding box that includes all the streets
in this collection.
| |
Count |
Gets the number of entries in this collection.
| |
IsSynchronized |
Gets a value indicating whether access to this collection is thread-safe.
| |
RenderBrush | 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.
| |
RenderPen | 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.
| |
RequiredRendermodes |
Gets the RenderMode required by this StreetLinkCollection.
| |
SyncRoot |
Gets an object that can be used to synchronise access
to the collection.
|
Name | Description | |
---|---|---|
Add |
Add a new street link
to the collection.
| |
AddRange |
Add a number of street links
to the collection.
| |
Clear |
Remove all street links
from the collection.
| |
Contains |
Determines whether the specified point is included in this fence.
| |
CopyTo |
Copies the contents of this collection to an array.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Gets an enumerator for this collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Renders the street links. Implements IMapRenderer.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Data Query Concept.