ArcGIS Runtime SDK for iOS: AGSSurfacePlacement.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSSurfacePlacement.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSurfacePlacement {
  AGSSurfacePlacementDrapedBillboarded = 0 , AGSSurfacePlacementAbsolute = 1 , AGSSurfacePlacementRelative = 2 , AGSSurfacePlacementRelativeToScene = 3 ,
  AGSSurfacePlacementDrapedFlat = 4 , AGSSurfacePlacementDraped = 0
}
 

Enumeration Type Documentation

◆ AGSSurfacePlacement

The options for handling altitude values.

Since
100.0
Enumerator
AGSSurfacePlacementDrapedBillboarded 

Ignore Z values and drape symbols onto the surface, billboarded to always face the camera.

AGSSurfacePlacementAbsolute 

Treat the Z values as absolute altitude values.

AGSSurfacePlacementRelative 

Treat the Z values as relative to the surface altitude values.

AGSSurfacePlacementRelativeToScene 

Treat the Z values as relative to the scene altitude values.

AGSSurfacePlacementDrapedFlat 

Ignore Z values and drape symbols flat on the surface.

AGSSurfacePlacementDraped 

Ignore the Z values and drape the data on the surface.