dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
RotationVariable Class
The rotation visual variable defines how features rendered with marker symbols or text symbols in a MapView are
rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means
with an Arcade expression.
ArcGIS JS API
public class RotationVariable : dymaptic.GeoBlazor.Core.Components.Layers.VisualVariable
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 VisualVariable 🡒 RotationVariable
Properties
RotationVariable.Axis Property
Only applicable when working in a SceneView.
public string? Axis { get; set; }
Property Value
RotationVariable.RotationType Property
Defines the origin and direction of rotation depending on how the angle of rotation was measured.
public System.Nullable<dymaptic.GeoBlazor.Core.Components.Layers.RotationType> RotationType { get; set; }
Property Value
RotationVariable.VariableType Property
The visual variable type.
public override dymaptic.GeoBlazor.Core.Components.Layers.VisualVariableType VariableType { get; }