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 repesents a routeSegment, which is a base element in routing.
This is the default constructor for the class.
RouteSegment(String,Int32,Single,PointShape,IEnumerable<String>,PointShape,IEnumerable<String>)
This is the constructor for the class.
This constructor allows you to provide the information for the routeSegment.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Gets or sets a value representing the weight of the routeSegment. It can represent, for example, the routeSegment length.
N/A
Gets or sets a value representing the type of routeSegment. You can define a value that represents kind of routeSegment, for example: 0 represents a local routeSegment, 1 represents a major routeSegment, 2 represents a highway.
N/A
N/A
Gets a value represents the adjacent feature ids of start point.
N/A
Gets or sets a value representing the ending vertex of the routeSegment.
N/A
Gets a value representing the adjacent feature IDs of the end point.
N/A
Gets or sets a value representing the feature ID of the routeSegment. It is an identity of a single routeSegment, thus you cannot set the feature ID to two or more routeSegments.
N/A
Gets or sets a value representing the next driving direction of the routeSegment. For example, if you are driving on the current routeSegment and will turn right on the next routeSegment, the value will be Right.
N/A