Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes how features from one collection should be combined with existing features in another collection.

Index

Variables

Const INTERSECT

INTERSECT: "intersect" = "intersect"

Produces the set intersection, which means elements that appear in each of two collections.

Const REPLACE

REPLACE: "replace" = "replace"

Replaces the values in one collection with the values from another.

Const SUBTRACT

SUBTRACT: "subtract" = "subtract"

Produces the set difference, which means the elements of one collection that do not appear in a second collection.

Const UNION

UNION: "union" = "union"

Produces the set union, which means unique elements that appear in either of two collections.