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 for finding a route.
RoutingEngine(RoutingSource,FeatureSource)
RoutingEngine(RoutingSource,RoutingAlgorithm)
RoutingEngine(RoutingSource,RoutingAlgorithm,FeatureSource)
RoutingEngine(RoutingSource,RoutingAlgorithm,FeatureSource,GeographyUnit)
RoutingEngine(RoutingSource,RoutingAlgorithm,FeatureSource,GeographyUnit,DistanceUnit)
GetRouteSegments(String,String)
GetRoute(PointShape,PointShape)
GetRoute(PointShape,IEnumerable<PointShape>)
GetRoute(PointShape,IEnumerable<PointShape>,Int32)
GetRoute(PointShape,PointShape,IEnumerable<PointShape>)
GetRoute(PointShape,PointShape,IEnumerable<PointShape>,Int32)
GetRoute(String,IEnumerable<String>)
GetRoute(String,IEnumerable<String>,Int32)
GetRoute(String,String,IEnumerable<String>)
GetRoute(String,String,IEnumerable<String>,Int32)
GenerateServiceArea(PointShape,TimeSpan)
GenerateServiceArea(PointShape,TimeSpan,Double,GeographyUnit)
GenerateServiceArea(String,TimeSpan)
GenerateServiceArea(String,TimeSpan,Double,GeographyUnit)
GenerateServiceArea(Double,Double,TimeSpan,Single,SpeedUnit)
GenerateServiceArea(PointShape,TimeSpan,Single,SpeedUnit)
GenerateServiceArea(PointShape,TimeSpan,Single,SpeedUnit,Double,GeographyUnit)
GenerateServiceArea(String,TimeSpan,Single,SpeedUnit)
GenerateServiceArea(String,TimeSpan,Single,SpeedUnit,Double,GeographyUnit)
GetDrivingDirection(LineShape,LineShape)
GetRouteCoreWithPoints(PointShape,PointShape,IEnumerable<PointShape>,Int32)
OnGettingRouteViaVisitStops(GettingRouteViaVisitStopsRoutingEngineEventArgs)
OnGeneratingServiceArea(GeneratingServiceAreaRoutingEngineEventArgs)
Gets or sets a value that represents the routingAlgorithm used for finding the route.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingEngine.28RoutingSource.2C_RoutingAlgorithm.29
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingEngine.28RoutingSource.29
Gets or sets a value that represents the geography unit of the FeatureSource.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingEngine.28RoutingSource.2C_RoutingAlgorithm.2C_FeatureSource.2C_GeographyUnit.29
Gets or sets a value that represents the distance unit of the route.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingEngine.28RoutingSource.2C_RoutingAlgorithm.2C_FeatureSource.2C_GeographyUnit.2C_DistanceUnit.29
Gets or sets a value that represents the FeatureSource used for finding the route.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingEngine.28RoutingSource.2C_FeatureSource.29
Gets or sets a value that represents how much data is returned in the routing results.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingEngine#RoutingResultsType
This event is called during the generating service area. It wil be called many times during call the GenerateServiceArea method.
Event Arguments:GeneratingServiceAreaRoutingEngineEventArgs
GettingRouteViaVisitStops
This event is called during the calculating best visit sequence
This event is called during the calculating best visit sequence. It wil be called many times during calling the GetRouteViaVisitStops method.
Event Arguments:GettingRouteViaVisitStopsRoutingEngineEventArgs