The factor with which to calculate the 'height' of an arc using the distance from start to end of the LineString.
The number of segments to render the arc with.
An offset from the arc end/start to the starting point / end point
Same as getStroke().getWidth() / getStroke().setWidth()
Optional options: ArcStyleOptions = {}Protected _getPrivate _getGet the custom renderer function that was configured with
#setHitDetectionRenderer or the hitDetectionRenderer constructor option.
Custom renderer function.
Get the custom renderer function that was configured with
#setRenderer or the renderer constructor option.
Custom renderer function.
Private _arcPrivate _numberThe number of line segments to interpolate by
Private _offsetPrivate _revisionThis styles revision ID. This will enforce an update of a features arc struct, if the feature get applied a new ArcStyle
Generated using TypeDoc
A style which applies an arc to LineString geometries depending on their first and last coordinates. All other coordinates will be ignored. This still will not render non-LineString geometries (same as ArrowStyle).