Class MultipointBuilder
Builder for creating and modifying multipoint geometries incrementally.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MultipointBuilder : GeometryBuilder<Multipoint>
Remarks
Multipoint geometries represent an ordered collection of points. They can be used as the geometry of features and graphics, or as input or output for spatial operations. For features that consist of a very large number of points that share the same set of attribute values, multipoints may be more efficient to store and analyze in a geodatabase compared to using multiple point features.
A Multipoint is composed of a single read-only Map
Constructors
Name | Description |
---|---|
Multipoint |
Initializes a new instance of the Multipoint |
Multipoint |
Initializes a new instance of the Multipoint |
MultipointBuilder(IEnumerable<MapPoint>) | Initializes a new instance of the Multipoint |
MultipointBuilder(IEnumerable<MapPoint>, SpatialReference) | Initializes a new instance of the Multipoint |
Properties
Name | Description |
---|---|
Points | Gets a mutable list of points for the multipoint. |
Methods
Name | Description |
---|---|
To |
Returns the Geometry this geometry builder is constructing or modifying. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |