Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CombineResultsArgs

Index

Properties

combineMode

combineMode: string

Describes how the specified features should be combined with existing features in the collection of results. Valid values are: replace, union, intersect, subtract

Optional currentResults

currentResults: FeatureSetCollection | string

Optional errorCallback

errorCallback: function

A callback to execute when there is an error modifying the FeatureSetCollections.

Type declaration

    • (error: Error): void
    • Parameters

      • error: Error

      Returns void

featureSetCollectionIds

featureSetCollectionIds: string[]

Array of IDs corresponding to the FeatureSetCollections to operate against the current set of results in the results view

Optional successCallback

successCallback: function

A callback to execute upon successfully modifying the FeatureSetCollections.

Type declaration