An ordered collection of points that can be managed as a single geometry. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- points : ImmutablePointCollection
Detailed Description
Multipoint is immutable. A Multipoint is defined by an ordered collection of points and a spatial reference. A Multipoint 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 sharing 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 a single read-only collection of Point. Use MultipointBuilder to create new instances of Multipoint.
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
SpatialReference | spatialReference |
See also JsonSerializable.
Property Documentation
points : ImmutablePointCollection |
The read-only collection of points for the Multipoint.
Use MultipointBuilder to build a multipoint one point at a time or to modify an existing Multipoint.