Class MapPointBuilder
Builder for creating and modifying point geometries incrementally.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class MapPointBuilder : GeometryBuilder<MapPoint>
Remarks
Point geometries are immutable and cannot be changed directly once created. The Map
Constructors
Name | Description |
---|---|
Map |
Initializes a new instance of the Map |
Map |
Initializes a new instance of the Map |
Map |
Initializes a new instance of the Map |
Map |
Initializes a new instance of the Map |
Map |
Initializes a new instance of the Map |
Map |
Initializes a new instance of the Map |
Properties
Name | Description |
---|---|
M | Gets or sets the m-value for the map point. |
X | Gets or sets the x-coordinate for the map point. |
Y | Gets or sets the y-coordinate for the map point. |
Z | Gets or sets the z-value for the map point. |
Methods
Name | Description |
---|---|
Create |
Initializes a new instance of the Map |
Create |
Initializes a new instance of the Map |
Create |
Initializes a new instance of the Map |
Create |
Initializes a new instance of the Map |
Offset |
Offsets the point by the given offsets for the x and y dimension. |
Set |
Sets the x and y coordinates of a map point. |
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 |