Class GeometryExtensions
Provides additional operations for Geometry objects, as extension methods.
Inheritance
System.Object
GeometryExtensions
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.5 |
.NET | 200.0 - 200.5 |
.NET Windows | 200.0 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 200.0 - 200.5 |
UWP | 200.0 - 200.5 |