PilotGaea 2D O'view
    正在準備搜尋索引...

    類別 Circle

    Set circle style for vector features.

    Options.

    層級 (查看層級一覽)

    索引

    方法

    • Get the fill style for the circle.

      回傳 Fill

      Fill style.

    • Get the image used to render the circle.

      參數

      • pixelRatio: number

        Pixel ratio.

      回傳 HTMLCanvasElement

      Canvas element.

    • Get the circle radius.

      回傳 number

      Radius.

    • Get the stroke style for the circle.

      回傳 Stroke

      Stroke style.

    • Set the circle radius.

      參數

      • radius: number

        Circle radius.

      回傳 void

    • Get the symbolizer opacity.

      回傳 number

      Opacity.

    • Determine whether the symbolizer rotates with the map.

      回傳 boolean

      Rotate with map.

    • Get the symoblizer rotation.

      回傳 number

      Rotation.

    • Get the symbolizer scale.

      回傳 number

      Scale.

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

      回傳 boolean

      The symbolizer should snap to a pixel.

    • Set the opacity.

      參數

      • opacity: number

        Opacity.

      回傳 void

    • Set the rotation.

      參數

      • rotation: number

        Rotation.

      回傳 void

    • Set the scale.

      參數

      • scale: number

        Scale.

      回傳 void

    構造函數