User Tools

Site Tools


thinkgeo.mapsuite.routing.routingresult

This is an old revision of the document!


ThinkGeo.MapSuite.Routing.RoutingResult

<!– Class –> This class represents the result of routing. RoutingResult is the roads collection consisting of the route, turn-by-turn directions and other information like total distance and route path.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult</a>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodRoutingResult This is the class constructor.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyDistance Double Gets or sets a value representing the distance of the route.
Public PropertyFeatures Collection<Feature> Gets a collection of features representing the route.
Public PropertyOrderedStops Collection<PointShape> Gets a PointShape collection that represent the best order in which the locations are visited.
Public PropertyRoute LineShape Gets or sets established lines which consist of route segments.
Public PropertyRouteSegments Collection<RouteSegment> Gets a collection of route segments representing the route.
Public PropertyWeight Double Gets or sets a value representing the sum weight of the route.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

RoutingResult()

This is the class constructor.

Overloads

This is the default constructor and requires you to set the properties after you create the class.

Remarks

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Distance

Gets or sets a value representing the distance of the route.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Distance” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Distance</a>

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

Features

Gets a collection of features representing the route.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Features” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Features</a>

Return Value

Return Type
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

OrderedStops

Gets a PointShape collection that represent the best order in which the locations are visited.

Remarks

Return Value

Return Type
Collection<PointShape><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.PointShape} –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

Route

Gets or sets established lines which consist of route segments.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Route” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Route</a>

Return Value

Return Type
LineShape<!– ThinkGeo.MapSuite.Core.LineShape –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

RouteSegments

Gets a collection of route segments representing the route.

Remarks

Return Value

Return Type
Collection<RouteSegment><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Routing.RouteSegment} –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

Weight

Gets or sets a value representing the sum weight of the route.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Weight” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Weight</a>

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Routing.RoutingResult –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.routing.routingresult.1440040134.txt.gz · Last modified: 2015/09/18 03:06 (external edit)