Class FeatureStoreLayerChanges

do not construct directly, use the layers .changeTracker instead

Hierarchy

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

  • commits the changes to the provided url. url should contain accessTokens and point to a featureStore layers bulk operation endpoint

    Parameters

    • url: string
    • headers: Record<string, string> = {}

    Returns Promise<void>

Properties

[moduleIdSymbol]?: string
_addedFeatures: Set<Feature<Geometry>> = ...
_changesListeners: FeatureStoreChangesListeners = ...
_convertedFeatures: Set<Feature<Geometry>> = ...
_editedFeatures: Set<Feature<Geometry>> = ...
_layer: undefined | FeatureStoreLayer
_removedFeatures: Set<Feature<Geometry>> = ...
isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>

Generated using TypeDoc