Classdesc

Set circle style for vector features.

Param: opt_options

Options.

Api

Hierarchy

Constructors

Methods

  • Get the fill style for the circle.

    Returns Fill

    Fill style.

    Api

  • Get the image used to render the circle.

    Parameters

    • pixelRatio: number

      Pixel ratio.

    Returns HTMLCanvasElement

    Canvas element.

    Api

  • Get the symbolizer opacity.

    Returns number

    Opacity.

    Api

  • Get the circle radius.

    Returns number

    Radius.

    Api

  • Determine whether the symbolizer rotates with the map.

    Returns boolean

    Rotate with map.

    Api

  • Get the symoblizer rotation.

    Returns number

    Rotation.

    Api

  • Get the symbolizer scale.

    Returns number

    Scale.

    Api

  • Determine whether the symbolizer should be snapped to a pixel.

    Returns boolean

    The symbolizer should snap to a pixel.

    Api

  • Get the stroke style for the circle.

    Returns Stroke

    Stroke style.

    Api

  • Set the opacity.

    Parameters

    • opacity: number

      Opacity.

    Returns void

    Api

  • Set the circle radius.

    Parameters

    • radius: number

      Circle radius.

    Returns void

    Api

  • Set the rotation.

    Parameters

    • rotation: number

      Rotation.

    Returns void

    Api

  • Set the scale.

    Parameters

    • scale: number

      Scale.

    Returns void

    Api

Generated using TypeDoc