AdasEdgeAttributes

class AdasEdgeAttributes

Edge Adas Attributes

Parameters

speedLimit

List of speed limits on the edge. Empty means no speed-limit data for the edge. Multiple values will have different conditions.

slopes

List of slope values with their positions on the edge. Position is a shape index, where integer part in an index of geometry segment is and fractional part is a position on the segment. Value is a slope in degrees

curvatures

List of curvature values with their positions on the edge. Position is a shape index, where integer part in an index of geometry segment is and fractional part is a position on the segment

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val curvatures: List<AdasValueOnEdge>
Link copied to clipboard
val slopes: List<AdasValueOnEdge>
Link copied to clipboard
val speedLimit: List<AdasSpeedLimitInfo>