Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageryTileMixinProperties

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 multidimensionalDefinition

multidimensionalDefinition: DimensionalDefinitionProperties[]

The multidimensional definitions associated with the layer.

Read more...

Optional renderer

renderer: (ClassBreaksRendererProperties & { type: "class-breaks" }) | (UniqueValueRendererProperties & { type: "unique-value" }) | (RasterStretchRendererProperties & { type: "raster-stretch" }) | (RasterShadedReliefRendererProperties & { type: "raster-shaded-relief" }) | (RasterColormapRendererProperties & { type: "raster-colormap" })

The renderer assigned to the layer.

Read more...

Optional url

url: string

The URL of the REST endpoint of the layer.

Read more...

Generated using TypeDoc