Options
All
  • Public
  • Public/Protected
  • All
Menu

Combine data from datasource and apply the rules from a specified theme to show it on the map.

Hierarchy

  • StyleSetEvaluator

Index

Constructors

constructor

Properties

Readonly styleSet

styleSet: InternalStyle[]

Accessors

decodedTechniques

techniques

Methods

getMatchingTechniques

  • getMatchingTechniques(env: Env, layer?: string | undefined, geometryType?: string | undefined): IndexedTechnique[]
  • Find all techniques that fit the current objects' environment. The techniques in the resulting array may not be modified since they are being reused for identical objects.

    Parameters

    • env: Env

      The objects environment, i.e. the attributes that are relevant for its representation.

    • Optional layer: string | undefined

      The optional layer name used to filter techniques.

    • Optional geometryType: string | undefined

      The optional geometryType used to filter techniques.

    Returns IndexedTechnique[]

resetTechniques

  • resetTechniques(): void

wantsFeature

  • wantsFeature(layer: string, geometryType?: undefined | string): boolean

wantsLayer

  • wantsLayer(layer: string): boolean

Generated using TypeDoc