ArcGIS Runtime SDK for iOS: AGSHillshadeRenderer.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSHillshadeRenderer.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSlopeType { AGSSlopeTypeNone = -1 , AGSSlopeTypeDegree = 0 , AGSSlopeTypePercentRise = 1 , AGSSlopeTypeScaled = 2 }
 

Enumeration Type Documentation

◆ AGSSlopeType

The list of raster slope types.

Since
100.0
Enumerator
AGSSlopeTypeNone 

Slope type is not defined.

AGSSlopeTypeDegree 

Inclination of slope is calculated in degrees. The values range from 0 to 90.

AGSSlopeTypePercentRise 

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.

AGSSlopeTypeScaled 

Same as Degree, but the z-factor is adjusted for scale using Pixel Size Power and Pixel Size Factor.