new ol.style.Circle(opt_options) experimental
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
Extends
Methods
-
getFill(){ol.style.Fill} experimental
-
Get the fill style for the circle.
Returns:
Fill style.
-
getImage(pixelRatio){HTMLCanvasElement} experimental
-
Get the image used to render the circle.
Name Type Description pixelRatio
number Pixel ratio.
Returns:
Canvas element.
-
getOpacity(){number} inherited experimental
-
Get the symbolizer opacity.
Returns:
Opacity.
-
getRadius(){number} experimental
-
Get the circle radius.
Returns:
Radius.
-
getRotateWithView(){boolean} inherited experimental
-
Determine whether the symbolizer rotates with the map.
Returns:
Rotate with map.
-
getRotation(){number} inherited experimental
-
Get the symoblizer rotation.
Returns:
Rotation.
-
getScale(){number} inherited experimental
-
Get the symbolizer scale.
Returns:
Scale.
-
getSnapToPixel(){boolean} inherited experimental
-
Determine whether the symbolizer should be snapped to a pixel.
Returns:
The symbolizer should snap to a pixel.
-
getStroke(){ol.style.Stroke} experimental
-
Get the stroke style for the circle.
Returns:
Stroke style.
-
setOpacity(opacity) inherited experimental
-
Set the opacity.
Name Type Description opacity
number Opacity.
-
setRotation(rotation) inherited experimental
-
Set the rotation.
Name Type Description rotation
number Rotation.
-
setScale(scale) inherited experimental
-
Set the scale.
Name Type Description scale
number Scale.