-
new CircleStyle(options)
-
Name Type Description fillFill | undefined Fill style.
radiusnumber Circle radius.
strokeStroke | undefined Stroke style.
displacementArray.<number> (defaults to [0,0]) displacement
scalenumber | Size (defaults to 1) Scale. A two dimensional scale will produce an ellipse. Unless two dimensional scaling is required a better result may be obtained with an appropriate setting for
radius.rotationnumber (defaults to 0) Rotation in radians (positive rotation clockwise, meaningful only when used in conjunction with a two dimensional scale).
rotateWithViewboolean (defaults to false) Whether to rotate the shape with the view (meaningful only when used in conjunction with a two dimensional scale).
declutterModeDeclutterMode | undefined Declutter mode
Extends
Methods
-
clone(){CircleStyle}
-
Clones the style.
Returns:
The cloned style.
-
getAnchor(){Array.<number>} inherited
-
Get the anchor point in pixels. The anchor determines the center point for the symbolizer.
Returns:
Anchor.
-
getAngle(){number} inherited
-
Get the angle used in generating the shape.
Returns:
Shape's rotation in radians.
-
getDeclutterMode(){DeclutterMode} inherited
-
Get the declutter mode of the shape
Returns:
Shape's declutter mode
-
getDisplacement(){Array.<number>} inherited
-
Get the displacement of the shape
Returns:
Shape's center displacement
-
Get the fill style for the shape.
Returns:
Fill style.
-
getImage(pixelRatio){HTMLCanvasElement} inherited
-
Get the image icon.
Name Type Description pixelRationumber Pixel ratio.
Returns:
Image or Canvas element.
-
getOpacity(){number} inherited
-
Get the symbolizer opacity.
Returns:
Opacity.
-
getOrigin(){Array.<number>} inherited
-
Get the origin of the symbolizer.
Returns:
Origin.
-
getPoints(){number} inherited
-
Get the number of points for generating the shape.
Returns:
Number of points for stars and regular polygons.
-
getRadius(){number} inherited
-
Get the (primary) radius for the shape.
Returns:
Radius.
-
getRadius2(){number | undefined} inherited
-
Get the secondary radius for the shape.
Returns:
Radius2.
-
getRotateWithView(){boolean} inherited
-
Determine whether the symbolizer rotates with the map.
Returns:
Rotate with map.
-
getRotation(){number} inherited
-
Get the symoblizer rotation.
Returns:
Rotation.
-
Get the symbolizer scale.
Returns:
Scale.
-
Get the size of the symbolizer (in pixels).
Returns:
Size.
-
Get the stroke style for the shape.
Returns:
Stroke style.
-
setDisplacement(displacement) inherited
-
Set the displacement.
Name Type Description displacementArray.<number> Displacement.
-
setFill(fill) inherited
-
Set the fill style.
Name Type Description fillFill | null Fill style.
-
setOpacity(opacity) inherited
-
Set the opacity.
Name Type Description opacitynumber Opacity.
-
setRadius(radius)
-
Set the circle radius.
Name Type Description radiusnumber Circle radius.
-
setRotateWithView(rotateWithView) inherited
-
Set whether to rotate the style with the view.
Name Type Description rotateWithViewboolean Rotate with map.
-
setRotation(rotation) inherited
-
Set the rotation.
Name Type Description rotationnumber Rotation.
-
setScale(scale) inherited
-
Set the scale.
Name Type Description scalenumber | Size Scale.
-
setStroke(stroke) inherited
-
Set the stroke style.
Name Type Description strokeStroke | null Stroke style.