Class TileProviderFeatureProvider

An abstract class providing features for Layers which cannot provide features directly, but can provide features for a given location, e.g. WmsLayer with a getFeatureInfo configuration. In this case, a feature provider can be created for this layer.

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

  • This method must be overwritten by any implementations. Before returning the array of features, be sure to use the getProviderFeature on each feature to ensure all properties and symbols required by the VCM architecture to handle your feature is called: (e.g. return features.map(f => this.getProviderFeature(f));

    Parameters

    • coordinate: Coordinate

      in mercator

    • resolution: number

      meters per pixel for the given location

    • Optionalheaders: Record<string, string>

      headers optional request headers to be sent with the server request

    Returns Promise<Feature<Geometry>[]>

Properties

[moduleIdSymbol]?: string
isDestroyed: boolean
layerName: string

The layer name of the associated layer

mapTypes: string[]

Map ClassNames Can be used to only apply this featureProvider to the specified maps

name: string

unique Name

properties: Record<string, unknown>
showGeometry: boolean

Whether to show the geometry on selection.

style: undefined | StyleItem

The style set on features created by this provider

tileProvider: TileProvider
vectorProperties: VectorProperties

The vector properties assigned to features created by this provider