Generiert eine Attributregel, die bei Aktualisierungen einer Eingabetabelle zugehörige Datensätze in anderen Klassen aktualisiert. Dies kann auf einer oder mehreren der folgenden Grundlagen erfolgen: Versorgungsnetzzuordnungen, Beziehungsklassen, Abgleichfelder und räumliche Beziehungen.
Verwendung
Nachdem das Werkzeug ausgeführt wurde, importieren Sie die Attributregel, und wenden Sie sie auf das Dataset an. Wenn sich das Dataset in einer Enterprise-Geodatabase befindet, müssen Sie der Datenbesitzer sein, um die Ausgabe-Vorlagenattributregel anzuwenden.
Wenn der Parameterwert Eingabetabelle oder der Wert Ziel-Layer des Parameters Suchoptionen keine Klasse oder Tabelle des Versorgungsnetzes ist, kann der Wert Suchtyp kein Versorgungsnetzzuordnungstyp sein.
Wenn der Parameterwert Eingabetabelle oder der Wert Ziel-Layer des Parameters Suchoptionen eine Tabelle ist, kann als Wert Suchtyp nicht Nur räumlich verwendet werden.
Wenn der Parameterwert Eingabetabelle und der Wert Ziel-Layer des Parameters Suchoptionen nicht Teil einer Beziehungsklasse sind, kann der Wert Suchtyp nicht Beziehungsklasse sein.
Die Tabelle oder Feature-Class, auf die die neue Regel angewendet wird.
Table View
Ausgabeordner
Der Ordner, in dem die Ausgabe gespeichert wird.
Folder
Suchoptionen
Aktualisiert einen zugehörigen Wert im Ziel-Layer mithilfe einer Versorgungsnetzzuordnung, einer Beziehungsklasse, Abgleichfelder oder einer räumlichen Beziehung zwischen der Eingabeklasse und beliebigen Zielklassen.
Spalten der Wertetabelle:
Target Layer—The layer to which the search option will be applied.
Target Field—The field in the target layer that will be updated by the attribute rule.
Search Type—The search type that will be applied to the input table and target table.
Relationship Class—A related value in the target class will be updated using a relationship class between the input class and any target classes.
Match Fields—A field in the target classes will be updated based on updates to a field in the input class based on a match field (primary or foreign key relationship).
Spatial Only—A field in a target layer will be updated based on the intersection between features from the input class and any output classes.
Connected (UN Association)—The features connected to the specified feature through a connectivity association will be returned.
Container (UN Association)—The features containing the specified feature through a containment association will be returned.
Content (UN Association)—The features containing the specified feature through a containment association will be returned.
Structure (UN Association)—The feature that the specified feature is attached to through a structural attachment association will be returned.
Attached (UN Association)—The features attached to the specified feature through a structural attachment association will be returned.
Junction Edge (UN Association)—The features connected to the specified feature through a junction-edge connectivity association will be returned.
Midspan (UN Association)—The features connected to the specified feature through a junction-edge midspan connectivity association will be returned.
Input Field or Value—The field or value that will be edited in the input class.
Operator—The method that will be used to relate the target and input fields.
Set Value—The value in the target field will be updated with the value from the input field.
Concatenate—The existing value in the target field will be updated by concatenating with the value in the source field. By default, the values will concatenated with a hyphen (-) character.
Bitwise Or—A bitwise operation will be performed on the existing value in the target field with the incoming value from the source field. Both the source and target fields must be numeric.
Search Distance—The maximum distance from an input feature that a target feature can be. Only features within this distance will be updated.
Target Match Fields—The foreign key field from the target class that links to the Input Match Field value in the input class.
Input Match Fields—The primary key field from the source class that links to the Target Match Field value in the target class.
Value Table
Ausdruck
Ein SQL-Ausdruck, mit dem die an der Attributregel beteiligten Features aus der Eingabe begrenzt werden.
SQL Expression
Abgeleitete Ausgabe
Beschriftung
Erläuterung
Datentyp
CSV-Ausgabedatei
Die .csv-Ausgabedatei, die die Vorlagenattributregel enthält.
Die Tabelle oder Feature-Class, auf die die neue Regel angewendet wird.
Table View
out_folder
Der Ordner, in dem die Ausgabe gespeichert wird.
Folder
search_options[search_options,...]
Aktualisiert einen zugehörigen Wert im Ziel-Layer mithilfe einer Versorgungsnetzzuordnung, einer Beziehungsklasse, Abgleichfelder oder einer räumlichen Beziehung zwischen der Eingabeklasse und beliebigen Zielklassen.
Spalten der Wertetabelle:
Target Layer—The layer to which the search option will be applied.
Target Field—The field in the target layer that will be updated by the attribute rule.
Search Type—The search type that will be applied to the input table and target table.
RELATIONSHIP_CLASS—A related value in the target class will be updated using a relationship class between the input class and any target classes.
MATCH_FIELDS—A field in the target classes will be updated based on updates to a field in the input class based on a match field (primary or foreign key relationship).
SPATIAL_ONLY—A field in a target layer will be updated based on the intersection between features from the input class and any output classes.
UN_CONNECTED—The features connected to the specified feature through a connectivity association will be returned.
UN_CONTAINER—The features containing the specified feature through a containment association will be returned.
UN_CONTENT—The features containing the specified feature through a containment association will be returned.
UN_STRUCTURE—The feature that the specified feature is attached to through a structural attachment association will be returned.
UN_ATTACHED—The features attached to the specified feature through a structural attachment association will be returned.
UN_JUNCTION_EDGE—The features connected to the specified feature through a junction-edge connectivity association will be returned.
UN_MIDSPAN—The features connected to the specified feature through a junction-edge midspan connectivity association will be returned.
Input Field or Value—The field or value that will be edited in the input class.
Operator—The method that will be used to relate the target and input fields.
SET_VALUE—The value in the target field will be updated with the value from the input field.
CONCATENATE—The existing value in the target field will be updated by concatenating with the value in the source field. By default, the values will concatenated with a hyphen (-) character.
BITWISE_OR—A bitwise operation will be performed on the existing value in the target field with the incoming value from the source field. Both the source and target fields must be numeric.
Search Distance—The maximum distance from an input feature that a target feature can be. Only features within this distance will be updated.
Target Match Fields—The foreign key field from the target class that links to the Input Match Field value in the input class.
Input Match Fields—The primary key field from the source class that links to the Target Match Field value in the target class.
Value Table
where_clause
Ein SQL-Ausdruck, mit dem die an der Attributregel beteiligten Features aus der Eingabe begrenzt werden.
SQL Expression
Abgeleitete Ausgabe
Name
Erläuterung
Datentyp
out_rule_csv
Die .csv-Ausgabedatei, die die Vorlagenattributregel enthält.
File
Codebeispiel
GenerateUpdateRelatedAttributeRule: Beispiel (Python-Fenster)
Im folgenden Beispiel wird die Verwendung der GenerateUpdateRelatedAttributeRule-Funktion veranschaulicht.
import arcpy
arcpy.management.GenerateUpdateRelatedAttributeRule(
in_table="A_Table",
out_folder=r"C:/project/path/to/folder",
search_options="Test Field 'Match Fields' Field 'Set Value' '20 Feet' Field_1 Field_1"
)
Umgebungen
Dieses Werkzeug verwendet keine Geoverarbeitungsumgebungen.