RoadObjectsObjectOutlinesOutline
data class RoadObjectsObjectOutlinesOutline(var cornerRoad: List<RoadObjectsObjectOutlinesOutlineCornerRoad> = emptyList(), var cornerLocal: List<RoadObjectsObjectOutlinesOutlineCornerLocal> = emptyList(), var closed: Option<Boolean> = None, var fillType: Option<EOutlineFillType> = None, var id: Option<Int> = None, var laneType: Option<ELaneType> = None, var outer: Option<Boolean> = None, var additionalId: Option<RoadObjectOutlineIdentifier> = None) : OpendriveElement, AdditionalRoadObjectOutlineIdentifier
Constructors
Link copied to clipboard
constructor(cornerRoad: List<RoadObjectsObjectOutlinesOutlineCornerRoad> = emptyList(), cornerLocal: List<RoadObjectsObjectOutlinesOutlineCornerLocal> = emptyList(), closed: Option<Boolean> = None, fillType: Option<EOutlineFillType> = None, id: Option<Int> = None, laneType: Option<ELaneType> = None, outer: Option<Boolean> = None, additionalId: Option<RoadObjectOutlineIdentifier> = None)
Properties
Functions
Link copied to clipboard
Returns true, if the provided geometry information correspond to a linear ring.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true, if the provided geometry information correspond to a polyhedron.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard