MovementRenderer Class |
Namespace: Telogis.GeoBase.Routing
The MovementRenderer type exposes the following members.
Name | Description | |
---|---|---|
MovementRenderer |
Display an arrow on a map indicating the flow of the movement.
| |
MovementRenderer(Movement) |
Display an arrow on a map indicating the flow of the movement.
|
Name | Description | |
---|---|---|
FillColor |
The fill color of the arrow.
| |
Height |
The height (in pixels) to which the arrow is raised above ground.
| |
InboundLength |
The length of the arrow before the movement.
| |
Movement |
The direction of the arrow.
| |
NoteFont | Obsolete.
The font used for the note.
| |
OutboundLength |
The length of the arrow after the movement.
| |
OutlineColor |
The outline color of the arrow.
| |
OutlineWidth |
The width of the outline.
| |
RequiredRendermodes |
Gets the RenderMode required by this Direction.
| |
ShadeColor |
The shade color of the arrow.
| |
Visible |
Display the arrow on the map. Default is true.
| |
Width |
The radius (in pixels) of the arrow line.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the MovementRenderer | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Draws an arrow on a map indicating the flow of this Direction | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |