Overload | Description |
---|---|
Add(MapPoint) | Adds a MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IEnumerable<MapPoint>) | Adds an enumeration of MapPoints to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(Coordinate2D) | Adds a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(Coordinate3D) | Adds a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IEnumerable<Coordinate2D>) | Adds an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IEnumerable<Coordinate3D>) | Adds an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IEnumerable<Segment>) | Add the vertices of the segments in the enumeration to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |