Show / Hide Table of Contents

Class MultipointBuilder

Builder for creating and modifying multipoint geometries incrementally.

Inheritance
System.Object
GeometryBuilder<Multipoint>
MultipointBuilder
GeometryBuilder<Multipoint>.SpatialReference
GeometryBuilder<Multipoint>.Extent
GeometryBuilder<Multipoint>.HasM
GeometryBuilder<Multipoint>.HasZ
GeometryBuilder<Multipoint>.IsEmpty
GeometryBuilder<Multipoint>.IsSketchValid
GeometryBuilder<Multipoint>.HasCurves
GeometryBuilder<Multipoint>.ReplaceGeometry(Multipoint)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 MapPoint collection. Use MultipointBuilder to build a Multipoint one point at a time or to modify an existing Multipoint. Use ToGeometry() to return the Multipoint from the builder.

Constructors

Name Description
MultipointBuilder(Multipoint)

Initializes a new instance of the MultipointBuilder class from a multipoint.

MultipointBuilder(SpatialReference)

Initializes a new instance of the MultipointBuilder class with the specified SpatialReference.

MultipointBuilder(IEnumerable<MapPoint>)

Initializes a new instance of the MultipointBuilder class.

MultipointBuilder(IEnumerable<MapPoint>, SpatialReference)

Initializes a new instance of the MultipointBuilder class.

Properties

Name Description
Points

Gets a mutable list of points for the multipoint.

Methods

Name Description
ToGeometry()

Returns the Geometry this geometry builder is constructing or modifying.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.