GeneralRoadElements
data class GeneralRoadElements( val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val numLanesDrivingDirection: Int? = null, val numLanesOppositeDirection: Int? = null, val functionalRoadClass: Int? = null, val adminRoadClass: GeneralRoadElements.AdminRoadClassType? = null, val formOfWay: GeneralRoadElements.FormOfWayType? = null, val roadCondition: GeneralRoadElements.RoadConditionType? = null, val isRightHandDriving: Boolean, val tunnel: Boolean, val bridge: Boolean, val overpass: Boolean, val underpass: Boolean, val dividedRoad: Boolean, val transitProhibited: Boolean, val tollRoad: Boolean, val urbanArea: Boolean, val complexIntersection: Boolean, val trail: Boolean) : HorizonElement
Content copied to clipboard
Describes the general road properties.
Constructors
Link copied to clipboard
fun GeneralRoadElements( id: Int, pathId: Int, startOffset: Distance, endOffset: Distance, numLanesDrivingDirection: Int? = null, numLanesOppositeDirection: Int? = null, functionalRoadClass: Int? = null, adminRoadClass: GeneralRoadElements.AdminRoadClassType? = null, formOfWay: GeneralRoadElements.FormOfWayType? = null, roadCondition: GeneralRoadElements.RoadConditionType? = null, isRightHandDriving: Boolean, tunnel: Boolean, bridge: Boolean, overpass: Boolean, underpass: Boolean, dividedRoad: Boolean, transitProhibited: Boolean, tollRoad: Boolean, urbanArea: Boolean, complexIntersection: Boolean, trail: Boolean)
Content copied to clipboard
Creates a GeneralRoadElements horizon element.
Types
Link copied to clipboard
Administrative road class types.
Link copied to clipboard
Form of way types.
Link copied to clipboard
Road pavement condition types.