Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the current paint state.

Hierarchy

Overview

Properties

border

border: Border

The border on which the feature will be visualized

hovered

hovered: boolean

true if the feature is being rendered in hovered mode; false otherwise.

Note that FeatureLayer.hoverable needs to be enabled and typically a HoverController needs to be active on the map (this controller is part of the default LuciadRIA map behavior) for this to be true.

since

2021.0

level

level: number

The current level of detail as a non-negative integer value. The least precise detail level is 0. The number of available detail levels is determined by the array returned by FeaturePainter.getDetailLevelScales

selected

selected: boolean

true if the feature is being rendered in selected mode; false otherwise.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method