Class GeometryExtensions
Provides additional operations for Geometry objects, as extension methods.
Inheritance
System.Object
GeometryExtensions
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 static class GeometryExtensions
Methods
| Name | Description |
|---|---|
| WithM<T>(T, Double) | Returns a copy of a geometry with the supplied M value. |
| WithZ<T>(T, Double) | Returns a copy of a geometry with the supplied z-coordinate. |
| WithZAndM<T>(T, Double, Double) | Returns a copy of a geometry with the supplied z-coordinate and m-value. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.0 - 200.8 |
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 200.0 - 200.8 |
| UWP | 200.0 - 200.8 |