Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LabelClassProperties

Hierarchy

  • LabelClassProperties

Index

Properties

Optional deconflictionStrategy

deconflictionStrategy: "none" | "static"

Defines how labels should be placed relative to one another.

Read more...

Optional labelExpression

labelExpression: string

Defines the content of label text for MapImageLayer.

Read more...

Optional labelExpressionInfo

labelExpressionInfo: LabelClassLabelExpressionInfo

Defines the content of label text for FeatureLayer.

Read more...

Optional labelPlacement

labelPlacement: "above-center" | "above-left" | "above-right" | "below-center" | "below-left" | "below-right" | "center-center" | "center-left" | "center-right" | "above-after" | "above-along" | "above-before" | "above-start" | "above-end" | "below-after" | "below-along" | "below-before" | "below-start" | "below-end" | "center-after" | "center-along" | "center-before" | "center-start" | "center-end" | "always-horizontal"

The position of the label.

Read more...

Optional maxScale

maxScale: number

The maximum scale (most zoomed in) at which labels are visible in the view.

Read more...

Optional minScale

minScale: number

The minimum scale (most zoomed out) at which labels are visible in the view.

Read more...

Optional symbol

symbol: (TextSymbolProperties & { type: "text" }) | (LabelSymbol3DProperties & { type: "label-3d" })

Defines the symbol used for rendering the label.

Read more...

Optional useCodedValues

useCodedValues: boolean

Indicates whether to use domain names if the fields in the labelExpression or labelExpressionInfo have domains.

Read more...

Optional where

where: string

A SQL where clause used to determine the features to which the label class should be applied.

Read more...

Generated using TypeDoc