Die Eingabe-Features mit den überlappenden Polygonen.
Value Table
Ausgabe-Feature-Class
Die Feature-Class mit den neuen Einzugsgebiets-Features.
Feature Class
Methode
(Optional)
Gibt an, wie die Überlappung zwischen Einzugsgebieten entfernt wird.
Center Line—Overlap will be removed by creating a border that evenly distributes the overlapping area between polygons. This is the simplest method. This is the default.
Thiessen—Overlap will be removed using straight lines to divide the area of intersection. This method uses a series of geometric functions to create nonoverlapping trade areas.
Grid—Overlap will be removed by creating a grid of parallel lines used to define a natural division between polygons.
String
Zu verbindende Attribute
(Optional)
Gibt die Attribute der Eingabe-Layer an, die in die Ausgabe übertragen werden.
All attributes—All attributes from the input features will be transferred to the output feature class. This is the default.
All attributes except feature IDs—All attributes from the input features, except the FID field, will be transferred to the output feature class.
Only feature IDs—Only the FID field from the input features will be transferred to the output feature class.
Die Eingabe-Features mit den überlappenden Polygonen.
Value Table
out_feature_class
Die Feature-Class mit den neuen Einzugsgebiets-Features.
Feature Class
method
(Optional)
Gibt an, wie die Überlappung zwischen Einzugsgebieten entfernt wird.
CENTER_LINE—Overlap will be removed by creating a border that evenly distributes the overlapping area between polygons. This is the simplest method. This is the default.
THIESSEN—Overlap will be removed using straight lines to divide the area of intersection. This method uses a series of geometric functions to create nonoverlapping trade areas.
GRID—Overlap will be removed by creating a grid of parallel lines used to define a natural division between polygons.
String
join_attributes
(Optional)
Gibt die Attribute der Eingabe-Layer an, die in die Ausgabe übertragen werden.
ALL—All attributes from the input features will be transferred to the output feature class. This is the default.
NO_FID—All attributes from the input features, except the FID field, will be transferred to the output feature class.
ONLY_FID—Only the FID field from the input features will be transferred to the output feature class.
String
Codebeispiel
RemoveOverlapMultiple: Beispiel (Python-Fenster)
Das folgende Skript im Python-Fenster veranschaulicht, wie Sie die Funktion RemoveOverlapMultiple verwenden.