ArcGIS Desktop

  • Dokumentation
  • Support

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

Help

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Daten verwalten
  • Werkzeuge
  • Weitere...

Dynamic Update XY

  • Zusammenfassung
  • Verwendung
  • Syntax
  • Codebeispiel
  • Umgebungen
  • Lizenzinformationen

Zusammenfassung

Updates geometry or specified X, Y coordinate attributes for point feature classes in the ArcGIS for Aviation: Charting. Many points feature classes in an aeronautical data model store geometry as an attribute. This tool synchronizes geometry and coordinate attribute edits made on point features.

If you create a point feature class from X, Y coordinates, then move a point, the original X, Y attributes do not update with this change. If you edit attribute coordinates, the associated feature point does not move. The attribute coordinates in the attribute table may not match the feature geometry. This tool automatically updates and synchronizes your existing features.

Verwendung

  • You need to define the settings that will determine which feature classes and fields will participate in the dynamic updates before running this tool.

  • Input Workspace must contain all the feature classes listed in Input Feature Classes and supporting aeronautical tables (such as PROPERTIES). The tool returns Error 090016 The Dynamic Update X,Y Coordinate properties must be set before running this tool if you use a workspace missing these tables.

Syntax

DynamicUpdateXY_aviation (in_workspace, input_feature_class_list, input_update_method, input_update_priority)
ParameterErläuterungDatentyp
in_workspace

The workspace that contains the input feature classes. This workspace must also contain the PROPERTIES table that describes how the input feature classes are updated.

Workspace
input_feature_class_list
[input_feature_class_list,...]

The feature classes to be updated.

String
input_update_method

Indicates the processing extent of the update.

  • SELECTED_FEATURES —Default if features are selected and disabled if no features are selected. Only available in ArcMap.
  • FULL_EXTENT —Runs on the full extent of the data—the entire dataset.
String
input_update_priority

Indicates if geometry or attributes are updated.

  • UPDATE_GEOMETRY —Geometry is changed to match the attributes.
  • UPDATE_ATTRIBUTES —Attributes are changed to match the geometry.
String

Codebeispiel

DynamicUpdateXY example (Python window)

The following Python window script demonstrates how to use the DynamicUpdateXY tool.

# workspace with inFeatures data and PROPERTIES table
inWorkspace = "c:/data/dynamicUpdateXY.gdb"

# features to update
inFeatures = "Schools"

# update type
inUpdateMethod = "FULL_EXTENT"
inUpdatePriority = "UPDATE_ATTRIBUTES"

# execute DynamicUpdateXY tool
arcpy.DynamicUpdateXY_aviation(inWorkspace,inFeatures,inUpdateMethod,inUpdatePriority)

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • ArcGIS Desktop Basic: Nein
  • ArcGIS Desktop Standard: Nein
  • ArcGIS Desktop Advanced: Erfordert Aviation Charting

Verwandte Themen

  • An overview of the Data Editing toolset

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS Plattform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Insider-Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2017 Esri. | Datenschutz | Rechtliches