Back

polyradialarc element

Elementpolyradialarc
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)
widthfloatline width in pixels
colorstringcolor id name
rbytecolor RGB value (0-255)
gbytecolor RGB value (0-255)
bbytecolor RGB value (0-255)

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

Only one <point> element is required.

example

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