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!
This class is the base class for all types of RoutingAlgorithm.
This is the default constructor for the RoutingAlgorithm and should be called by inherited classes.
This is the default constructor for the RoutingAlgorithm and should be called by inherited classes.
GetRoute(RoutingSource,String,String)
This method returns a RoutingResult based on the extent you provided.
This method is the concrete wrapper for the abstract method GetRouteCore.This method gets the routing result based on the extent you provided. In this method, you are repsonsible for implementing a routing algorithm to get the path between two routeSegments.
N/A
N/A
N/A
N/A
N/A
GetRouteCore(RoutingSource,String,String)
This method returns a RoutingResult based on the extent you provided.
This abstract method is called from the concrete public method GetRoute.This method gets the routing result based on the extent you provided. In this method, you are repsonsible for implementing a routing algorithm to get the path between two routeSegments.
OnFindingRoute(FindingRouteRoutingAlgorithmEventArgs)
This method allows you to raise the FindingRoute event from a derived class.
N/A
N/A
N/A
N/A
N/A
This event is called after finding the adjacent routeSegments. It wil be called many times during the route.
Event Arguments:FindingRouteRoutingAlgorithmEventArgs