Classdesc

A base class used for creating subclasses and not instantiated in apps. Base class for ol.style.Icon, ol.style.Circle and ol.style.RegularShape.

Param: options

Options.

Api

Hierarchy

Constructors

Methods

  • Get the symbolizer opacity.

    Returns number

    Opacity.

    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

  • Set the opacity.

    Parameters

    • opacity: number

      Opacity.

    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