Class: LayerSettingVector

LayerSettingVector

new LayerSettingVector()

矢量图层设置类。
Source:

Methods

(static) createObj() → {Promise.<LayerSettingVector>}

创建一个LayerSettingVector实例
Source:
Returns:
Type
Promise.<LayerSettingVector>

(static) getStyle() → {Promise.<GeoStyle>}

获取矢量图层的风格。
Source:
Returns:
Type
Promise.<GeoStyle>

(static) getType() → {Promise.<type>}

获取矢量图层的风格。
Source:
Returns:
Type
Promise.<type>

(static) setStyle(geoStyle) → {Promise.<void>}

设置矢量图层的风格。
Parameters:
Name Type Description
geoStyle object 矢量图层的风格。
Source:
Returns:
Type
Promise.<void>