DynamicFeature

GeoGlobe. DynamicFeature

动态点运动类,通过该类可实现点的动态效果。

Constructor

new DynamicFeature()

Members

data :GeoJSON

Default Value:
  • null
数据
Type:
  • GeoJSON

id :string

动态要素的唯一标识。
Type:
  • string

isdraw :boolean

是否立即绘制判断,true表示立即绘制,false表示通过添加函数立即绘制
Type:
  • boolean

map :GeoGlobe.map

动态点添加的地图。
Type:
  • GeoGlobe.map

property :string

-数据中动态样式改变的属性名称
Type:
  • string

style :object

动态要素添加的样式,包括颜色和透明度
Type:
  • object

Methods

initialize(options)

GeoGlobe.DynamicFeature构造函数。
Parameters:
Name Type Description
options Object DynamicFeature相关选项设置。

setdata()

添加动态要素的数据。

setstyle()

添加动态要素图层。