Options
All
  • Public
  • Public/Protected
  • All
Menu

OmvFeatureModifier implementation that uses a OmvFeatureFilterDescription to filter TileData features before they are completely decoded.

internal

Hierarchy

  • OmvGenericFeatureModifier

Implements

Index

Constructors

constructor

Methods

Protected doProcessFeature

  • doProcessFeature(itemsToProcess: OmvFilterDescription[], itemsToIgnore: OmvFilterDescription[], layer: string, env: MapEnv, defaultResult: boolean): boolean

doProcessLineFeature

  • doProcessLineFeature(layer: string, env: MapEnv): boolean

doProcessPointFeature

  • doProcessPointFeature(layer: string, env: MapEnv): boolean

doProcessPolygonFeature

  • doProcessPolygonFeature(layer: string, env: MapEnv): boolean

Static matchAttribute

  • matchAttribute(layerName: string, env: MapEnv, items: OmvFilterDescription[]): boolean

Static matchItems

  • matchItems(layerName: string, featureClass: string, items: OmvFilterDescription[]): boolean

Generated using TypeDoc