new CloverStyle(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.CloverStyle(options);
// 弃用的写法
L.supermap.cloverStyle(options);
</script>
// ES6 Import
import { CloverStyle } from '@supermapgis/iclient-leaflet';
new CloverStyle(options);
leaflet/overlay/graphic/CloverStyle.js, line 7
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Extends
Methods
-
drawSector(ctx, x, y, r, sAngle, eAngle)
leaflet/overlay/graphic/CloverStyle.js, line 75 -
绘制扇形。
Name Type Description ctx
CanvasRenderingContext2D context 对象。
x
number 中心点 x 坐标。
y
number 中心点 y 坐标。
r
number 扇叶半径 r。
sAngle
number 扇叶起始角度。
eAngle
number 扇叶终止角度。
-
getStyle()
leaflet/overlay/graphic/CloverStyle.js, line 67 -
获取画布。