Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WMSSublayerProperties

Hierarchy

  • WMSSublayerProperties

Index

Properties

Optional description

description: string

Description for the WMS sublayer.

Read more...

Optional fullExtent

fullExtent: ExtentProperties

The full extent of the layer.

Read more...

Optional id

id: number

The id for the WMS sublayer.

Read more...

Optional layer

The WMSLayer to which the sublayer belongs.

Read more...

Optional legendEnabled

legendEnabled: boolean

Indicates whether the layer will be included in the legend.

Read more...

Optional legendUrl

legendUrl: string

A string url pointing to a legend image for the layer.

Read more...

Optional maxScale

maxScale: number

The maximum scale (most zoomed in) at which the layer is visible in the view.

Read more...

Optional minScale

minScale: number

The minimum scale (most zoomed out) at which the layer is visible in the view.

Read more...

Optional name

name: string

Name of the WMS sublayer.

Read more...

Optional popupEnabled

popupEnabled: boolean

Indicates whether to display popups when features in the layer are clicked.

Read more...

Optional queryable

queryable: boolean

Indicates if the layer can be queried, i.e.

Read more...

Optional spatialReferences

spatialReferences: number[]

List of spatialReferences (WKID) derived from the CRS elements of the first layer in the GetCapabilities request.

Read more...

Optional sublayers

A collection of WMSSublayers.

Read more...

Optional title

title: string

The title of the WMS sublayer used to identify it in places such as the LayerList and Legend widgets.

Read more...

Optional visible

visible: boolean

Indicates if the layer is visible in the view.

Read more...

Generated using TypeDoc