Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILayerInfo

Hierarchy

  • ILayerInfo

Index

Properties

busyWorkerCount

busyWorkerCount: number

The busy worker count of this layer. If greater than 0, the layer is considered to be in the process of loading

since

0.13

Optional extensions

extensions: LayerExtensions

Extension data for this layer

since

0.13

isExternal

isExternal: boolean

Indicates if this layer is an external layer

since

0.13

name

name: string

The name of the layer

memberof

ILayerInfo

opacity

opacity: number

The opacity of this layer

since

0.13

memberof

ILayerInfo

selectable

selectable: boolean

Indicates if this layer is selectable by the select tool

since

0.13

type

type: string

The type of layer

memberof

ILayerInfo

Optional vectorStyle

vectorStyle: IVectorFeatureStyle

The vector style for this layer. Not applicable for raster layers.

since

0.13

visible

visible: boolean

Indicates if this layer is visible

since

0.13

Generated using TypeDoc