• Creates a circular arc band defined by a center point, a minimum radius, a maximum radius, a start angle and a sweep angle.

    Parameters

    • reference: null | CoordinateReference

      the reference in which the shape is defined.

    • center: Point

      center the center point.

    • minRadius: number

      the minimum radius of the circle defining the arc band, in meters.

    • maxRadius: number

      the maximum radius of the circle defining the arc band, in meters.

    • startAzimuth: number

      the start azimuth, in degrees, positive clockwise from 12 o'clock (north).

    • sweepAngle: number

      the angle over which the arc band extends, in degrees, positive clockwise.

    Returns ArcBand

    the arc band