SimpleMarkerSceneSymbol QML Type
A 3D marker symbol based on simple shapes. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- style : Enums.SimpleMarkerSceneSymbolStyle
Signals
Detailed Description
SimpleMarkerSceneSymbol symbolize Graphics and Features that have a Point or Multipoint geometry using simple predefined styles.
The shapes rendered are dependent on the style and dimensions (width, height, depth):
- If the style is sphere (the default), and dimensions are different, then the shape rendered is an ellipsoid.
- If the style is cube, and dimensions are different, then the shape rendered is a cuboid.
- If the style is cone, and the width and depth are different, then the cone rendered has elliptic base.
- If the style is cylinder, and the width and depth are different, then the cylinder rendered has elliptic ends.
- If the style is diamond, and the width and depth are different, then the two halves of the diamond are connected by a rectangle (instead of the standard square).
- If the style is a tetrahedron, and the width and depth are different, then the base is not an equilateral triangle.
Example:
Create a red SimpleMarkerSceneSymbol that is in the shape of a cone:
Note that SimpleMarkerSceneSymbol will not display using static rendering mode.
See also JsonSerializable.
Property Documentation
style : Enums.SimpleMarkerSceneSymbolStyle |
The SimpleMarkerSceneSymbolStyle of the symbol (i.e. cone, cube, cylinder, sphere etc).
If not set, defaults to SimpleMarkerSceneSymbolStyleSphere
See also Enums.SimpleMarkerSceneSymbolStyle.
Signal Documentation
styleChanged() |
Emitted when the style property changes.
Note: The corresponding handler is onStyleChanged
.