Element | Rotate | |
Description | Rotate an object around a pivot point (typically the position of the feature). | |
Example | <Rotate update="symovr" attribute="ORIENT" min="-25" max="25" step="5" /> | |
Attributes | ||
Name | Type | Description |
attribute | String | Status: Mandatory Indicate which attribute of the associated feature or annotation is to set with the new rotation value. |
min | Number | Status: Optional. minimum value |
max | Number | Status: Optional. maximum value |
step | Number | Status: Optional. Step increments for rotation. |
rotationCRS | Portrayal CRS Type | Status: Optional. Define the origin and direction of rotation and units. Default is portrayalCRS. |
parameter | String | Status: Optional. Define which graphical element is being adjusted. If Rotate is not within a graphic element, this attribute is not applicable. |
update | String | Status: Optional. Annotation object which is to be updated. If this is not available, Rotate attempts to set the attribute on the feature to which it is pinned. |