Class Multipoint
An ordered collection of points that can be managed as a single geometry.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class Multipoint : Geometry
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 collection of MapPoint. Use MultipointBuilder to build a multipoint one point at a time or to modify an existing multipoint.
Constructors
Name | Description |
---|---|
Multipoint(IEnumerable<MapPoint>) | Initializes a new instance of the Multipoint class. |
Multipoint(IEnumerable<MapPoint>, SpatialReference) | Initializes a new instance of the Multipoint class. |
Properties
Name | Description |
---|---|
Dimension | Gets a number that describes the dimensionality of a geometry. |
Extent | Gets the minimum enclosing Envelope of the instance. |
GeometryType | Gets the geometry type. |
HasM | Gets a value indicating whether the geometry has an m-value. |
HasZ | Gets a value indicating whether the geometry has a z-coordinate. |
IsEmpty | Gets a value indicating whether or not the geometry is empty. |
Points | Gets the read-only collection of MapPoint objects in the Multipoint instance. |
Methods
Name | Description |
---|---|
IsEqual(Geometry) | Compares two Multipoint for equality. This will check for a matching SpatialReference and points for a match. |
ToString() | Returns a System.String that represents the current System.Object. |
Extension Methods
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |