Overload | Description |
---|---|
AddPoints(IEnumerable<MapPoint>) | Add an enumeration of points to the list of points. |
AddPoints(IEnumerable<Coordinate2D>) | Add an enumeration of points to the list of points. |
AddPoints(IEnumerable<Coordinate3D>) | Aadd an enumeration of points to the list of points. |
AddPoints(IEnumerable<Segment>) | Add the vertices of the segments in the enumeration to the list of points. |