User Tools

Site Tools


thinkgeo.mapsuite.routing.routinglayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.routing.routinglayer [2015/09/18 03:06]
admin
thinkgeo.mapsuite.routing.routinglayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Routing.RoutingLayer ====== ====== ThinkGeo.MapSuite.Routing.RoutingLayer ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This layer can show start coordinates,​ end coordinates,​ a collection of in-between stops and the resulting paths with specified styles. This layer can show start coordinates,​ end coordinates,​ a collection of in-between stops and the resulting paths with specified styles.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} RoutingLayer() ** ** {{wiki:​PublicMethod.gif|}} RoutingLayer() **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-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.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} RoutingLayer(PointShape,​PointShape,​IEnumerable<​PointShape>​) ** ** {{wiki:​PublicMethod.gif|}} RoutingLayer(PointShape,​PointShape,​IEnumerable<​PointShape>​) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-This constructor gets the points ready to use.+  * //This constructor gets the points ready to use.//
 == Parameters == == Parameters ==
   * //​startPoint//​   * //​startPoint//​
Line 35: Line 38:
 ** {{wiki:​PublicMethod.gif|}} RoutingLayer(IEnumerable<​LineShape>​) ** ** {{wiki:​PublicMethod.gif|}} RoutingLayer(IEnumerable<​LineShape>​) **
  
-This is a constructor for the class.+  * //N/A//
 == Remarks == == Remarks ==
-This constructor gets the route ready to use.+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
   * //routes//   * //routes//
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​
-    * Description:​This parameter represents the routes that you want to use in this class.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} RoutingLayer(PointShape,​PointShape,​IEnumerable<​PointShape>,​IEnumerable<​LineShape>​) ** ** {{wiki:​PublicMethod.gif|}} RoutingLayer(PointShape,​PointShape,​IEnumerable<​PointShape>,​IEnumerable<​LineShape>​) **
  
-This is a constructor for the class.+  * //N/A//
 == Remarks == == Remarks ==
-This constructor gets the points ready to use.+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
   * //​startPoint//​   * //​startPoint//​
     * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]     * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
-    * Description:​This parameter represents the startPoint that you want to use in this class.+    * Description:​N/A
  
   * //​endPoint//​   * //​endPoint//​
     * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]     * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
-    * Description:​This parameter represents the endPoint that you want to use in this class.+    * Description:​N/A
  
   * //​stopPoints//​   * //​stopPoints//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​
-    * Description:​This parameter represents the stopPoints that you want to use in this class.+    * Description:​N/A
  
   * //routes//   * //routes//
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​
-    * Description:​This parameter represents the routes that you want to use in this class.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
Line 71: Line 74:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing() ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​RequestDrawing.28.29/​/
  
 == Return Value == == Return Value ==
Line 83: Line 86:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​RequestDrawing.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 99: Line 102:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 115: Line 118:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​RequestDrawing.28TimeSpan.29/​/
  
 == Return Value == == Return Value ==
Line 131: Line 134:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 151: Line 154:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​RequestDrawing.28RectangleShape.2C_TimeSpan.29/​/
  
 == Return Value == == Return Value ==
Line 171: Line 174:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 195: Line 198:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 215: Line 218:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 239: Line 242:
 ** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() ** ** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 251: Line 254:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​CloneDeep.28.29/​/
  
 == Return Value == == Return Value ==
Line 263: Line 266:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Open.28.29/​/
  
 == Return Value == == Return Value ==
Line 275: Line 278:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Close.28.29/​/
  
 == Return Value == == Return Value ==
Line 287: Line 290:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​GetBoundingBox.28.29/​/
  
 == Return Value == == Return Value ==
Line 299: Line 302:
 ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 319: Line 322:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 331: Line 334:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 347: Line 350:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 359: Line 362:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 372: Line 375:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-This method will draw the routing result based on the specified styles.+  * //This method will draw the routing result based on the specified styles.//
 == Remarks == == Remarks ==
-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.+  * //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 Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 392: Line 395:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnRequestedDrawing.28RequestedDrawingLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 408: Line 411:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnRequestingDrawing.28RequestingDrawingLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 424: Line 427:
 ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 436: Line 439:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​CloneDeepCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 448: Line 451:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OpenCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 460: Line 463:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​CloseCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 472: Line 475:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​GetBoundingBoxCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 484: Line 487:
 ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​DrawException.28GeoCanvas.2C_Exception.29/​/
  
 == Return Value == == Return Value ==
Line 504: Line 507:
 ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​DrawExceptionCore.28GeoCanvas.2C_Exception.29/​/
  
 == Return Value == == Return Value ==
Line 524: Line 527:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnDrawingException.28DrawingExceptionLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 540: Line 543:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnDrawnException.28DrawnExceptionLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 556: Line 559:
 ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) ** ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 576: Line 579:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnDrawingAttribution.28DrawingAttributionLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 592: Line 595:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnDrawnAttribution.28DrawnAttributionLayerEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 608: Line 611:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​OnDrawingProgressChanged.28DrawingProgressChangedEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 624: Line 627:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 636: Line 639:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 651: Line 654:
 Gets or sets the x offset (in pixels) of the stop order. Gets or sets the x offset (in pixels) of the stop order.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​XOffsetInPixelOfStopOrder
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 659: Line 662:
 Gets or sets the y offset (in pixels) of the stop order. Gets or sets the y offset (in pixels) of the stop order.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​YOffsetInPixelOfStopOrder
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 667: Line 670:
 Gets the result path information for routing. Gets the result path information for routing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Routes
 == Return Value == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​
Line 675: Line 678:
 Gets and sets the start coordinates for routing. Gets and sets the start coordinates for routing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​StartPoint
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
Line 683: Line 686:
 Gets and sets the end coordinates for routing. Gets and sets the end coordinates for routing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​EndPoint
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
Line 691: Line 694:
 Gets a collection that holds the stop coordinates between StartPoint and EndPoint for routing. Gets a collection that holds the stop coordinates between StartPoint and EndPoint for routing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​StopPoints
 == Return Value == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​
Line 723: Line 726:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​StopTextStyle
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]
Line 747: Line 750:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​RequestDrawingInterval
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 755: Line 758:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​IsOpen
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 763: Line 766:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​HasBoundingBox
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 771: Line 774:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​DrawingTime
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 779: Line 782:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Name
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 787: Line 790:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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 == == Return Value ==
   * Type:String   * Type:String
Line 795: Line 798:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​IsVisible
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 803: Line 806:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​Transparency
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 811: Line 814:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 819: Line 822:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 827: Line 830:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 835: Line 838:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​
Line 843: Line 846:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​IsNegative
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 851: Line 854:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​IsGrayscale
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 859: Line 862:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​DrawingExceptionMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
Line 868: Line 871:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.Routing.RoutingLayer#​IsOpenCore
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 876: Line 879:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
Line 883: Line 886:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
Line 890: Line 893:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
Line 897: Line 900:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
Line 904: Line 907:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
Line 911: Line 914:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
Line 918: Line 921:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
  
  
thinkgeo.mapsuite.routing.routinglayer.1442545600.txt.gz ยท Last modified: 2015/09/18 03:06 by admin