Click or drag to resize

MovementRenderer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to display an arrow on a map indicating the flow of the movement.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingMovementRenderer

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class MovementRenderer : IDisposable, 
	IMapRenderer

The MovementRenderer type exposes the following members.

Constructors
  NameDescription
Public methodMovementRenderer
Display an arrow on a map indicating the flow of the movement.
Public methodMovementRenderer(Movement)
Display an arrow on a map indicating the flow of the movement.
Top
Properties
  NameDescription
Public propertyFillColor
The fill color of the arrow.
Public propertyHeight
The height (in pixels) to which the arrow is raised above ground.
Public propertyInboundLength
The length of the arrow before the movement.
Public propertyMovement
The direction of the arrow.
Public propertyNoteFont Obsolete.
The font used for the note.
Public propertyOutboundLength
The length of the arrow after the movement.
Public propertyOutlineColor
The outline color of the arrow.
Public propertyOutlineWidth
The width of the outline.
Public propertyRequiredRendermodes
Gets the RenderMode required by this Direction.
Public propertyShadeColor
The shade color of the arrow.
Public propertyVisible
Display the arrow on the map. Default is true.
Public propertyWidth
The radius (in pixels) of the arrow line.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MovementRenderer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Draws an arrow on a map indicating the flow of this Direction
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also