Back

radialarc element

Elementradialarc
AttributeFormatRemarks
radiusfloatradius of the arc in nautical miles
segmentsintegernumber of segments to draw
startfloatstarting point of the arc in radial degrees (0-360)
endfloatend point of the arc in radial degrees (0-360)
patterndouble arrayline pattern described in an array of doubles
widthfloatline width in pixels
colorstringcolor id name
rbytecolor RGB value (0-255)
gbytecolor RGB value (0-255)
bbytecolor RGB value (0-255)

draw an arc with center position <point> and given radius using the amount of segments.

Only one <point> element is required.

example

  <radialarc radius="10" segments="90" start="90" end="270">
      <point lat="N0511211970" lon="E0025349610"/>
  </radialarc>