• Creates a circular sector defined by a center point, a radius, a start angle and a sweep angle.

    Parameters

    • reference: null | CoordinateReference

      the reference in which the shape is defined.

    • center: Point

      the center point.

    • radius: number

      the radius of the circle defining the sector, in meters.

    • startAzimuth: number

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

    • sweepAngle: number

      the angle over which the sector extends, in degrees, positive clockwise.

    Returns Sector

    the sector

    See

    Sector