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

Go to the source code of this file.

Enumerations

enum  AGSExtrusionMode {
  AGSExtrusionModeNone = 0 , AGSExtrusionModeMinimum = 1 , AGSExtrusionModeMaximum = 2 , AGSExtrusionModeAbsoluteHeight = 3 ,
  AGSExtrusionModeBaseHeight = 4
}
 

Enumeration Type Documentation

◆ AGSExtrusionMode

The options for handling extrusion values.

Since
100
Enumerator
AGSExtrusionModeNone 

No extrusion.

AGSExtrusionModeMinimum 

A z-value is calculated by adding the extrusion height to the minimum z-value of the geo-element, and the geo-element is extruded to a flat top at that value.

AGSExtrusionModeMaximum 

A z-value is calculated by adding the extrusion height to the maximum z-value of the geo-element, and the geo-element is extruded to a flat top at that value.

AGSExtrusionModeAbsoluteHeight 

The geo-element is extruded to the specified z-value as a flat top, regardless of the z-values of the geo-element.

AGSExtrusionModeBaseHeight 

A z-value is calculated for each vertex of the geo-element's base, and the geo-element is extruded to the various z-values. This is the only extrusion mode that doesn't have a flat top.