Overload | Description |
---|---|
AddPart(IEnumerable<Segment>) | Adds a part constructed from the enumeration of segments to the MultipartBuilderEx. The part will be added to the end of the Parts list. |
AddPart(IEnumerable<Coordinate2D>) | Adds a part constructed by creating line segments from the enumeration of coordinates. The part will be added to the end of the Parts list. |
AddPart(IEnumerable<Coordinate3D>) | Adds a part constructed by creating line segments from the enumeration of coordinates. The part will be added to the end of the Parts list. |
AddPart(IEnumerable<MapPoint>) | Adds a part constructed by creating line segments from the enumeration of points. The part will be added to the end of the Parts list. |