featureOverrideProvider

Accessor

Get the current FeatureOverrideProvider for this viewport if defined.

get: FeatureOverrideProvider | undefined


Setter

Sets an object which can customize the appearance of Viewport.Features within a viewport. If defined, the provider will be invoked whenever the overrides are determined to need updating. The overrides can be explicitly marked as needing a refresh by calling Viewport.setFeatureOverrideProviderChanged. This is typically called when the internal state of the provider changes such that the computed overrides must also change.

set(provider: FeatureOverrideProvider | undefined): void

see FeatureSymbology.Overrides

Parameter Type Description
provider FeatureOverrideProvider | undefined  

Defined in

Last Updated: 08 January, 2020