ConstraintLinks Class |
Namespace: Telogis.GeoBase.Routing
The ConstraintLinks type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPreferred |
Checks whether this constraint is a preferred constraint.
| |
ToString |
Describes the properties of a single constraint.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
conditions |
The conditions for the constraint.
| |
endLocation |
The end location. This will only be set to a valid LatLon if the constraint spans
multiple links.
| |
fromLinkId |
The start link ID
| |
IsDynamic |
Whether or not this constraint was dynamically generated
| |
links |
The links pertaining to these constraints. This excludes the link which the constraint
begins on, so will only be populated for constraints which span multiple links.
| |
milesPerHour |
The constraint's speed limit. 0 means forbidden. UInt32.MaxValue means the speeds of
the underlying links should be used.
| |
startLocation |
The start location.
| |
TimePenalty |
Time penalty incurred when the constraint is violated.
|