Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILGridLabelLayerOptions

格点标签图层构件参数

Hierarchy

Index

Properties

accurateYDelta?: boolean
attribution?: string
cacheDrawOptions?: boolean

是否缓存绘制对象,默认为true

debugShowPerformance?: boolean

是否开启调试模式下的信息显示。如果为false,即使处于调试模式也不会显示相关调试信息。默认为false。

memberof

ILGeoJSONLayerOptions

ignoreRetina?: boolean

是否忽视全局的retina配置,retina生效需要全局配置启用,加上这里不设置或者设置为false,加上图层本身支持

loop?: boolean

是否开启不间断渲染,默认为false。只有在

mask?: string | GeoJsonObject

掩膜边界。可以是一个GeoJSON的多边形对象集合,也可以是保存这个集合的资源ID

memberof

ILCanvasLayerOptions

maskType?: "all" | "polygon" | "polyline"

掩膜类型,默认是polygon

name?: string

图层名称,默认为系统唯一id

memberof

ILCanvasLayerOptions

pane?: string
trackDataSource?: boolean

是否监听数据源消息,如果监听,则在数据源更新后会自动刷新图层,默认为false

Generated using TypeDoc