AdasInfo Class |
Namespace: Telogis.GeoBase.Adas
The AdasInfo type exposes the following members.
Name | Description | |
---|---|---|
LinkID |
Gets the unique value used to identify this street link.
| |
Points |
Gets the Points array. This
represents a series of measurement points along the street link. The slope
of the road at location Points[n] can be found at Slopes[n].
| |
Slopes |
Gets the Slopes array.
Each element of the Slopes array describes the slope of the road
(parallel to the direction of travel) at location specified by the
corresponding element in the Points array. The slope
is measured in degrees.
|
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Routing with ADAS Data.