Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WCSLayerProperties

Hierarchy

Index

Properties

Optional bandIds

bandIds: number[]

Defines a band combination using 0-based band indexes.

Read more...

Optional copyright

copyright: string

The copyright text as defined by the service.

Read more...

Optional coverageId

coverageId: string

The coverage identifier for the layer.

Read more...

Optional customParameters

customParameters: any

Use this property to append custom parameters to all WCS requests.

Read more...

Optional fields

fields: FieldProperties[]

An array of raster fields in the layer that consists of service pixel value.

Read more...

Optional fullExtent

fullExtent: ExtentProperties

The full extent of the layer.

Read more...

Optional id

id: string

The unique ID assigned to the layer.

Read more...

Optional interpolation

interpolation: "nearest" | "bilinear" | "cubic" | "majority"

Defines how to interpolate pixel values.

Read more...

Optional listMode

listMode: "show" | "hide" | "hide-children"

Indicates how the layer should display in the LayerList widget.

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 multidimensionalDefinition

multidimensionalDefinition: DimensionalDefinitionProperties[]

The multidimensional definitions associated with the layer.

Read more...

Optional opacity

opacity: number

The opacity of the layer.

Read more...

Optional portalItem

The portal item from which the layer is loaded.

Read more...

Optional renderer

renderer: (ClassBreaksRendererProperties & { type: "class-breaks" }) | (RasterStretchRendererProperties & { type: "raster-stretch" })

The renderer assigned to the layer.

Read more...

Optional title

title: string

The title of the layer used to identify it in places such as the LayerList widget.

Read more...

Optional url

url: string

The URL of the REST endpoint of the layer.

Read more...

Optional version

version: string

The version of Web Coverage Service currently being used.

Read more...

Optional visible

visible: boolean

Indicates if the layer is visible in the View.

Read more...

Generated using TypeDoc