Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WmsLayer

wms layer object describing the layer from a wms service

Hierarchy

  • WmsLayer

Index

Properties

Optional CRS

CRS: string[]

CRS codes supported by the layer

Optional EX_GeographicBoundingBox

EX_GeographicBoundingBox: number[]

Bounding box of layer, calculated by openlayers WMSCapabilties parsers

Optional Layer

Layer: WmsLayer[]

Children layers

Optional Name

Name: undefined | string

WMS Name of layer, undefined if layer is not requestable

Optional Style

Style: WmsStyle[]

Styles associated with this layer

Title

Title: string

Human readable title of the layer

Optional fixedHeight

fixedHeight: undefined | number

Fixed height for tile dimensions

Optional fixedWidth

fixedWidth: undefined | number

Fixed width for tile dimensions

Optional opaque

opaque: undefined | false | true

Whether layer is opaque or not

Optional queryable

queryable: undefined | false | true

Whether layer can be queried

Generated using TypeDoc