Overload | Description |
---|---|
MultipointBuilder Constructor(SpatialReference) | Initializes an empty instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(Multipoint) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(Polygon) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(Polyline) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(MapPoint) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(IEnumerable<MapPoint>) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. All the points must be in the same spatial reference. |
MultipointBuilder Constructor(IEnumerable<Coordinate2D>,SpatialReference) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
MultipointBuilder Constructor(IEnumerable<Coordinate3D>,SpatialReference) | Initializes a new instance of the MultipointBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |