roadrunner.hdmap.MultiPolygon
R2026bDefine multiple polygon geometries for RoadRunner HD Map objects using MATLAB
Since R2022b
Description
The roadrunner.hdmap.MultiPolygon object defines a collection
of polygon geometries for RoadRunner HD Map objects. It groups one or more roadrunner.hdmap.Polygon objects to represent complex
regions. The polygons in a MultiPolygon object must not overlap each other.
However, you can place polygons inside the holes of other polygons. You can use a
MultiPolygon object to assign geometry to map features such as junctions,
represented by roadrunner.hdmap.Junction objects. For an example of how to
create a complete T-junction with roads, maneuver lanes, and traffic signal phases that
include bulb-level signal control, see Build Signalized Junction Using RoadRunner HD Map.
Creation
Syntax
Description
creates an empty multiPoly = roadrunner.hdmap.MultiPolygonMultiPolygon object.
specifies one or more properties of the multiPoly = roadrunner.hdmap.MultiPolygon(PropertyName=Value)MultiPolygon object using
name-value arguments.
Properties
Examples
Version History
Introduced in R2022b
