Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubtypeSublayer

Hierarchy

Index

Properties

customParameters

customParameters: any

A list of custom parameters appended to the URL of all resources fetched by the layer.

Read more...

labelingInfo

labelingInfo: LabelClass[]

The label definition for this layer, specified as an array of LabelClass.

Read more...

labelsVisible

labelsVisible: boolean

Indicates whether to display labels for this layer.

Read more...

legendEnabled

legendEnabled: boolean

Indicates whether the layer will be included in the legend.

Read more...

maxScale

maxScale: number

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

Read more...

minScale

minScale: number

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

Read more...

popupEnabled

popupEnabled: boolean

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

Read more...

popupTemplate

popupTemplate: PopupTemplate

The popup template for the layer.

Read more...

renderer

renderer: Renderer

The renderer assigned to the layer.

Read more...

subtypeCode

subtypeCode: number

The unique identifier representing the SubtypeSublayer created from the SubtypeGroupLayer.

Read more...

templates

templates: FeatureTemplate[]

An array of feature templates defined in the feature layer.

Read more...

title

title: string

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

Read more...

Readonly type

type: "subtype-sublayer"

Methods

createPopupTemplate

  • Creates a popup template for the layer, populated with all the fields of the layer.

    Read more...

    Parameters

    Returns PopupTemplate

Generated using TypeDoc