Entités en entrée contenant les polygones superposés.
Value Table
Classe d’entités en sortie
Classe d'entités contenant les nouvelles entités des zones de chalandise.
Feature Class
Méthode
(Facultatif)
Spécifie la façon dont la superposition entre les zones de chalandise sera supprimée.
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
Attributs à joindre
(Facultatif)
Spécifie les attributs des couches en entrée qui seront transférés dans la sortie.
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.
Entités en entrée contenant les polygones superposés.
Value Table
out_feature_class
Classe d'entités contenant les nouvelles entités des zones de chalandise.
Feature Class
method
(Facultatif)
Spécifie la façon dont la superposition entre les zones de chalandise sera supprimée.
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
(Facultatif)
Spécifie les attributs des couches en entrée qui seront transférés dans la sortie.
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
Exemple de code
Exemple d’utilisation de l’outil RemoveOverlapMultiple (fenêtre Python)
Le script de la fenêtre Python ci-après illustre l’utilisation de la fonction RemoveOverlapMultiple.