Click or drag to resize

ConstraintLinks Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class used to describe the constraints along links.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingConstraintLinks

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ConstraintLinks

The ConstraintLinks type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPreferred
Checks whether this constraint is a preferred constraint.
Public methodToString
Describes the properties of a single constraint.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldconditions
The conditions for the constraint.
Public fieldendLocation
The end location. This will only be set to a valid LatLon if the constraint spans multiple links.
Public fieldfromLinkId
The start link ID
Public fieldIsDynamic
Whether or not this constraint was dynamically generated
Public fieldlinks
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.
Public fieldmilesPerHour
The constraint's speed limit. 0 means forbidden. UInt32.MaxValue means the speeds of the underlying links should be used.
Public fieldstartLocation
The start location.
Public fieldTimePenalty
Time penalty incurred when the constraint is violated.
Top
See Also