|
ArcGIS Runtime SDK for iOS
100.15
|
Layer properties that apply to 3D scenes.
Instances of this class represent properties that apply to layers when rendered by AGSSceneView in a 3D scene. These properties are ignored by AGSMapView for 2D maps.
Instance Methods | |
| (instancetype) | - initWithSurfacePlacement: |
Class Methods | |
| (instancetype) | + layerSceneProperties |
| (instancetype) | + layerScenePropertiesWithSurfacePlacement: |
Properties | |
| double | altitudeOffset |
| AGSSurfacePlacement | surfacePlacement |
| - (instancetype) initWithSurfacePlacement: | (AGSSurfacePlacement) | surfacePlacement |
Initialize this object with the provided surface placement.
| surfacePlacement | that specifies how data belonging to the layer should be placed in relation to the scene's surface. |
| + (instancetype) layerSceneProperties |
Create a new default layer scene properties object.
| + (instancetype) layerScenePropertiesWithSurfacePlacement: | (AGSSurfacePlacement) | surfacePlacement |
Create this object with the provided surface placement.
| surfacePlacement | Specifies how data belonging to the layer should be placed in relation to the scene's surface. |
|
readwritenonatomicassign |
The altitude offset from the Scene Properties.
|
readwritenonatomicassign |
Specifies how data that belongs to the layer should be placed in relation to the scene's surface.