ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This layer can show start coordinates, end coordinates, a collection of in-between stops and the resulting paths with specified styles.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer</a>
*System.Object ThinkGeo.MapSuite.Core.Layer *ThinkGeo.MapSuite.Routing.RoutingLayer
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is a constructor for the class. | ||
![]() | PointShape, PointShape, IEnumerable<PointShape> | This is a constructor for the class. | |
![]() | IEnumerable<LineShape> | ||
![]() | PointShape, PointShape, IEnumerable<PointShape>, IEnumerable<LineShape> |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Layer | ||
![]() | Layer | ||
![]() | GeoCanvas, Collection<SimpleCandidate> | Layer | |
![]() | Object | Object | |
![]() | Layer | ||
![]() | Object | ||
![]() | Object | ||
![]() ![]() | Stream | Layer | |
![]() ![]() | Uri | Layer | |
![]() | Layer | ||
![]() | TimeSpan, RequestDrawingBufferTimeType | Layer | |
![]() | IEnumerable<RectangleShape> | Layer | |
![]() | RectangleShape, TimeSpan | Layer | |
![]() | RectangleShape, TimeSpan, RequestDrawingBufferTimeType | Layer | |
![]() | IEnumerable<RectangleShape>, TimeSpan | Layer | |
![]() | RectangleShape | Layer | |
![]() | Layer | ||
![]() | IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType | Layer | |
![]() | TimeSpan | Layer | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Layer | ||
![]() | Layer | ||
![]() | GeoCanvas, String | Layer | |
![]() | GeoCanvas, Collection<SimpleCandidate> | Layer(overriden) | This method will draw the routing result based on the specified styles. |
![]() | GeoCanvas, Exception | Layer | |
![]() | GeoCanvas, Exception | Layer | |
![]() | Object | ||
![]() | Layer | ||
![]() | Object | ||
![]() | DrawingAttributionLayerEventArgs | Layer | |
![]() | DrawingExceptionLayerEventArgs | Layer | |
![]() | DrawingProgressChangedEventArgs | Layer | |
![]() | DrawnAttributionLayerEventArgs | Layer | |
![]() | DrawnExceptionLayerEventArgs | Layer | |
![]() | RequestedDrawingLayerEventArgs | Layer | |
![]() | RequestingDrawingLayerEventArgs | Layer | |
![]() | Layer |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Layer | |
![]() | Single | Layer | |
![]() | DrawingExceptionMode | Layer | |
![]() | TimeSpan | Layer | |
![]() | PointShape | Gets and sets the end coordinates for routing. | |
![]() | PointStyle | Gets and sets the style of EndPoint. | |
![]() | Single | Layer | |
![]() | Boolean | Layer | |
![]() | Boolean | Layer | |
![]() | Boolean | Layer | |
![]() | Boolean | Layer | |
![]() | Boolean | Layer | |
![]() | Collection<GeoColor> | Layer | |
![]() | String | Layer | |
![]() | Single | Layer | |
![]() | TimeSpan | Layer | |
![]() | LineStyle | Gets and sets the style of Routes. | |
![]() | Collection<LineShape> | Gets the result path information for routing. | |
![]() | Boolean | 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. | |
![]() | PointShape | Gets and sets the start coordinates for routing. | |
![]() | PointStyle | Gets and sets the style of StartPoint. | |
![]() | PointStyle | Gets and sets the style of StopPoints. | |
![]() | Collection<PointShape> | Gets a collection that holds the stop coordinates between StartPoint and EndPoint for routing. | |
![]() | TextStyle | ||
![]() | Single | Layer | |
![]() | Single | Gets or sets the x offset (in pixels) of the stop order. | |
![]() | Single | Gets or sets the y offset (in pixels) of the stop order. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Layer |
This is a constructor for the class.
This is the default constructor. If you use this constructor, then you should set the Routes property manually.
This is the default constructor. If you use this constructor, then you should set the Routes property manually.
Name | Type | Description |
---|
This is a constructor for the class.
This constructor allows you to provide the points for display.
This constructor gets the points ready to use.
Name | Type | Description |
---|---|---|
startPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter represents the startPoint that you want to use in this class. |
endPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter represents the endPoint that you want to use in this class. |
stopPoints | IEnumerable<PointShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.PointShape} –> | This parameter represents the stopPoints that you want to use in this class. |
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
routes | IEnumerable<LineShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.LineShape} –> |
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
startPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
endPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
stopPoints | IEnumerable<PointShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.PointShape} –> | |
routes | IEnumerable<LineShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.LineShape} –> |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloneDeep.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloneDeep.28.29</a>
Return Type | Description |
---|---|
Layer<!– ThinkGeo.MapSuite.Core.Layer –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Close.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Close.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetBoundingBox.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetBoundingBox.28.29</a>
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#LoadLayer.28Stream.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#LoadLayer.28Stream.29</a>
Return Type | Description |
---|---|
Layer<!– ThinkGeo.MapSuite.Core.Layer –> |
Name | Type | Description |
---|---|---|
layerStream | Stream<!– System.IO.Stream –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#LoadLayer.28Uri.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#LoadLayer.28Uri.29</a>
Return Type | Description |
---|---|
Layer<!– ThinkGeo.MapSuite.Core.Layer –> |
Name | Type | Description |
---|---|---|
layerUri | Uri<!– System.Uri –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Open.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Open.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28RectangleShape.2C_TimeSpan.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28RectangleShape.2C_TimeSpan.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28TimeSpan.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawing.28TimeSpan.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloneDeepCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloneDeepCore.28.29</a>
Return Type | Description |
---|---|
Layer<!– ThinkGeo.MapSuite.Core.Layer –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloseCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#CloseCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawAttributionCore.28GeoCanvas.2C_String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawAttributionCore.28GeoCanvas.2C_String.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
attribution | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
This method will draw the routing result based on the specified styles.
This abstract method is called from the concrete public method Draw. This method draws the representation of the layer based on the extent you provided.When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object or a GeoImage to draw on. |
labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> | This parameter represents the labels used for collision detection and duplication checking. |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawException.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawException.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
e | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawExceptionCore.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
e | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetBoundingBoxCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#GetBoundingBoxCore.28.29</a>
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingException.28DrawingExceptionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingException.28DrawingExceptionLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingExceptionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingProgressChangedEventArgs<!– ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnException.28DrawnExceptionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnException.28DrawnExceptionLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnExceptionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestedDrawingLayerEventArgs<!– ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestingDrawingLayerEventArgs<!– ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OpenCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OpenCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawAttributionCore.28GeoCanvas.2C_String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawAttributionCore.28GeoCanvas.2C_String.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingExceptionMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingExceptionMode</a>
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingTime” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#DrawingTime</a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
Gets and sets the end coordinates for routing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#EndPoint” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#EndPoint</a>
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets and sets the style of EndPoint.
If this property is not set, the default style is a small red marker representing the route end point.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#HasBoundingBox” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#HasBoundingBox</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsGrayscale” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsGrayscale</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsNegative” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsNegative</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpen” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpen</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsVisible</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
Collection<GeoColor><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.GeoColor} –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Name” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Name</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawingInterval” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#RequestDrawingInterval</a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
Gets and sets the style of Routes.
If this property is not set, the default style is a purple pen with semitransparent color.
Return Type |
---|
LineStyle<!– ThinkGeo.MapSuite.Core.LineStyle –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets the result path information for routing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Routes” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Routes</a>
Return Type |
---|
Collection<LineShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.LineShape} –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
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.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets and sets the start coordinates for routing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StartPoint” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StartPoint</a>
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets and sets the style of StartPoint.
If this property is not set, the default style is a small green marker representing the route start point.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets and sets the style of StopPoints.
If this property is not set, the default style is a small yellow marker representing a stop.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets a collection that holds the stop coordinates between StartPoint and EndPoint for routing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopPoints” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopPoints</a>
Return Type |
---|
Collection<PointShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.PointShape} –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopTextStyle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#StopTextStyle</a>
Return Type |
---|
TextStyle<!– ThinkGeo.MapSuite.Core.TextStyle –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Transparency” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#Transparency</a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
Gets or sets the x offset (in pixels) of the stop order.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#XOffsetInPixelOfStopOrder” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#XOffsetInPixelOfStopOrder</a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
Gets or sets the y offset (in pixels) of the stop order.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#YOffsetInPixelOfStopOrder” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#YOffsetInPixelOfStopOrder</a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Routing.RoutingLayer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpenCore” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#IsOpenCore</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29</a>
Event Arguments |
---|
DrawingAttributionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingException.28DrawingExceptionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingException.28DrawingExceptionLayerEventArgs.29</a>
Event Arguments |
---|
DrawingExceptionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29</a>
Event Arguments |
---|
DrawingProgressChangedEventArgs<!– ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29</a>
Event Arguments |
---|
DrawnAttributionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnException.28DrawnExceptionLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnDrawnException.28DrawnExceptionLayerEventArgs.29</a>
Event Arguments |
---|
DrawnExceptionLayerEventArgs<!– ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29</a>
Event Arguments |
---|
RequestedDrawingLayerEventArgs<!– ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingLayer#OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29</a>
Event Arguments |
---|
RequestingDrawingLayerEventArgs<!– ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs –> |
<!– ThinkGeo.MapSuite.Core.Layer –> Go Back
NOTOC MapSuiteRouting ThinkGeo.MapSuite.Routing UpdateDocumentation