Enum SlopeType
The manner used to express slope in an elevation surface.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SlopeType
Fields
| Name | Description |
|---|---|
| Degree | Inclination of slope is calculated in degrees. The values range from 0 to 90. |
| None | Slope type is not defined. |
| PercentRise | Inclination of slope is calculated as percentage values. The values range from 0 to essentially infinity. A flat surface is 0 percent and a 45-degree surface is 100 percent, and as the surface becomes more vertical, the percent rise becomes increasingly larger. |
| Scaled | Same as Degree, but the z-factor is adjusted for scale using Pixel Size Power and Pixel Size Factor. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |