Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 Overlay

 Integrating two or more data layers into one layer

 Intersect

Results of this operation include all parts that occurs in all input layers

Input: two or more FeatureDataset

Output: one FeatureDataset

Type: nested iterations

Feature: Intersect operation with 1 feature from dataset A and 1 feature from dataset B can result more than 1 feature

Field: all fields from all input FeatureDatasets are merged into the result FeatureDataset

 Union

Results of this operation include all parts that occurs in any input layer

Input: two or more FeatureDataset (must be same GeometryType)

Output: one FeatureDataset

Type: nested iterations

Feature: Union operation with 1 feature from dataset A and 1 feature from dataset B can result more than 1 feature

Field: all fields from all input FeatureDatasets are merged into the result FeatureDataset