Table of Contents

ThinkGeo.MapSuite.Routing.RoutingLayer

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This layer can show start coordinates, end coordinates, a collection of in-between stops and the resulting paths with specified styles.

Inheritance Hierarchy

Members Summary

Public Constructors

RoutingLayer()

Remarks
Parameters

RoutingLayer(PointShape,PointShape,IEnumerable<PointShape>)

Remarks
Parameters

RoutingLayer(IEnumerable<LineShape>)

Remarks
Parameters

RoutingLayer(PointShape,PointShape,IEnumerable<PointShape>,IEnumerable<LineShape>)

Remarks
Parameters

Protected Constructors

Public Methods

RequestDrawing()

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

GetThreadSafetyLevel()

Remarks
Return Value
Parameters

CloneDeep()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

Draw(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

OnRequestedDrawing(RequestedDrawingLayerEventArgs)

Remarks
Return Value
Parameters

OnRequestingDrawing(RequestingDrawingLayerEventArgs)

Remarks
Return Value
Parameters

GetThreadSafetyLevelCore()

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

DrawException(GeoCanvas,Exception)

Remarks
Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

Remarks
Return Value
Parameters

OnDrawingException(DrawingExceptionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnException(DrawnExceptionLayerEventArgs)

Remarks
Return Value
Parameters

DrawAttributionCore(GeoCanvas,String)

Remarks
Return Value
Parameters

OnDrawingAttribution(DrawingAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnAttribution(DrawnAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

XOffsetInPixelOfStopOrder

Gets or sets the x offset (in pixels) of the stop order.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#XOffsetInPixelOfStopOrder

Return Value

YOffsetInPixelOfStopOrder

Gets or sets the y offset (in pixels) of the stop order.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#YOffsetInPixelOfStopOrder

Return Value

Routes

Gets the result path information for routing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Routes

Return Value

StartPoint

Gets and sets the start coordinates for routing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StartPoint

Return Value

EndPoint

Gets and sets the end coordinates for routing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#EndPoint

Return Value

StopPoints

Gets a collection that holds the stop coordinates between StartPoint and EndPoint for routing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopPoints

Return Value

StartPointStyle

Gets and sets the style of StartPoint.

Remarks

If this property is not set, the default style is a small green marker representing the route start point.

Return Value

EndPointStyle

Gets and sets the style of EndPoint.

Remarks

If this property is not set, the default style is a small red marker representing the route end point.

Return Value

StopPointStyle

Gets and sets the style of StopPoints.

Remarks

If this property is not set, the default style is a small yellow marker representing a stop.

Return Value

StopTextStyle

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopTextStyle

Return Value

RouteStyle

Gets and sets the style of Routes.

Remarks

If this property is not set, the default style is a purple pen with semitransparent color.

Return Value

ShowStopOrder

Gets and sets the value that represents whether to show the ordinal number of each of the StopPoints when drawing layer. The default value is true.

Remarks

If this property is set to false, the text representing the sequence number of each stop will not be shown. This is ensured in the Draw method.

Return Value

RequestDrawingInterval

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawingInterval

Return Value

IsOpen

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpen

Return Value

HasBoundingBox

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#HasBoundingBox

Return Value

DrawingTime

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingTime

Return Value

Name

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Name

Return Value

Attribution

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawAttributionCore.28GeoCanvas.2C_String.29

Return Value

IsVisible

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsVisible

Return Value

Transparency

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Transparency

Return Value

BlueTranslation

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

RedTranslation

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

GreenTranslation

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

KeyColors

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

IsNegative

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsNegative

Return Value

IsGrayscale

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsGrayscale

Return Value

DrawingExceptionMode

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingExceptionMode

Return Value

Protected Properties

IsOpenCore

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpenCore

Return Value

Public Events

RequestedDrawing N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29

Event Arguments:RequestedDrawingLayerEventArgs

RequestingDrawing N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29

Event Arguments:RequestingDrawingLayerEventArgs

DrawingProgressChanged N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29

Event Arguments:DrawingProgressChangedEventArgs

DrawingException N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingException.28DrawingExceptionLayerEventArgs.29

Event Arguments:DrawingExceptionLayerEventArgs

DrawnException N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnException.28DrawnExceptionLayerEventArgs.29

Event Arguments:DrawnExceptionLayerEventArgs

DrawingAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29

Event Arguments:DrawingAttributionLayerEventArgs

DrawnAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29

Event Arguments:DrawnAttributionLayerEventArgs